Quote:
Originally Posted by therooster0514
Any way i convert videos the end result is great video and audio quality, but i am having out of sync issues. The audio is late. Sometimes i can restart the device, play the same video again and it works fine. What conversion setting helps to fix this if any? I am mainly ripping my own DVDs. See attached screen shot for my settings.
Thanks!
[IMG]file:///c:/tmp/moz-screenshot.jpg[/IMG]
|
That doesn't help. Get
AVInaptic instead and post the report.
The x264 parameters you want to use are:
Code:
--profile baseline --pass 2 --bitrate 800 --level 3 --ref 1 --no-mixed-refs --bframes 0 --no-cabac --subme 6 --trellis 0 --partitions p8x8,b8x8,i4x4 --no-8x8dct --vbv-bufsize 2000 --vbv-maxrate 1500 --me umh --aq-mode 1 --aq-strength 1.0
A lot of those are defaults, but I like specifying them anyway because it makes it easier to edit if you want to change/tweak something. You can change
--pass 2 --bitrate x00 to
--pass 1 --crf 22 (or 20, 21, etc) instead for a one pass quality encode.