VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. I tried finding information in this forum about this conversion and all I found was to use avisynth but not instructions on how to do it, could you please provide them here using this or another program capable of doing this conversion which I tried to solve and keep getting unsynched video.
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Procoder has a good reputation for this, and is much simpler than avisynth. Depending on your source and what you are trying to do there are other options. Your post is a bit vague to allow for specific ansers though.
    Read my blog here.
    Quote Quote  
  3. hey is that payable?
    Quote Quote  
  4. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Yeah, it's payware.

    If your source is avi, then VSO DIvxtoDVD can do format conversion. I've never had it go out of sync.
    Read my blog here.
    Quote Quote  
  5. Frame Duplication
    Code:
    AviSource("your.avi")
    ChangeFPS(29.97)

    Frame Blending
    Code:
    AviSource("your.avi")
    ConvertFPS(29.97)

    Interlaced Field duplication
    Code:
    AviSource("your.avi")
    Bob() # Should use a smart Bob'er, i.e DGBob etc
    ChangeFPS(59.94)
    SeparateFields()
    SelectEvery(4,0,3)
    Weave()
    Quote Quote  



Similar Threads

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