Thread: Audio sync help
View Single Post
Old 22nd December 2017, 13:02   #19  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Quote:
Originally Posted by darkelf5 View Post
what i've tried. I've indexed it with ffms, lsmash, used fpsnum and fpsden, audiodelay without succes.
Are you running both video and audio through the script or just video, but audio separately?

E.g.:
Code:
a=ffaudiosource("source.mkv")
v=ffvideosource("source.mkv", fpsnum=24000, fpsden=1001)
AudioDub(v, a)
If you are running both through the script and it async (but playing the original file in e.g. MPC-HC is sync) then its an ffms bug and should be reported on their bug tracker (along with the file).
sneaker_ger is offline   Reply With Quote