youtube-dl-web icon indicating copy to clipboard operation
youtube-dl-web copied to clipboard

How can I change the result format from webm to mp4 or mp3?

Open tobycm opened this issue 3 years ago • 3 comments

Like title, would be really helpful. Thank you.

tobycm avatar Aug 26 '22 01:08 tobycm

Oh and I would like the download file to have the same name as the video too

tobycm avatar Aug 26 '22 01:08 tobycm

I think I can do the filename, I also pushed it into my fork, it would be a convenient to name the file as the title so feel free to merge it

tobycm avatar Aug 26 '22 01:08 tobycm

This would require remuxing the file into a different container, which could be slow & resource demanding. It can, however, be implemented as an extra toggle that the user has maybe.

I don't have too much time on my hands right now, but when I get around to it I'll look into adding a new post-processor after the video stream is received.

xcodian avatar Aug 26 '22 10:08 xcodian