My trail offer with TMPGenc is drawing to a close and I need something to convert .avi files into .mpeg. Anyone know a link for a free encoder?
+ Reply to Thread
Results 1 to 6 of 6
-
-
QuEnc is great, a little bit fast too. I had some problems with low bitrate encodes in an earlier version, with version 0.51 its all good. You will need to use AviSynth to frameserve, so it doesnt fully replace Tmpgenc. BUT! If you know how to use some basic filters in virtualdub its not an issue anyway, all you ever need to put in the AviSynth script is 2 lines:
AviSource("C:\YourVirtualdubFrameserverFile.VDR")
ConvertToYV12() -
Originally Posted by thor300
-
First you install AviSynth, v 2.54 would be good. After you set up virtualdub to resize and do other things you want with the AVI file (or mpeg2 file if using virtualdubmod) then you start the frameserver (file -> frameserver) and save the file as for ex c:\frameserved.VDR, you open notepad, write two lines:
AviSource("C:\Frameserved.VDR")
ConvertToYV12()
...And then save it with AVS extension, open that AVS file with QuEnc and you are ready to start encoding. If virtualdub frameserver doesnt work, go to the virtualdub folder, open auxsetup.exe, click "install handler".
The first line in the AVS script calls the function to open the videofile/frameserved video stream, and the second line converts to colorspace YV12. QuEnc use YV12 internally, any other colorspace will give an error message.
Similar Threads
-
about mpeg-2 encoders
By sgbd in forum Video ConversionReplies: 6Last Post: 11th Sep 2010, 07:02 -
Hardware MPEG 4 Encoders: Worthwhile?
By darkarn in forum Capturing and VCRReplies: 6Last Post: 29th Jul 2010, 19:16 -
Suggestions on Good Flash Encoders (free?)
By Mekamur in forum Video Streaming DownloadingReplies: 4Last Post: 14th Jan 2009, 15:33 -
What FREE software for .avi DivX Xvid etc to DVD do you use? and encoders?
By mcv2008 in forum Newbie / General discussionsReplies: 10Last Post: 28th Jun 2008, 10:08