VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. I will like to serve a large movie (bigger than 4,7 GBs) from RIP vob files to CCE 2,5 or 2,64 with Avisynth in order to re-encode it and then burn it on one DVD-R. For audio and subtitles I will use other programs. I’m interesting only on the picture re-encoding.

    Can someone expert on Avisynth send me an example script?

    Thank you in advance
    Quote Quote  
  2. Member adam's Avatar
    Join Date
    Sep 2000
    Location
    United States
    Search Comp PM
    The script you use depends largely on your source. There is no generic script which will work on any source. You should try using FitCD or even gordian knot to create an avisynth script. The use of these programs is really pretty self explanatory, and of course they come with documentation also in case you get stuck.
    Quote Quote  
  3. I don't have any problems frameserving from AVISynth or VirtualDub to CC 2.50, but 2.62 and now 2.64 won't work with the same setup. Does anyone know what the trick is?

    Xesdeeni
    Quote Quote  
  4. Avisynth will not work with the newer 2.62 and 2.64 CCE because they handle the video different. Doom9 has alot on this. My problem in 2.5 is I get the error message that it reads only .ecl files.
    Quote Quote  
  5. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    ccesp 2.50 and ccesp 2.64.01.09 or newer (latest is 2.64.01.10) read Avisynth scripts directly.
    Fredrick, have a look at these doom9 guides to see, how to load a video file into ccesp. *.ecl is just a project file.
    Arian, I recommend to create a DVD2AVI project.
    Then you will need Avisynth 1.03 or later (Avisynth 2.05 is recommended) and one of the MPEGdecoder plugins. I suggest mpeg2dec2.dll, because it let you load a video source, that was cropped with dvd2avi.
    Also try MPEGDecoder.dll, that should let you load *.vob files.
    [/url]
    Quote Quote  
  6. Originally Posted by Truman
    Also try MPEGDecoder.dll, that should let you load *.vob files.
    Sounds like what I need
    I will give it a try!

    Thanks
    Quote Quote  
  7. Originally Posted by Truman
    Fredrick, have a look at these doom9 guides to see, how to load a video file into ccesp. *.ecl is just a project file.
    Is there something wrong on doom9.org? Look like is not working or something else. Did they lost there DNS?

    Do you know where can I find this MPEGDecoder.dll?
    Quote Quote  
  8. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    They seem to have server problems at the moment.
    Thr plugin you will find as a attachment of this
    forum topic. Also there are all information about it.
    Quote Quote  
  9. Hi all

    In answer to the original question, like ppl say avisynth should be used with cce 2.5, whilst avisynth has many scripting options the most common involve using "LoadPlugin", "mpeg2source", and "ResampleAudio" if you use an athlon processor to fool cce into thinking your doing audio otherwise it crashes.

    LoadPlugin("c:\program files\mediaenc\gordianknot\mpeg2dec.dll")
    mpeg2source("c:\gladiator\1.d2v")
    ResampleAudio(44100)

    save as a .avs file, mpeg2dec path to the avisynth codec, and 1.d2v is the dvd2avi filename

    Hope that was some help
    Quote Quote  
  10. Originally Posted by Niceone
    Hope that was some help
    I will give it a try later today... Thanks you Niceone!
    Quote Quote  
  11. Originally Posted by Truman
    They seem to have server problems at the moment.
    Thr plugin you will find as a attachment of this
    forum topic. Also there are all information about it.
    This is a really interesting post (@ Doom9.org)! But... to tell you the truth... all that stuff was a little bit confusing for me! I didn’t really get it if this plug-in works or not! Nevertheless I will give it some time to test it. I hope later today...

    Thank you for your input Truman
    Quote Quote  
  12. Member
    Join Date
    Apr 2002
    Location
    Florida
    Search Comp PM
    there are only 2 avs scripts that i have ever needed for dvd files in CCE

    Forced film:
    LoadPlugin("C:\mpeg2dec.dll")
    mpeg2source("C:\VTS_02.d2v")

    IVTC:
    LoadPlugin("C:\mpeg2dec.dll")
    LoadPlugin("C:\decomb.dll")
    mpeg2source("D:\lain.d2v")
    Telecide()
    Decimate(cycle=5)

    obviously you will want the corect paths that are on your computer, but you get the idea
    Quote Quote  



Similar Threads

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