cdgriffith / FastFlix

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

-movflags +faststart toggle #526

Open BuyMyMojo opened 1 year ago

BuyMyMojo commented 1 year ago

A quick toggle to include -movflags +faststart when using compatible containers (.mp4, .mov, idk about others) would be helpful, maybe a check box under the Advanced tab

BuyMyMojo commented 5 months ago

I went to lookup this again today and clicked the first link... and it was my own issue

BuyMyMojo commented 5 months ago

I found a semi solution: Using the default custom mp4 commnd (mp4box) you can add a single flag to add in the functionality -inter 500 but needing to use the custom output and not just having it as a single checkbox (especially for the ffmpeg outputs) is a little annoying