Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use images on web directly in TagEditor? #77

Open
code-IM-perfect opened this issue Nov 20, 2021 · 2 comments
Open

Is there a way to use images on web directly in TagEditor? #77

code-IM-perfect opened this issue Nov 20, 2021 · 2 comments

Comments

@code-IM-perfect
Copy link

I am trying to add a custom thumbnail to a video like this-

tageditor -s cover=image.png -f video.mp4

This works perfectly but only if the image is locally saved. For some image on the internet, it does not work

tageditor -s cover='https://abcd.ef/image.png' -f video.mp4

I can make a script to download the images and then delete them but that would be inefficient (I guess)

Is there a way this can be done more efficiently/directly?




Not sure if this is the right place or StackOverflow so please forgive me if it does not belong here

@Martchus
Copy link
Owner

There's no built-in downloader. So no, it isn't possible to do this in one step right now. You'll have to download to a temporary file.

I'll keep this ticket open as a feature request.

@code-IM-perfect
Copy link
Author

Okay, thanks for considering and thank you for your work it's the best solution I've found for this task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants