View Single Post
Old 26th April 2019, 04:56   #8814  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
So far as I know, MeGUI REQUIRES YV12 final colorspace to work at all, and if already in YV12, then ConvertToYV12 does nothing.
So, dont have a clue as to why encoding speed may be slow.

http://avisynth.nl/index.php/Convert

Again, suggest that you learn at least basic Avisynth scripting, then you might have more idea what is wrong when problems show up.
If you add eg

Code:
# some script stuff
...

#ConvertToYV12  # comment out for showing info, then remove when not showing info
Info
And set in options to "Show video preview after avisynth script selection", and see what Info shows you.
What is the colorspace shown by info ?
Video Colorspace is RGB32.
imsrk48 is offline   Reply With Quote