VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member MI6's Avatar
    Join Date
    Aug 2004
    Location
    MACEDONIA
    Search Comp PM
    I can't open any AVI file in HC Encoder, except some (d2v and avs ) files, which are not familiar files for video editing to me.I edit aVI files in Vegas 9 then frameserving with Derbug Frameserver to some encoder.
    How to open AVI files?
    QUALITY HAS A NAME
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    HCenc doesn't open the files directly, only through Avisynth script - as you mentioned.
    Quote Quote  
  3. Member MI6's Avatar
    Join Date
    Aug 2004
    Location
    MACEDONIA
    Search Comp PM
    I still can't open AVI files.I have read some threads that I have to create script file with for example Notepad with avs extension and the same name"Video"but without success(what inside text file???).
    I have AVI files in separate folder called Video .What is the next step for success?
    Regards.
    QUALITY HAS A NAME
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    I see what you're saying - I assumed you were familiar with basic Avisynth.
    easiest way to see what is going on is to use AVStoDVD. It''s a great front end to HCenc and QUenc,
    and much more. You can see the Avisynth script used in the edit title/avisynth tab.

    Basically, a simple script like this is all you need:
    Video = DirectShowSource("I:\path\myfile.avi", fps=29.97, audio=false)
    Video = Video.ConvertToYV12
    Video = Video.AddBorders(10,0,10,0)
    Video = Video.Lanczos4Resize(720,480)
    return video

    The AddBorders corrects the aspect ratio so that the resize produces the proper shape picture.
    AVStoDVD calculates all this for you.
    Quote Quote  
  5. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    this is going to sound like a stupid question but do you even have avisynth installed?
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  
  6. Member MI6's Avatar
    Join Date
    Aug 2004
    Location
    MACEDONIA
    Search Comp PM
    No, this is my first instalation.
    QUALITY HAS A NAME
    Quote Quote  
  7. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    Then you need to download and install avisynth. Then you will be able to open your avs scripts in hcenc.
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  



Similar Threads

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