Re: VOB audio problems (sometimes)
Posted: Thu Jan 14, 2016 11:29 pm
Try removing
The problem is you can't "remove" any of the default settings, so you have to turn off "Use application defaults" and then copy the rest into "Custom parameters":
Is the "n" in "ncontainer" supposed to be there? It seems strange. Furthermore, I found this in the MEncoder documentation:
It would be nice if you tested if it works with only one of the added lines. Another thing is that I'm guessing that this setting is creating problems for PAL playback?
Code: Select all
container == iso :: -nosync
Code: Select all
(container == avi || container == matroska) && vcodec == mpeg4 && acodec == mp3 :: -mc 0.1
container == flv :: -mc 0.1
container == mov :: -mc 0.1
container == rm :: -mc 0.1
container == mp4 && vcodec == h264 :: -mc 0.1
container == vob :: -ofps 23.976 -noass
ncontainer == iso :: -ofps 23.976 -noass
Code: Select all
-ofps 23.976 is incorrect. -ofps 24000/1001 should be used instead.