Hi,
when chroma is subsampled, depending on the chroma subsampling scheme(4:1:1, 4:2:2, 4:2:0) some pixels get sampled only for the luma(Y), or some pixels get sampled for the luma and only one chroma component i.e. either Cb or Cr only.
In such cases, when the data being converted back to the video display during playback, do those pixels with no chroma or only one chroma get diplayed with no chroma or one chroma only(ofcourse alongwith luma) or do the missing chroma components get calculated real time(from neighbouring chroma samples ?) and all three components Y,Cb, Cr are displayed for that pixel always ?
+ Reply to Thread
Results 1 to 5 of 5
-
-
The chroma samples are either replicated for each luma or interpolated somehow, depending on the software/hardware. Every displayed pixel must have all three components.
-
interpolated - that's the word I was looking for.
so in general, i.e. typical dvd players and software players, do they interpolate the missing information or just slap on the neighbouring values and be done with it ? -
Where can I find more information about implementation level details about chroma upsampling ?
How exactly is it done ?
I know quite familiar with resampling of audio signals but want to understand video chroma upsampling better. -
Many editors replicate because the operation is symetrical. Ie, if you repeatedly convert 4:4:4 to 4:1:1 and back you want to avoid having the chroma get farther and farther from the original values.
Software can use any of the usual digital image scaling algorithms for smoother results. Simple interpolation, bilinear, bicubic, lanczos, etc.
Most media players will use the graphics card's video overlay feature which usually accepts YUY2 video. So the conversion from YUY2 to RGB is dependent on the graphics card.
Similar Threads
-
Simple question about group files decoding
By SteveDM in forum ffmpegX general discussionReplies: 3Last Post: 25th Aug 2010, 05:58 -
Playing Video on display 2 and display 1 goes black
By sidewaysdriver in forum Software PlayingReplies: 2Last Post: 3rd Aug 2010, 00:36 -
Pioneer DV-410V File DIsplay Question
By olegeiser in forum DVD & Blu-ray PlayersReplies: 2Last Post: 13th Jun 2008, 13:19 -
HD display question
By LT9000 in forum Newbie / General discussionsReplies: 1Last Post: 7th Dec 2007, 18:15 -
question about how to display closed captions in KM player
By jimdagys in forum SubtitleReplies: 2Last Post: 17th Oct 2007, 06:08