View Full Version : Non mod-16 source displays artifacting when loading.
Chainmax
16th September 2006, 02:00
Some time ago, I downloaded the iPod version of the first advertisement in the "Joga Bonito" series. Strangely enough, it's 300x240 rather than 320x240 like the other versions. I still want to use it because it looks much better than the other versions.
Thing is, upon loading in Avisynth, short green lines (disposed like scanlines) appear on both sides of the screen. I assume this is because width is not mod16, what can I do about it?
IanB
16th September 2006, 03:42
1. Are you sure it is the decoding thats borked, try a ConvertToRGB() at the end of your script just to be sure. Some apps have trouble displaying YV12 non mod 16 data.
2. Try having the codec decode to RGB or YUY2 (pixel_type="...") that code path may not be as borked.
3. Use a codec that correctly decodes non mod 16 sources.
Chainmax
16th September 2006, 16:29
Well, the file plays fine on my media players, and I'm using the latest clsid ffdshow build and the latest Haali splitter. I'll try your suggestions and report back.
[edit]It seems that the splitter didn't install itself properly. After unistalling and reinstalling, the file loaded fine without having to use "pixel_type" or a colorspace conversion.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.