cdgriffith / FastFlix

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

Interlace/black bar detection toggle #279

Open jbondhus opened 2 years ago

jbondhus commented 2 years ago

Is there a way to turn the interlace/black bar detection off? I mostly work with 4k and up video, where interlacing is not used and black bar detection takes up too much time, especially if I'm just downscaling.

cdgriffith commented 2 years ago

To disable black bar detection, create a profile and make sure "Auto Crop" is not selected and that should not run.

No way to disable interlaced detection currently, but good idea to add!

jbondhus commented 2 years ago

Is there a way to edit existing profiles? I've set FastFlix to the UHD HDR10 film profile and then tried creating a new profile and the new profile created doesn't have the settings from the UHD HDR10 profile. It would be preferred to be able to somehow copy the profile to a new one with auto crop disabled.

cdgriffith commented 2 years ago

If you have it set to that profile and load a video with it, then try to create a new one I think that should work? Could also manually copy it in the fastflix.yml file (can click on it in File > Settings to open it)

jbondhus commented 2 years ago

The profiles property in fastflix.yml was set to {}, an empty object. Your second proposal worked, now the profiles property is set appropriately.