View Full Version : yuy2/yv12
Mounir
5th May 2009, 05:44
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\deblock.dll")
LoadPlugin("C:\final.avi")
Deblock()
avsp says:
deblock: need yuy2 or yv12 input
someone enlighten me on how 2 fix this
(the .avi have been encoded with huffyuv)
TheRyuu
5th May 2009, 06:56
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\deblock.dll")
LoadPlugin("C:\final.avi")
Deblock()
avsp says:
deblock: need yuy2 or yv12 input
someone enlighten me on how 2 fix this
(the .avi have been encoded with huffyuv)
Deblock requires yv12 or yuy2 input. Error is self explanatory.
http://avisynth.org/mediawiki/ConvertToYV12
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\deblock.dll")
AVISource("C:\final.avi") #I sure hope you're using avisource to call this
ConverttoYV12() #self explanatory
Deblock()
JohannesL
5th May 2009, 14:29
www.avisynth.org
Mounir
5th May 2009, 14:43
lol yeah i use avisource i made i mistake in what i wrote
ConverttoYV12() seem to work, YUY2 isn't better?
JohannesL
5th May 2009, 18:07
YUY2 has better quality, but is less compressible. x264 only accepts YV12.
Delta2
5th May 2009, 20:55
Well, I will use this topic about YV12 vs YUY2
Everybody and everywhere it is said to use YUY2 with CCE. OK....it is much better
But that makes CCE 20% or 30% slower, far too noticeable to be ignored, and the results are not bad unless you have some material to compare
I think it is something personal, or a user choice
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.