VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I want to encode a movie trailer in vcd format in 352 * 288 25 fps.

    My source is dvd and the aspect ration is set to 4:3

    here is my avisynth script:

    Code:
    Loadplugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\mpeg2dec3.dll")
    mpeg2source("c:\windows\temp\spaceballs_trailer.d2v")
    lanczosresize(352,288)
    I load this script in Tmpgenc but when it asks for the source aspect ratio, i don't know which item to select.

    1. I must chose 4:3 ou 1:1 ?????? (I resize in my avisynth script)
    2. Is deinterlace is needed (the source is interlaced) but in 288 I think i don't need to deinterlace. SO I need your advice.

    Thanks.
    Quote Quote  
  2. 1. 4:3

    2. Better deinterlace, or

    Loadplugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\mpeg2dec3.dll")
    mpeg2source("c:\windows\temp\spaceballs_trailer.d2 v")
    separatefields()
    selectodd()
    Quote Quote  
  3. Thanks for the infos but I have one last question,
    Which "Video arange method" to select ?? FullScreen ou FullScreen (Keep aspect ratio) ?????

    Thanks.
    Quote Quote  



Similar Threads

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