wmansir
5th January 2002, 09:24
I just got my first standalone DVD player, so I'm in the process of converting some of my divx into SVCD.
I tried opening a divx .avi file in avisynth and resizing it to serve to CCE, but the resulting video looked like crap. When reaching the second keyframe in the divx the video totally fell apart, like a really corrupt divx frame. However, this only happened when I resized the video using Bilinear or BicubicResize. If I used other functions (clip, H/V ReduceBy2, ect) they worked fine.
I tried AVIfilesource and OpenDMLsource with the same results. DirectShowSource didn't have this problem, but it flipped the video horizontally and vertically, which wouldn't work.
After playing around for a while I found that using ConvertToYUY2 before the resize fixed the problem. Does anyone know why this is?
(p.s. I tried using Vdub frameserving to CCE, but CCE crashed when opening the file, but if I frameserved with Vdub and then created an .avs script frameserving the .vdr it opened fine in CCE but was slow, go figure)
I tried opening a divx .avi file in avisynth and resizing it to serve to CCE, but the resulting video looked like crap. When reaching the second keyframe in the divx the video totally fell apart, like a really corrupt divx frame. However, this only happened when I resized the video using Bilinear or BicubicResize. If I used other functions (clip, H/V ReduceBy2, ect) they worked fine.
I tried AVIfilesource and OpenDMLsource with the same results. DirectShowSource didn't have this problem, but it flipped the video horizontally and vertically, which wouldn't work.
After playing around for a while I found that using ConvertToYUY2 before the resize fixed the problem. Does anyone know why this is?
(p.s. I tried using Vdub frameserving to CCE, but CCE crashed when opening the file, but if I frameserved with Vdub and then created an .avs script frameserving the .vdr it opened fine in CCE but was slow, go figure)