Dot50Cal
19th May 2008, 17:32
Hi guys, I've captured some footage from a game console but the audio gets progressively out of sync. I noticed that if I load it into virtualdub and check the "Change so video and audio durations match" under frame rate it fixes everything up perfectly. The frame rate suggestion it gives is 29.968. The file itself is 29.970.
My question is, is it possible to do this job in Avisynth? I've tried using assumeFPS 29.968 but that doesn't work.
I've looked around and found some people with similar problems but nothing matching my exact case. None of the solutions presented worked. Here is my Avisynth script:
LoadAviutlInputPlugin("C:\Program Files\AviSynth 2.5\plugins\EARTH SOFT DV.aui" , "EARTHSOFTDV")
EARTHSOFTDV("K:\RE4-1.dv")
ChangeFPS(29.970)
converttoRGB()
crop(39,72,-41,-74)
I am reading off a custom codec for a Japanese capture card's file format. I need to change it to 29.970 first, as the game only runs 30, but my capture card records at 60 all the time.
I had been googling a while and came across this post:
load avisynth file
under frame rate
Source rate adjustment
tick
Change so video and audio durations match
or else- adjust the fps in the avisynth file so that the video and audio durations are shown equal in File Information
But I'm not sure how to accomplish the bolded part. Can anyone offer assistance? Here is the File Information from Virtualdub:
http://b.imagehost.org/0859/fileinfo.gif
My question is, is it possible to do this job in Avisynth? I've tried using assumeFPS 29.968 but that doesn't work.
I've looked around and found some people with similar problems but nothing matching my exact case. None of the solutions presented worked. Here is my Avisynth script:
LoadAviutlInputPlugin("C:\Program Files\AviSynth 2.5\plugins\EARTH SOFT DV.aui" , "EARTHSOFTDV")
EARTHSOFTDV("K:\RE4-1.dv")
ChangeFPS(29.970)
converttoRGB()
crop(39,72,-41,-74)
I am reading off a custom codec for a Japanese capture card's file format. I need to change it to 29.970 first, as the game only runs 30, but my capture card records at 60 all the time.
I had been googling a while and came across this post:
load avisynth file
under frame rate
Source rate adjustment
tick
Change so video and audio durations match
or else- adjust the fps in the avisynth file so that the video and audio durations are shown equal in File Information
But I'm not sure how to accomplish the bolded part. Can anyone offer assistance? Here is the File Information from Virtualdub:
http://b.imagehost.org/0859/fileinfo.gif