Scott Rae
Scott Rae
**For Framerate shaping:** There are 2 command line options for adjusting framerate controls. A good 60fps test source might be useful here: https://download.blender.org/demo/movies/BBB/ The command line arguments for this are...
I'll need to do an update the UI to add a new option to enable/disable NVDec support as well. (I can handle the UI update so don't worry about that)...
I've pulled the patch to try run this on Windows. I'm seeing a hard crash when trying to encode (with any encoder). Let me see if I can get a...
In this case your change to hb_title_s doesn't matter. (It's not aactually used by the UI anymore). These days we use the json API in the Windows GUI. It's reproducible...
Ok, so the implementation needs to be a little smarter in when it's choosing to enable HW Content. If copying to system ram isn't implemented, then in the instance where...
Windows Subsystem for Linux is the easiest approach to compiling on Windows. https://handbrake.fr/docs/en/latest/developer/build-windows.html We don't have a native compiler on windows so it's still cross compiling but under WSL, I'm...
>Any chance I can debug HandBrake under Windows? I make a debug build but it doesn't have any debugging information. --debug=max when using ./configure. I've run gdb within WSL before...
Thanks, I'll take a look over the weekend and try another test run to see where we are at.
Looking a bit better on the NVEnc side but it appears the software path, and filter handling isn't working correctly yet. | Test Case | Arguments | Status | Notes...
decavcodecvInit takes in a "hb_job_t * job" structure job->vcodec I think will be populated at this point. You can see all the data in this struct https://github.com/HandBrake/HandBrake/blob/f5f6fcd24ab31d67d05a8309f766c55a6a83f1f2/libhb/handbrake/common.h#L522 QSV does something...