Search found 35 matches

by rboy
Tue Oct 16, 2018 9:18 pm
Forum: Windows
Topic: Building 32bit version of handbrake for Windows failing
Replies: 9
Views: 2152

Re: Building 32bit version of handbrake for Windows failing

If you can point me in the right direction I'll be happy to experiment and post back the results on how I made it work for others reference.
by rboy
Tue Oct 16, 2018 9:17 pm
Forum: Windows
Topic: Building 32bit version of handbrake for Windows failing
Replies: 9
Views: 2152

Re: Building 32bit version of handbrake for Windows failing

Is there a way to modify the makefile to ask it to only build the CLI dependencies and then the CLI itself skipping the UI?
by rboy
Tue Oct 16, 2018 8:21 pm
Forum: Windows
Topic: Building 32bit version of handbrake for Windows failing
Replies: 9
Views: 2152

Re: Building 32bit version of handbrake for Windows failing

s55 wrote: Tue Oct 16, 2018 8:08 pm--enable-nvenc
Thank you!

Just so I understood your earlier comment, even if the libraries build for 32bit (I think they should since HB using ffmpeg lib and that still builds for 32 bit), HandbrakeCLI won't compile as other dependencies within HB don't have the makefile/equivalents for 32 bit?
by rboy
Tue Oct 16, 2018 7:30 pm
Forum: Windows
Topic: Building 32bit version of handbrake for Windows failing
Replies: 9
Views: 2152

Re: Building 32bit version of handbrake for Windows failing

Thanks for the explanation.

One a related note, is there any flag I need to include to add support for NVENC to the 64bit build like there is for QSV? I can't seem to find the docs for it.
by rboy
Tue Oct 16, 2018 6:46 pm
Forum: Windows
Topic: Building 32bit version of handbrake for Windows failing
Replies: 9
Views: 2152

Building 32bit version of handbrake for Windows failing

Description of problem or question: Cannot build 32bit version of Handbrake nightly build Steps to reproduce the problem (If Applicable): Follow build instructions for Windows HandBrake version (e.g., 1.0.0): Nightly build Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierr...
by rboy
Mon Aug 28, 2017 4:36 pm
Forum: Bugs
Topic: Handbrake get stuck on preview and then quits
Replies: 5
Views: 16784

Re: Handbrake get stuck on preview and then quits

I took it one step ahead and even gave you a link to the original file to replicate the problem :)
by rboy
Thu Jul 27, 2017 10:43 pm
Forum: Bugs
Topic: Handbrake get stuck on preview and then quits
Replies: 5
Views: 16784

Re: Handbrake get stuck on preview and then quits

no one?
by rboy
Mon Jul 24, 2017 7:52 pm
Forum: Bugs
Topic: Handbrake get stuck on preview and then quits
Replies: 5
Views: 16784

Re: Handbrake get stuck on preview and then quits

Wondering if anyone had a chance to look into why this may be failing. @s55?
by rboy
Sat Jul 22, 2017 12:38 am
Forum: Bugs
Topic: Handbrake get stuck on preview and then quits
Replies: 5
Views: 16784

Handbrake get stuck on preview and then quits

This file used to cause handbrake to consume over 4GB of memory for an older build. When I updated to the latest nightly build that problem stopped but now it's stuck on preview 10% for a while and then quits. However ffmpeg is able to encode it without any errors or problems. Here is the link to th...
by rboy
Thu Jul 20, 2017 2:43 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Thanks, works like a charm!
by rboy
Thu Jul 20, 2017 12:50 am
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Thanks for looking into it. If I may ask how much performance impact will disabling ASM have? If you can't find a permanent solution could you update the module.defs file to automatically do an asm disable if compiling for 32 bit that way atleast it will build without having to resort to manual erro...
by rboy
Wed Jul 19, 2017 4:24 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

