VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. 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&quot
    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.
    Quote Quote  
  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>
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!