Search found 12 matches

by AndyA
Fri Feb 15, 2019 12:08 am
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

Phew... Just went through hell lol. I started googling the CLI error and noticed some talk about the nvidia driver so I checked and noticed my drivers were out of date so I updated them... Afterward, my computer wouldn't boot! ugh... Long story short and after a complete rebuild (and up to date nvid...
by AndyA
Mon Feb 11, 2019 2:40 am
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

Woodstock, yea both outputs are from the same machine. Both run as non-elevated process.
by AndyA
Sun Feb 10, 2019 11:53 pm
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

Now that I'm using the right CLI version I'm getting this error. First log is the GUI 1.2.0 (works), second is the CLI 1.2.0 (failed). GUI Log HandBrake 1.2.0 (2018121700) OS: Microsoft Windows NT 10.0.17134.0 Ram: 65432 MB, GPU Information: NVIDIA GeForce GTX 980 - 24.21.13.9793 Screen: 1920x1200 T...
by AndyA
Sun Feb 10, 2019 11:38 pm
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

mduell, fair enough! Darnit, what happened was I had downloaded the latest handbrake CLI but put it in a different spot and my script still referenced the old and I didn't realize it. 1.2.0 finds nvenc_h264!

I still might have some trouble with it working, I'm looking at it now.
by AndyA
Sun Feb 10, 2019 11:15 pm
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

Mduell that line is the only thing relevant from the log.
by AndyA
Sun Feb 10, 2019 11:10 pm
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

Re: NVidia NVENC encoder with Handbrake CLI

Woodstock the nvenc encoder options are available in the GUI and the documentation says they won't be available if the video card doesn't support it. https://handbrake.fr/docs/en/latest/technical/video-nvenc.html Not only was it a lot faster using nvenc in the GUI I also saw the GPU usage in the Win...
by AndyA
Sun Feb 10, 2019 7:14 pm
Forum: Command Line Interface And Scripting
Topic: NVidia NVENC encoder with Handbrake CLI
Replies: 27
Views: 8340

NVidia NVENC encoder with Handbrake CLI

Description of problem or question: The CLI documentation doesn't list the Nvidia NVEnc option strings for h264/h265. It does show up in the GUI and the difference in encode times between h264 and h264 NVEnc with similar settings is dramatic with my GTX 980 using the GUI. I looked through some sour...
by AndyA
Fri Feb 01, 2019 2:36 am
Forum: Mac
Topic: Floating point exception: 8
Replies: 1
Views: 637

Floating point exception: 8

Description of problem or question: Some movies handbrake crashes with this - Floating point exception: 8. I've used other settings with the GUI and it's completed successfully. I've also limited the duration with the same command line and it was successful. It's just when the command line is run o...
by AndyA
Wed Jan 30, 2019 5:51 pm
Forum: Command Line Interface And Scripting
Topic: start-at stop-at parameters not working as expected
Replies: 2
Views: 1503

Re: start-at stop-at parameters not working as expected

Ah ha! Yea the documentation is very misleading on that especially since the GUI works differently.

Thanks Woodstock!
by AndyA
Wed Jan 30, 2019 5:05 pm
Forum: Command Line Interface And Scripting
Topic: start-at stop-at parameters not working as expected
Replies: 2
Views: 1503

start-at stop-at parameters not working as expected

Description of problem or question: In the GUI if I select Range (seconds) 1000 - 1050 it gives me a 50 second output result as expected. I think I'm using the command line parameters correctly as documented by they don't give me a 50 second output as the GUI does. CLI Help Documentation - --start-...
by AndyA
Fri Apr 14, 2017 12:24 am
Forum: Command Line Interface And Scripting
Topic: Setting HB CLI 1.0.3 audio bitrate on MacOS Sierra
Replies: 2
Views: 3937

Re: Setting HB CLI 1.0.3 audio bitrate on MacOS Sierra

Ok so it honors the

Code: Select all

--ab
option if I remove the

Code: Select all

--arate
option.
by AndyA
Mon Apr 10, 2017 6:13 pm
Forum: Command Line Interface And Scripting
Topic: Setting HB CLI 1.0.3 audio bitrate on MacOS Sierra
Replies: 2
Views: 3937

Setting HB CLI 1.0.3 audio bitrate on MacOS Sierra

Hi, I read that the AAC encoder on Mac is the "best" (https://handbrake.fr/docs/en/latest/technical/audio-codecs.html)... So I'm trying this script on MacOS Sierra - /Applications/HandbrakeCLI --main-feature --input '/A Video Folder' --output /A Video.mkv --markers --format av_mkv --encode...