The Problem: Audio and Video aren't in sync.
I've tried a few different options changing etc.
The best 'semi-solution' i found was to disable A/V sync alt method - But what this has done now is made the audio and video synced, but the video is very... weird, it pauses for like 0.5 secs every couple of seconds making it hard to watch. (It is watchable but it's annoying).
The same solution without unticking i tried was in advanced options to use the code
- Code: Select all
container == mkv :: -mc 0.1
and
- Code: Select all
container == mkv :: -nosync
(^This was done in MEncoder)
If you need more info i'll be glad to post
(BTW , muxing doesnt help)
EDIT: Found my problem
Fixed it by using:
- Code: Select all
container == mkv :: framerate == 23.976 :: -speed 1.042709376 -ofps 25
