View Single Post
Old 6th November 2017, 14:27   #4  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
You need mkvextract.exe (already in MeGUI package) and mp4fpsmod.exe like seems your ENCODED file is a mp4.

Download and extract in a new folder mp4fpsmod_0.25.zip

At same folder put your ORIGINAL.mkv, your ENCODED.mp4 and a .bat file with this content:

Quote:
rem modify path to mkvextract
"D:\Programa\megui\tools\mkvmerge\mkvextract.exe" timecodes_v2 "ORIGINAL.mkv" 0:"timecodes.txt"
mp4fpsmod -t timecodes.txt -x -c "ENCODED.mp4" -o "SYNC.mp4"
pause
Remember modify the path to your MeGUI folder.
Execute the bat file and verify if SYNC.mp4 is in sync.
I don't have now a VFR file to test myself.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote