Encoding NTSC DV avi 4:3 , gives some blocky artifacts in logo, not sure if it is some chroma bug or something, it is in red color only.
I downloaded picture of encoded logo and also original logo in PNG MOV video with alpha channel, so if someone would want to test it in Vegas it could be imported and enable alpha channel in media properties (media/alpha channels/straight - unmatted)
I also tested Cedocida DV export in Vegas with the same result, it looks like a bit better but obvious blocks of red were rendered as well.
+ Reply to Thread
Results 1 to 2 of 2
-
-
I get the same thing. It looks like point resized chroma, or some variation , of 411. You might have some lossy compression on top of that, mine were static backgrounds
(these are slightly different resized alpha overlays, but 1:1 crops, but it should be enough to convey the message)
vegas dv export
avisynth test point resize 411 chroma - this simulates 4:1:1 downscaling and back to RGB . I didn't use the chromain and out placement arguments for "dv" , but it should be good enough for the general idea. You can use dithertools to do precise chroma placement for "dv" samples
Code:ffvideoSource("logo cut off with alpha channel.mov") crop(480,0,0,0) bicubicresize(720,480) converttoyv24() a=last v=vtoy(a).pointresize(180,480).pointresize(720,480) u=utoy(a).pointresize(180,480).pointresize(720,480) YToUV(u, v) MergeLuma(a)
Similar Threads
-
Extremely slow encoding with Vegas 12.0
By Smells_Like_Feet in forum Video ConversionReplies: 2Last Post: 3rd Sep 2013, 19:09 -
Episode 6 Bug? Or Quicktime Player 7 bug?
By NY2LA in forum Video ConversionReplies: 3Last Post: 25th Jun 2012, 16:59 -
Vegas vs VS Pro X4 encoding
By pepegot1 in forum EditingReplies: 29Last Post: 29th Nov 2011, 22:56 -
Best budget PC for Sony Vegas 10 encoding?
By sdsumike619 in forum ComputerReplies: 7Last Post: 15th Sep 2011, 22:31 -
Problem while encoding AVCHD video with Sony Vegas
By RiDDleR2 in forum EditingReplies: 6Last Post: 29th Jul 2011, 10:41