Search found 46 matches

by davidm71
Sun Nov 19, 2023 12:45 am
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Re: Audio not in sync with frames

Guess I have to learn how to use the CLI.
by davidm71
Sat Nov 18, 2023 8:08 pm
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Re: Audio not in sync with frames

Is there anyway to set a custom framerate in handbrake??
by davidm71
Sat Nov 18, 2023 8:04 pm
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Re: Audio not in sync with frames

Think I figured out a solution. I used the nvidia toolkit to upscale my video following some guide I found. Was also getting audio sync issues using FFMPEG but the problem was I was setting the wrong fps for the upscale conversion and when I used the actual one from VLC I was able to fix it. Bet you...
by davidm71
Thu Nov 16, 2023 2:04 am
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Re: Audio not in sync with frames

Just wanted to add that the source file is an h264 encode of a vhs file. VLC video player plays the source material without any syncing issue. VLC also states its a 29.895674 frame rate and the audio stream is MPEG AAC Audio mp4a 48000 hz. In Handbrake tried the A/V start option on and off and setti...
by davidm71
Thu Nov 16, 2023 1:43 am
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Re: Audio not in sync with frames

HandBrake 1.6.1 (2023012300) OS: Microsoft Windows NT 10.0.22621.0 CPU: AMD Ryzen 9 7950X3D 16-Core Processor Ram: 65268 MB, GPU Information: NVIDIA GeForce RTX 3080 - 31.0.15.3623 Screen: 2560x1440 Temp Dir: C:\Users\moheb\AppData\Local\Temp\ Install Dir: C:\Users\moheb\Desktop\HandBrake\ Data Dir...
by davidm71
Wed Nov 15, 2023 1:23 am
Forum: Windows
Topic: Audio not in sync with frames
Replies: 9
Views: 14607

Audio not in sync with frames

Hi, Using latest version of Handbrake I tried to covert an MP4 file that was a rip of a VHS cassette that was done with the Elgato usb stick and software. Anyhow after Handbrake was done converting it to either 264 or 265 the audio was out of sync with the frames. Is there anyway to prevent this? Th...
by davidm71
Sat Jul 08, 2017 5:49 pm
Forum: Windows
Topic: How can I play a 4K UHD disk on 2K monitor?
Replies: 10
Views: 1866

Re: How can I play a 4K UHD disk on 2K monitor?

Was thinking of getting an UHD bluray drive and Powerdvd 17 upgrade but doubt it would play on my 1080p plasma or my 2K Acer gaming monitor.
by davidm71
Sat Jul 08, 2017 3:43 am
Forum: Windows
Topic: How can I play a 4K UHD disk on 2K monitor?
Replies: 10
Views: 1866

Re: How can I play a 4K UHD disk on 2K monitor?

Ok. Thanks
by davidm71
Sat Jul 08, 2017 1:25 am
Forum: Windows
Topic: How can I play a 4K UHD disk on 2K monitor?
Replies: 10
Views: 1866

Re: How can I play a 4K UHD disk on 2K monitor?

So I won't need a HDCP 2.2 Capable screen? The bluray player will downsize it? Will it look better than the 1080p version when downscaled?

Thanks
by davidm71
Fri Jul 07, 2017 10:55 pm
Forum: Windows
Topic: How can I play a 4K UHD disk on 2K monitor?
Replies: 10
Views: 1866

How can I play a 4K UHD disk on 2K monitor?

Hi,

Few months ago I bought Logan UHD version but got a small problem.. I don't own a UHD blueray player. So was wondering if I got a UHD bluray drive is it possible to use handbrake to convert it to 2K?

Thanks
by davidm71
Sat Apr 08, 2017 1:51 pm
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

Hi, Here is code snippet that details my options that I'm using right now. Over all I'm pretty happy with it. Looks good and file sizes are about 80,000 kb per 20 minute episode: #Audio options $audio = ' -a 1 -E fdk_haac high -R auto -B 128 -6 stereo' #Source options $source = ' -t 1 --angle 1 -c 0...
by davidm71
Sat Apr 08, 2017 12:49 am
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

