dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

veryflow ffmpeg #112

Open dailylama opened 5 years ago

dailylama commented 5 years ago

lossless option should not use veryslow preset, it takes up 95% of total time. You should use ultrafast or use hardware encoding (amf for amd and nvenc for nvidia) which makes sense because you are detecting hardware support (opencl). Best would be to leave video encoding to users

dailylama commented 5 years ago

https://github.com/dthpham/butterflow/blob/master/butterflow/settings.py

also an issue, the settings.py file is bundled in windows package as compiled .pyc file

dthpham commented 5 years ago

Good point, I'll take a look into amf and nvenc. If you're using BF from source you can change a few of the FFMPEG options, including the veryslow preset, in settings.py to something else.

dailylama commented 4 years ago

still veryslow in latest release, 0.2.4a4. Can't you just change it to ultrafast, what are you gaining from it? It takes up to 95% of total time for no reason

ropucyka commented 4 years ago

@dailylama Can you compile fork with fixed option? I can make any tests possible at my machine if needed. Discord: naposidi#2247 for fast communications.