]> git.sesse.net Git - vlc/commit
* Make it possible to extract any color component from the video. (Red, Green and...
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 18 Dec 2006 21:08:11 +0000 (21:08 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 18 Dec 2006 21:08:11 +0000 (21:08 +0000)
commit0d895d8ecd05dd4290cae5781671599812f5e421
treee7b8a30f08594d8d00a769a088c11a54c944f0f2
parent54b8b0121a13e9b38c0e51e253a3440e71212f45
* Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.
modules/video_filter/extract.c