VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Ok I am using the tut on vcdhelp.com. I am lost on this part. The tut says this (read below) When I open a txt doc. it saves it as .....avs.txt. why? The tut says it should be ....avs only not txt. do I need a nother plugin besides the Avisynth one? please please help I want to learn so bad.
    Thanks


    "Now onto the Avisynth script.

    Open up a new text document and save it as whatever.avs under file name and set it to all files under save as file type.

    Open your new whatever.avs file.

    First off we are going to load the mpeg2dec.dll in the script you do that with the loadplugin command and then the destination of the file. "
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    Make sure that the filetype field in the save dialog box says All Files (*.*) and NOT Textfile (*.txt).
    Quote Quote  
  3. or force the .ext by enclosing the filename in quotes
    Quote Quote  
  4. Make sure that the filetype field in the save dialog box says All Files (*.*) and NOT Textfile (*.txt).
    I tried that before I posted the message but that did not work.

    or force the .ext by enclosing the filename in quotes
    that did work though. Thanks


    First off we are going to load the mpeg2dec.dll in the script you do that with the loadplugin command and then the destination of the file. "
    What program do I use to load the plugin? And how? Thanks
    localfinesse
    Quote Quote  
  5. take a look at the avisynth command reference @ www.videotools.net or the tutorial @ http://www.math.berkeley.edu/~benrg/avisynth.html if you are completely lost

    #mpeg2dec script example
    LoadPlugin("[...path...]\MPEG2DEC.DLL")
    mpeg2source("[...path...\DVD2AVIoutput.d2v]")
    AssumeFrameBased( )
    ComplementParity( ) #ONLY if field order is upper-first
    [...filter 1...]
    [...filter 2...]
    [...etc...]
    Quote Quote  



Similar Threads

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