Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

veryflow ffmpeg #112

Open
dailylama opened this issue Jul 26, 2019 · 4 comments
Open

veryflow ffmpeg #112

dailylama opened this issue Jul 26, 2019 · 4 comments

Comments

@dailylama
Copy link

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
Copy link
Author

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
Copy link
Owner

dthpham commented Jul 26, 2019

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
Copy link
Author

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
Copy link

ropucyka commented Nov 25, 2019

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants