VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Trying to make a NTSC DVD
    Opend the avi in Gspot and trying to figur out how the script should look like ??
    In Gspot it look like this Video: x:y576x240 (2.40:1) [=12:5]
    23.976fps
    The closest aspect ratio is 1:2.35 ??

    Is it possible to encode this source in 16:9 or should it be 4:3 ??

    I'll try in 16:9 is this right then ??

    BicubicResize ( 720x363 )
    AddBorders ( 0,58,0,58 )

    I calculated like this.... 1:2.35
    480x16:9=853
    853/2.35=363
    480-363/2=58,5 ( 58 )
    Quote Quote  
  2. Sounds like 16:9 to me.

    I use FitCD to calculate my AVISynth resize parameters.
    Quote Quote  
  3. LanczosResize(720,360)
    addborders(0,60,0,60)

    I'd go 352x480, but thats me.

    LanczosResize(352,360)
    addborders(0,60,0,60)
    Ejoc's CVD Page:
    DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy

    DVD:
    DVDShrink -> RecordNow DX

    Capture:
    VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author
    Quote Quote  
  4. Originally Posted by Ejoc

    I'd go 352x480, but thats me.

    LanczosResize(352,360)
    addborders(0,60,0,60)
    How is that ??

    Thanks anyway
    Quote Quote  
  5. I've played CVDs (352x480) on my house-mates Sony Trinitron 37" and he was shocked to learn that it was a CD-R and not a DVD. They look good, and are valid DVD video specs, so it can easily be converted to DVD-R.
    Ejoc's CVD Page:
    DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy

    DVD:
    DVDShrink -> RecordNow DX

    Capture:
    VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author
    Quote Quote  
  6. Member
    Join Date
    May 2001
    Location
    United States
    Search Comp PM
    Or, you could try this:

    bilinearresize(854,356)
    addborders(0,62,0,62)
    bilinearresize(720,480)

    Set your authoring program for 16:9 aspect ratio. This is an anamorphic 16:9 video with the borders. You could also crop off some of the horizontal and eliminate the borders, as in this:

    crop(0,75,427,480) [check the proper syntax - take 75 pixels off both sides].
    bilinearresize(720,480)
    ICBM target coordinates:
    26° 14' 10.16"N -- 80° 16' 0.91"W
    Quote Quote  
  7. Shit ! I can't even add the script in CCE v2.66 ???
    Got error "Frame size 940x56 is not supported,Supported frame size is up to 720x576" ???

    With this script :
    LoadPlugin("C:\Program\Tillbehör\Virtualdub 1.4.9\plugins\textsub.vdf")
    avisource("AManApart.avi")
    bilinearresize(854,356)
    addborders(0,62,0,62)
    bilinearresize(720,480)
    TextSub("amanapart21sec.srt")
    ResampleAudio(44100)

    or this :
    LoadPlugin("C:\Program\Tillbehör\Virtualdub 1.4.9\plugins\textsub.vdf")
    avisource("AManApart.avi")
    BicubicResize(720,360)
    AddBorders(0,60,0,60)
    TextSub("amanapart21sec.srt")
    ResampleAudio(44100)

    What the hell is wrong I followed this guide:
    http://www.doom9.org/index.html?/mpg/avi2dvdr.htm
    Quote Quote  
  8. just for giggles try
    Code:
    #LoadPlugin("C:\Program\Tillbehör\Virtualdub 1.4.9\plugins\textsub.vdf")
    avisource("AManApart.avi")
    BicubicResize(720,360)
    AddBorders(0,60,0,60)
    #TextSub("amanapart21sec.srt")
    #ResampleAudio(44100)
    does WMP play it?
    Ejoc's CVD Page:
    DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy

    DVD:
    DVDShrink -> RecordNow DX

    Capture:
    VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author
    Quote Quote  
  9. just to make things eazy on yourself, try to load the AVS file into
    tmpeg first.
    that way you will know if there is a problem in the script,
    avisynth will show you what you did wrong by writing an error message
    in tmpegs preview window.

    cce doesnt preview the clip, so avisynth cant tell you where the
    problem is.

    hope this helps in some way.
    HELL AINT A BAD PLACE TO BE
    Quote Quote  
  10. Christ !!
    It was the avisynth 2.5 !!!
    Uninstalled it and run 2.08 instead

    Ok back to base again...
    Thanks for all the help .
    Happy to be a member here
    Quote Quote  



Similar Threads

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