tageditor icon indicating copy to clipboard operation
tageditor copied to clipboard

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

Open code-IM-perfect opened this issue 4 years ago • 2 comments

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

code-IM-perfect avatar Nov 20 '21 14:11 code-IM-perfect

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.

Martchus avatar Nov 20 '21 15:11 Martchus

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

code-IM-perfect avatar Nov 20 '21 18:11 code-IM-perfect