daveflinders
7th March 2005, 23:13
I'm running a 25fps .avi through AviSynth to get the right picture size.
Heres the script ..
-----
video = "C:\video.avi"
AviSource(video, audio=false)
ConvertToYUY2()
bicubicresize(720,432)
addborders(0,72,0,72)
-----
When i play the .avs script in Media Player and VirtualDub the result is 'skippy', kind of like i'm missing everyother frame.
The original .avi file plays perfectly on its own.
I've tried Authoring the .avs file to DVDr and playing in a DVD Player, but i get the same 'judder' or 'skippy' playback.
Any ideas how to put this right ?
Heres the script ..
-----
video = "C:\video.avi"
AviSource(video, audio=false)
ConvertToYUY2()
bicubicresize(720,432)
addborders(0,72,0,72)
-----
When i play the .avs script in Media Player and VirtualDub the result is 'skippy', kind of like i'm missing everyother frame.
The original .avi file plays perfectly on its own.
I've tried Authoring the .avs file to DVDr and playing in a DVD Player, but i get the same 'judder' or 'skippy' playback.
Any ideas how to put this right ?