Log in

View Full Version : Audio file doesn't match with the video


unix
28th June 2018, 13:35
Hey guys

I gotta bad time with the audio file that I'm still working on, and I posted the problem that I have in "Audio encoding forum" but they suggested me to post my problem here.

here's my topic:

https://forum.doom9.org/showpost.php?p=1845498&postcount=1


regards.

fAy01
28th June 2018, 14:47
You're on the right track. I'll make the necessary changes.
vfr.py -i "audio-203ms.aac" -o "output.mka" -d -203 -f 24000/1001 -vmr script.avs
vfr.py -i "audio-203ms.aac" -o "output.mka" -f 30000/1001 -vmr script.avs
- The delay is already applied. Don't worry about the frame rate, it will sync if you have the correct trims.

unix
28th June 2018, 17:31
Well ddnt work until I extracted the audio with mkvtoolnix and i used the following commands:

vfr.py -i "audio-203ms.mka" -o "output.mka" -d -203 -f 24000/1001 -vmr script.avs

and everything is fine now, finally !_!

thank you fAy01 for help.

regards.