Video Dude
7th April 2006, 02:23
I'm trying to frameserve wmv files using AviSynth 2.5.6.
But when I view the avs file in MediaPlayer or when I view the xvid output from VirtualDub the video plays in fast motion while the audio plays normal. It's funny because if I slide the bar in media player to any position playing the avs file, the video and audio are in sync for a half second then the video starts going fast. Also the Media Player and avisynth's info() still report 29.700 fps.
I tried the following scripts:
DirectShowSource("c:\video.wmv")
DirectShowSource("c:\video.wmv", fps=29.700)
DirectShowSource("c:\video.wmv", fps=29.700, seek=true)
The wmv files play perfect in MediaPlayer 9/10, ZoomPlayer, etc. It's seems just to be when I use AviSynth that it goes in fastmotion. I thought it might be my wmv files, so I tried some of the free wmv video game trailer advertisements and still had the same problem.
Does anyone have any suggestions? Thanks.
But when I view the avs file in MediaPlayer or when I view the xvid output from VirtualDub the video plays in fast motion while the audio plays normal. It's funny because if I slide the bar in media player to any position playing the avs file, the video and audio are in sync for a half second then the video starts going fast. Also the Media Player and avisynth's info() still report 29.700 fps.
I tried the following scripts:
DirectShowSource("c:\video.wmv")
DirectShowSource("c:\video.wmv", fps=29.700)
DirectShowSource("c:\video.wmv", fps=29.700, seek=true)
The wmv files play perfect in MediaPlayer 9/10, ZoomPlayer, etc. It's seems just to be when I use AviSynth that it goes in fastmotion. I thought it might be my wmv files, so I tried some of the free wmv video game trailer advertisements and still had the same problem.
Does anyone have any suggestions? Thanks.