Hi,
I want to try out the MagicYuv codec (since it's apparantly faster). on Megui with avisynth.
I just don't know how to add it in my current avs code. Since I've to convert my file first to yv12 I want to convert it back afterwards since I'm using the interframe2 script I've no other option then using yv12.
I want to convert yv12 to rgb interpolated, apparantly magicyuv is pretty fast for this.
I want magicyuv to use the for the commands :converttoyv12 and the converttoRGB32. as example. Since I think avisynth is currently using LAV of MPC-HC. https://forum.videohelp.com/images/guides/p1784363/yv12.png
I hope you can help me with this.
I normally convert files in megui like this:
Regards, PatriekCode:<input>.converttoyv12()
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Patriek; 5th Oct 2017 at 18:31.
-
AVISynth doesn't use codecs (except from within the input plugins), and its output is uncompressed.
You should be able to encode to MagicYUV using megui, since it does have a component that supports the vfw architecture, but that surely is an odd/nonstandard way to use megui. Better to use Vdub for that task.
Scott -
Install the codec. Open your AviSynth script in VDub. You either create the script yourself or use one MeGUI created for you. In VDub set Video for 'Fast Recompress' and go Video->Compression. Choose your MagicYUV codec and then 'Configure'. Go File->Save As AVI.
I want magicyuv to use the for the commands :converttoyv12 and the converttoRGB32
Similar Threads
-
AviSynth script error on meGUI
By vancew90 in forum EditingReplies: 16Last Post: 16th Jan 2019, 06:42 -
Can't encode VC-1 videos with avisynth/MeGUI
By WAusJackBauer in forum Newbie / General discussionsReplies: 10Last Post: 15th Aug 2017, 04:00 -
MagicYUV
By newpball in forum Video ConversionReplies: 1Last Post: 5th Mar 2015, 20:59 -
MeGui + AviSynth alternative
By shorto in forum EditingReplies: 17Last Post: 3rd Nov 2014, 15:12 -
MeGUI and aviSynth
By Slind in forum Video ConversionReplies: 15Last Post: 9th Nov 2013, 19:28