That was a very productive comment @rollin_eng, like always Anyways, so some useful information for folks how may be facing the issue and how I resolved it and got the 32bit build working: cd HandBrake/contrib/ffmpeg gedit module.defs On the first page where you see: FFMPEG.CONFIGURE.extra = \ --ena...
by rboy
Wed Jul 19, 2017 3:53 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Is there a way to build handbrake but disable asm optimizations kind of like where ffmpeg has --disable-asm?
by rboy
Wed Jul 19, 2017 3:44 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

What version of ffmpeg is being used with handbrake, I came across this issue on a forum about specific versions of ffmpeg throwing the same error for the same module when compiling for 32bit. https://mail-index.netbsd.org/pkgsrc-bugs/2014/07/31/msg054840.html https://mail-index.netbsd.org/pkgsrc-bu...
by rboy
Wed Jul 19, 2017 3:38 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Checked, double checked, the 64bit build works but the 32bit build just won't compile. Can someone just try the 32bit build to confirm that it's not my setup? : yasm -f win32 -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/apedsp.o libavcodec/x86/apedsp.asm > libavcodec/x86/a...
by rboy
Wed Jul 19, 2017 2:05 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Yes I noticed that too but if your followed the instructions on the handbrake page, it says > scripts/mingw-w64-build x86_64 /home/username/toolchains/ That last slash makes the script output the double slash in the instructions so I followed it exactly. UPDATE: The x64 build works perfectly without...
by rboy
Wed Jul 19, 2017 6:50 am
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Did all of that, built from scratch. finally wrote this script to build handbrake #!/usr/bin/env bash original_path="$PATH" echo "Starting 32-bit builds..." export PATH="/handbrake/toolchains//mingw-w64-i686/bin:${original_path}" cd HandBrake ./configure --cross=i686-w6...
by rboy
Wed Jul 19, 2017 6:06 am
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

My guess is you have a toolchain issue. Assuming you compiled the toolchain as instructed and added it to the PATH, my guess might be yasm version. Just to be sure I did a fresh install of 16.04 and followed the instructions on the page, just replaced x86_64 with i686 and set the PATH and I got thi...
by rboy
Tue Jul 18, 2017 7:13 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

@s55 it's failing while trying to build, any suggestions? : yasm -f win32 -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/apedsp.o libavcodec/x86/apedsp.asm > libavcodec/x86/apedsp.d : libavcodec/x86/ac3dsp_init.c: In function 'ac3_downmix_sse': : libavcodec/x86/ac3dsp_init.c...
by rboy
Tue Jul 18, 2017 6:03 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

s55 wrote: Tue Jul 18, 2017 6:00 pm https://handbrake.fr/docs/en/1.0.0/deve ... ndows.html

Using i686 rather than x86_64 but do note we no longer support, test or fix issues under 32bit (for which there are a few). If you can, you'd be best trying to move to a 64bit OS.
Thank you!
by rboy
Tue Jul 18, 2017 6:01 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

[13:59:39] hb_init: starting libhb thread [13:59:39] thread 1 started ("libhb") HandBrake 20170714072747-b77f66d-master (2017071801) - MinGW x86_64 - https://handbrake.fr 4 CPUs detected Opening ..\Handbrake QSV Fail.ts... [13:59:39] CPU: Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz [13:59:39...
by rboy
Tue Jul 18, 2017 5:59 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Is there some instruction for building 32bit handbrake? I'm assuming the only difference is a cross compiler. Can I use an already built cross compiler and if not what would be the command to build a i686 cross compiler?
by rboy
Tue Jul 18, 2017 5:30 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

Bingo! it's working again with the latest nightly build. Thanks guys - you're awesome!
by rboy
Fri Jul 14, 2017 7:41 pm
Forum: Bugs
Topic: Handbrake 1.0.7 hangs on QSV encoding
Replies: 50
Views: 146607

Re: Handbrake 1.0.7 hangs on QSV encoding

This is a very corrupted source. But it does uncover a couple serious issues in HandBrake that I've fixed. HandBrake still doesn't do a very good job of transcoding this video. It drops a lot of video due to timestamp synchronization issues. But I solved the hang issue and there was an additional i...