ffmpegGUI
ffmpegGUI copied to clipboard
GUI for FFmpeg
 No matter what got changed here, it doesn't affect the encode command. Other than that, a few things should be removed or changed, as they're no longer working like...
Maybe on the advanced tab? Add extra abilities such as trim/cut, cropping, and/or other features. Add a trim/cut feature to allow cutting before the first selected frame, after second selected...
There's likely a few new options now in ffmpeg that could be added into ffmpegGUI.
Choosing "vp7" as video format fails the encoding. Should we remove it from the options?
Maybe add support to save favorite settings, or last xx settings, or add common presets. Maybe look at how HandBrake does this.
I forgot to change that for v1.1 (damn!) We wanted to exchange the audio codec pcm_s16le for pcm_s16be, as the big endian format is accepted by the mpg container.
See https://ottverse.com/thumbnails-screenshots-using-ffmpeg/ for some tips on using frames:v to grab an image from the input file.
Using a "Custom resolution" will not change the aspect ratio, just use a (reduced) horizontal/vertical resolution. But what to do when a file has an incorrect apect ratio? I've been...