[vlc-devel] Implementing feature "old-movie" video-effect
    Alexander Terentyev 
    lex.terentyev at gmail.com
       
    Fri Jan 25 03:50:31 CET 2013
    
    
  
2013/1/25 Rémi Denis-Courmont <remi at remlab.net>
> Why are you starting with packed YUV?
> Most video codecs are decoded to planar YUV.
For basement of my module I take module "sepia", which could work with
next chroma values:
    VLC_CODEC_I420
    VLC_CODEC_RGB24
    VLC_CODEC_RGB32
    VLC_CODEC_UYVY
    VLC_CODEC_VYUY
    VLC_CODEC_YUYV
    VLC_CODEC_YVYU
And I decide not extend ability of sepia module and use current code.
May be after all I will add planar YUV functionality.
But if my supervisor decide tha implementation for planar YUV is
higher priority, I agree with him.
2013/1/25 Rémi Denis-Courmont <remi at remlab.net>
> There is no such a thing as "I420 packed". Packed formats cannot support
> vertical subsampling anyway.
Yes, my bad. Of course, planar I420.
    
    
More information about the vlc-devel
mailing list