cdgriffith / FastFlix

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

-movflags +faststart toggle #526

Open BuyMyMojo opened 9 months ago

BuyMyMojo commented 9 months 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 2 weeks ago

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

BuyMyMojo commented 2 weeks 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