Open HASJ opened 4 years ago
I've never built BF with Visual Studio or with MSVC so I can't answer that. There's no up to date build from source guide for Windows but the latest one can be seen in older commits like this one: https://github.com/dthpham/butterflow/blob/aebbc6ede3aa3ae29857143ffde49fcaefdc05a3/docs/Install-From-Source-Guide.md
I've never built BF with Visual Studio or with MSVC so I can't answer that. There's no up to date build from source guide for Windows but the latest one can be seen in older commits like this one: https://github.com/dthpham/butterflow/blob/aebbc6ede3aa3ae29857143ffde49fcaefdc05a3/docs/Install-From-Source-Guide.md
I am unable to execute the install script by following the instructions in that link. Some dependencies have changed in MSYS2's repo and git clone https://github.com/dthpham/butterflow.git
does not create the install
folder the script suggests is there.
I've tried compiling settings.py
separately but when I put it on BF v024a4's folder, python returns me a invalid magic number error.
Just wanted to change the cv
parameter in settings.py
to hevc_nvenc
and a few other things 'cause my CPU just can't handle the veryslow
preset, but my GPU would burn through that.
I'll try it on my ubuntu installation but not sure it'll work.
Unable to do it on ubuntu, either.
@dthpham could you explain in a little more detail what to do for a newbie?
Also, if it isn't asking too much, could you tell me how to add the ffmpeg parameters -qmin
and -qmax
? Because, from what I understood of the code, the settings.py
ffmpeg parameters are sent somewhere else before being passed to ffmpeg itself.
I know you are not maintaining anymore but there's nowhere else to ask.
Do I need to specifically install Build Tools for C++ v14? All I want is to change some parameters on
settings.pyc
to use my GPU for encoding...