So I have a method setup where start with makemkv and then run a script to encode the chapters. Need help though customizing the parameters for x265-10 for animation.

Thanks
by davidm71
Thu Apr 06, 2017 1:12 am
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

Ok. Thanks. Will probably rip to hard drive first and then encode. Like the idea of the CLI because it seems more customizable than the GUI and even though I'm a novice newbie I like to learn..

Thanks
by davidm71
Wed Apr 05, 2017 9:50 pm
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

So you don't recommend ripping and encoding in real time? Thing is copying the DVD to disk takes like 20 minutes. Feels quicker doing it on the fly but I could be wrong. Thanks.
by davidm71
Wed Apr 05, 2017 5:38 pm
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

I have a license for Slysoft Anydvd that runs behind the scenes. For example I can use the HB gui on whatever DVD Anydvd scans.
by davidm71
Wed Apr 05, 2017 3:06 pm
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

So why do I need mkv if handbrake can read vobs directly?

Thanks
by davidm71
Wed Apr 05, 2017 10:51 am
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

Re: command line option to scan dvd and rip chapter by chapter

Well I'm trying to convert my old Xmen cartoons DVD set onto either x264 or x265. I found a powershell script that I was able to modify that that would take every .Vob file on the disk and convert it to a mp4. That worked. Thing is there are other vob files that I don't want it to convert so I guess...
by davidm71
Wed Apr 05, 2017 3:06 am
Forum: Windows
Topic: command line option to scan dvd and rip chapter by chapter
Replies: 13
Views: 2760

command line option to scan dvd and rip chapter by chapter

Hi,

I have been trying to write a command line argument for HandbrakeCLI to open up a DVD and go through processing chapter by chapter and automatically naming them. Having trouble with the commands.

Can anyone help please?

Thanks
by davidm71
Sat Feb 04, 2017 2:14 pm
Forum: Windows
Topic: Large 5GB Bluray x265 file size normal??!!
Replies: 2
Views: 960

Re: Large 5GB Bluray x265 file size normal??!!

ok thanks
by davidm71
Sat Feb 04, 2017 1:39 pm
Forum: Windows
Topic: Large 5GB Bluray x265 file size normal??!!
Replies: 2
Views: 960

Large 5GB Bluray x265 file size normal??!!

Hi, Was backing up my copy of Avatar from BluRay and the end result was like almost 5gb. Granted I selected a quality setting of '23' which I have always used with out too much issue with medium speed speed setting. Are there better setting for bluray that preserves quality and produces a much small...
by davidm71
Sat Feb 04, 2017 1:37 pm
Forum: Windows
Topic: Large 5GB Bluray x265 file size normal??!!
Replies: 1
Views: 623

Large 5GB Bluray x265 file size normal??!!

Hi, Was backing up my copy of Avatar from BluRay and the end result was like almost 5gb. Granted I selected a quality setting of '23' which I have always used with out too much issue with medium speed speed setting. Are there better setting for bluray that preserves quality and produces a much small...
by davidm71
Sun Jan 22, 2017 7:12 pm
Forum: Windows
Topic: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?
Replies: 14
Views: 2288

Re: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?

ok. Will do but fwiw i usually use the stock default settings in the gui. Maybe I should spend some time and tweak them on the command line.
by davidm71
Sun Jan 22, 2017 3:26 pm
Forum: Windows
Topic: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?
Replies: 14
Views: 2288

Re: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?

10-bit encoding can have slight benefits when encoding an 8-bit source, simply because it increases the internal precision of the encoder. Sure but I imagine for most people in most situations it won't make much difference. Or maybe we could turn it up to 11 bit :) They already have 12 bit and fwiw...
by davidm71
Sun Jan 22, 2017 2:24 pm
Forum: Windows
Topic: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?
Replies: 14
Views: 2288

Re: Integrated iGPU: Enable QSV w/ Win10 + Handbrake?

Well I have a couple 6th gen cpus one a 6700 and another albeit slower one on my laptop. Just did an 8 bit Intel qsv encode and had to drop the quality setting to 26 to get acceptable file size but the banding was terrible. The horror. Redoing it on the CPU now as 10 bit though it will take 3x - 4X ...