Log in

View Full Version : Avisynth and Real media files


choppedcity
21st February 2011, 08:30
I'm newbie here and want to ask something

Yesterday , I downloaded some anime with Real media codec (matroska container). but, when I'm make Avisynth script the Video and Audio is out of sync.
here is the script

video=FFvideosurce("F:\DF22.mkv)
audio=Directshowsource("F:\DF22.mkv", video=false)
AudioDub(video, audio)
spline36resize(512, 288)
#Convertfps(23.976)
#Changefps(23.976)

I'm already use both changefps or convertfps (of course I delete the "#")
anyone can help?:confused::confused::confused: