VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Oct 2017
    Location
    Netherlands
    Search Comp PM
    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:
    Code:
    <input>.converttoyv12()
    Regards, Patriek
    Last edited by Patriek; 5th Oct 2017 at 18:31.
    Quote Quote  
  2. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    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
    Quote Quote  
  3. 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
    That you can (and should) do in your script.
    Quote Quote  



Similar Threads

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