[vlc] Unable to view a video image on YCbCr 4:2:2 video device

Amaresh Ram Amaresh.Ram at lntinfotech.com
Mon Aug 13 06:08:45 CEST 2007


Thanks Jean. I have already resolved this issues. but another issues that I
observe that I420_YUY2 module is not implemented for video resizing.

I tried to use the algorithm presented in i420_RGB but it does not work.
can you help me to support video resize for i420_yuy2?




                                                                           
             Jean-Paul Saman                                               
             <jean-paul.saman@                                             
             planet.nl>                                                 To 
             Sent by:                  Mailing list for VLC media player   
             vlc-bounces at video         users <vlc at videolan.org>            
             lan.org                                                    cc 
                                                                           
                                                                   Subject 
             08/12/2007 09:19          Re: [vlc] Unable to view a video    
             PM                        image on YCbCr 4:2:2 video device   
                                                                           
                                                                           
             Please respond to                                             
             Mailing list for                                              
             VLC media player                                              
                   users                                                   
             <vlc at videolan.org                                             
                     >                                                     
                                                                           
                                                                           




Amaresh Ram wrote:
> Hi,
>
> I have ported the VLC-0.8.6a for TI Davinci platform. TI Davinci platform
> has 4 Framebuffer device (2 for Video supporting YCbCr 4:2:2 (UYVY), 1
for
> OSD supporting RGB and 1 for Attribute). I have added another FB module
for
> supporting video framebuffer of Davinci.
>
> With this ported code, I am able to view the perfect video clip on OSD FB
> but on video FB I can only see some colored pixel distributed across half
> of the screen.
>
> As per the log input chorma FMT is I420 and output chroma format is UYVY.
>
> Help sought to resolve the problem.

The framebuffer device only outputs RGB atm. I have a similar issue for
another embedded device, but then sending I420 directly to the framebuffer.

Try forcing the Chroma at line 243 of modules/video_output/fb.c
VLC_FOURCC( 'U','Y','V','Y' );

I am still working on it.

Gtz,
Jean-Paul Saman.
_______________________________________________
vlc mailing list
vlc at videolan.org
http://mailman.videolan.org/listinfo/vlc

______________________________________________________________________



______________________________________________________________________
_______________________________________________
vlc mailing list
vlc at videolan.org
http://mailman.videolan.org/listinfo/vlc


More information about the vlc mailing list