View Single Post
Old 25th April 2019, 20:03   #8813  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
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.
Quote:
When the target format is the same as the source format, the original clip will be returned unchanged, except for the case of ConvertToYV12 where the ChromaInPlacement and ChromaOutPlacement parameters are different
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 ?
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote