+ Reply to Thread
Results 1 to 7 of 7
-
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 -
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.
Similar Threads
-
AVI files won't open in Avidemux
By Ahari in forum Newbie / General discussionsReplies: 28Last Post: 18th Mar 2025, 14:22 -
Adobe Premiere - MainConcept's H.264 vs x264 open source encoder
By rallymax in forum EditingReplies: 159Last Post: 19th Jun 2012, 19:51 -
How to open MP4,MKV,WMV,RM,MOV,OGM with any editor,encoder
By Baldrick in forum User guidesReplies: 78Last Post: 24th Feb 2011, 09:53 -
Error with Nero AAC encoder in XVID4PSP - "Could not open AAC encoder&
By TheViking in forum Video ConversionReplies: 2Last Post: 5th Nov 2009, 01:41 -
After reinstall of OS etc, Tmpgenc encoder can't support avi media files
By AORMan in forum Video ConversionReplies: 15Last Post: 2nd Feb 2008, 10:36