cdgriffith / FastFlix

FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
MIT License
1.1k stars 55 forks source link

[Feature Request]Accepting *.webm file input? #96

Closed leonardyan closed 3 years ago

leonardyan commented 3 years ago

I want to re-encode a VP9 WebM HDR clip that I downloaded from YouTube, into an HEVC MP4 one. However, FastFlix doesn't accept webm in its input file selection window. For a workaround I repackaged the source video into a VP9 MP4 one with command line ffmpeg(-c copy foo.mp4). Could FastFlix be made to accept WebM directly?

leonardyan commented 3 years ago

Also is it able to add some l10n framework(like gnu gettext) to this python-written GUI? Maybe I could contribute some Chinese translation.

cdgriffith commented 3 years ago

Could you try just dropping the file onto the main window? It should pick it up that way as a workaround for now. However I will also add support via selection box!

Adding support for multiple language has been on my backlog for a bit, so when I get a solution in place to handle it I would love contributions!

cdgriffith commented 3 years ago

Fixed in 3.3.1

Adding separate ticket #98 to capture multilingual support