View Single Post
Old November 23rd, 2009, 07:14 AM   #278 (permalink)
valnar
New Member
 
Join Date: Nov 2009
Posts: 13
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by therooster0514 View Post
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.
valnar is offline  
Reply With Quote