I'm following a few guides from this site on how to convert xvid to dvd. (mainly this one https://www.videohelp.com/forum/viewtopic.php?t=185077&highlight=xvid+dvd+fast ) i'm having problems at the frameserving point using avisynth. i have opened the avi file in GSpot and it says that i have 4 codecs installed to read the file
- {XviD MPEG-4 Codec}
- {ffdshow MPEG-4 Video Decoder}
- {XviD MPEG-4 Video Decoder}
- {DivX Decoder Filter}
- {DivX Decoder Filter}
my avs file looks as follows
AviSource("E:\1x01.avi")
ConvertToYUY2()
BicubicResize(720,540)
ResampleAudio(44100)
i have also tried
AviSource("E:\1x01.avi")
LanczosResize(720,540)
ConvertToYUY2()
ResampleAudio(44100)
when i try to play the avs file in windows media player, it plays really slow and the video plays more like a series of jpg's. the audio also makes popping noises. I have scanned the avi file for freezes with virtualdub-mp3 and it said there were no bad frames. when i tried to convert this to the dvd file with CCE, it failed shortly after starting.
is it something i am doing wrong?
+ Reply to Thread
Results 1 to 3 of 3
-
-
First of all all that playing in WMP means is that your avisynth syntax is ok. The fact that it's playing slowly is irrelevant - it's just trying to do realtime what you've asked for. (resize, convert format ,resample audio etc). WMP or any player cannot do this realtime and give smooth playing results.
Secondly, looking at your script a resize of 720,540 is not a DVD spec framesize which may cause your CCE problems
None of this however may be the cause of your problem (just a disclaimer on my part!) -
hi
i'll try changing it to the correct dvd size. i used that, because in the guide it tried to keep it to the same aspect ratio.
thanks for your help
Similar Threads
-
mpg to avi(xvid) problem
By okman in forum Video ConversionReplies: 4Last Post: 6th Jun 2009, 05:00 -
DVD to avi(Xvid) - size problem
By skipadipadoo in forum DVD RippingReplies: 4Last Post: 9th Mar 2009, 09:07 -
lagarith avi to xvid avi - problem
By phpmysql348 in forum EditingReplies: 1Last Post: 23rd May 2008, 12:15 -
Converting AVI to xvid AVI - Audio Sync Problem
By foochuck in forum Video ConversionReplies: 3Last Post: 4th Jul 2007, 23:22 -
Problem Converting AVI to xvid AVI (using AutoGK)
By foochuck in forum Newbie / General discussionsReplies: 2Last Post: 3rd Jul 2007, 09:57