I have tried CBR,VBR and MVBR with different bitrate settings but always getting a choppy output. Can someone please recommend the CCE settings for the following DVD source file?
Aspect Ratio 4:3
Frame Rate 29.970 fps
Video Type Film 99%
Frame Type Switches between Progressive and Interlaced
I'm using the following script to frameserve----
AVISource("D:\video\solomon_d2v-vfapi.avi"
BicubicResize(480,480)
I'm sure my DVD player,(Pioneer 535), can read SVCDs since my SVCD encoded captured home videos plays back perfectly.
Any help is very much appreciated.
+ Reply to Thread
Results 1 to 2 of 2
-
-
OK, we really need more info but I think I understand you setup. Here's some back ground and what to do.
1) Rip DVD
2) Use DVD2AVI to generate D2V (video) and wav (audio) file. Make sure that force film is turned on if preview shows 90%+ film OR if anime.
3) Use tooLame to convert the wav -> MP2
4) D/load & install MPEG2DEC, AVIsynth (www.doom9.org)
5) Make the following AVISynth file:
if 16:9
LoadPlugin("..\mpeg2dec.dll"
mpeg2source("..DVD2AVI_file.d2v"
BiCubicResize(480,360,0.00,0.75)
AddBorders(0,60,0,60)
if 4:3
LoadPlugin("..\mpeg2dec.dll"
mpeg2source("..DVD2AVI_file.d2v"
BiCubicResize(480,480)
6) Load AVS script in CCE, click on video and make sure progressive frames and zig-zag scan are checked. Make sure that audio encode is NOT checked. Encode -> MPV
7) Run pulldown on MPV file to generate 29.97fps MPV file (www.doom9.org)
8) Mux pulldown.mpv + tooLame.MP2 -> MPG
<font size=-1>[ This Message was edited by: Vejita-sama on 2001-10-17 17:25:13 ]</font>
<font size=-1>[ This Message was edited by: Vejita-sama on 2001-10-17 17:25:54 ]</font>
Similar Threads
-
Procoder SVCD
By kippard in forum Authoring (VCD/SVCD)Replies: 7Last Post: 17th Dec 2008, 10:51 -
Svcd structure
By nichok72 in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 19th Aug 2008, 16:03 -
SVCD edit
By monarols in forum Video ConversionReplies: 3Last Post: 15th Jul 2008, 17:48 -
Help with PAL SVCD to NTSC SVCD
By silentmonolith in forum Newbie / General discussionsReplies: 4Last Post: 6th Jul 2007, 06:18 -
Avi Recomp Tutorial Help Pleeeeeease......
By NewJak in forum Newbie / General discussionsReplies: 5Last Post: 25th Jun 2007, 01:49