N3m1515
17th August 2005, 18:10
Hi,
I am used to DVD -> DVDR conversions and have just entered into XviD/DivX to DVDR. I am a newb at this aswell as Avisynth usage in general.
Anyway, since I set up all the progs I have been able to convert a few files no problem. Today however, whenever I load my avs and Encode CCE complains that 'couldn't find appropriate codec for YV12'.
Now I have read the posts regarding this topic and the clear answer seems to be use the line in avs to convery to YUY, ok. My main concern is why I need to do this now as I never did before. I should mention though that I have recently installed some new software to assist me in the conversion should I experience any problems, the latest being DVD2SVCD.
I have succesfully converted 3-4 Xvid/DivX files to DVD without the last line in avs for convert to YUY and they came out good so I am completely :confused: why this has changed other than some rogue setting in DVD2SVCD. Could Avisynth Switcher be responsible?
For example the following script allowed me to do 1 pass in CCE on Monday, on Tuesday I had to do it over (as I deleted file by accident) and then CCE complained!
AVISource("D:\f4.avi")
BicubicResize(704,320,0,0.6,4,0,616,256)
AddBorders(8,128,8,128)
ResampleAudio(44100)
Some help would be greatly appreciated, hope the above is clear.
Thanks.
P.S Some general hints on any possible improvements to the above script would be great too :)
I am used to DVD -> DVDR conversions and have just entered into XviD/DivX to DVDR. I am a newb at this aswell as Avisynth usage in general.
Anyway, since I set up all the progs I have been able to convert a few files no problem. Today however, whenever I load my avs and Encode CCE complains that 'couldn't find appropriate codec for YV12'.
Now I have read the posts regarding this topic and the clear answer seems to be use the line in avs to convery to YUY, ok. My main concern is why I need to do this now as I never did before. I should mention though that I have recently installed some new software to assist me in the conversion should I experience any problems, the latest being DVD2SVCD.
I have succesfully converted 3-4 Xvid/DivX files to DVD without the last line in avs for convert to YUY and they came out good so I am completely :confused: why this has changed other than some rogue setting in DVD2SVCD. Could Avisynth Switcher be responsible?
For example the following script allowed me to do 1 pass in CCE on Monday, on Tuesday I had to do it over (as I deleted file by accident) and then CCE complained!
AVISource("D:\f4.avi")
BicubicResize(704,320,0,0.6,4,0,616,256)
AddBorders(8,128,8,128)
ResampleAudio(44100)
Some help would be greatly appreciated, hope the above is clear.
Thanks.
P.S Some general hints on any possible improvements to the above script would be great too :)