cdgriffith / FastFlix

FastFlix is a free GUI for H.264, HEVC and AV1 hardware and software encoding!
https://fastflix.org/
MIT License
1.16k stars 58 forks source link

Allow conversions of audio without a video output #584

Closed zeus81 closed 3 months ago

zeus81 commented 4 months ago

Sometimes it is good to encode video and audio separately, for example when using Avisynth scripts. While we can encode a video without audio the opposite is not true. We can still copy the video without encoding it but it'll add a lot of useless disc writes. And if a file (eg mka) don't have a video track it will straight prevent you from opening it. Currently I edit the raw command to remove the video track from here when needed so it's not a huge deal but if fastflix could handle it automatically that'd be great.

cdgriffith commented 3 months ago

Hi @zeus81 , thanks for the idea, but as FastFlix is completely video centric it would basically be a new tool to write to make that possible.

I do think a good step would be allow import of second file to add audio tracks / subtitle tracks.

I would consider a Pull Request of a new window that was basically it's own audio only tool, but not something I would have time to code.