[vlc-devel] questions for adding new play mode to videolan

Rémi Denis-Courmont remi at remlab.net
Sun Jan 10 20:01:59 CET 2016


  Hello,

On Sunday 10 January 2016 08:52:55 yan cui wrote:
>     One question to add new play mode to videolan. In fact, I want to
> enable the player to play several kinds of modes, including cartoon mode
> and 3D mode, besides the normal mode. I have algorithms to transfer a video
> to cartoon mode or 3D mode by the use of openCV. So, I'd like to add some
> buttons on the GUI and play the video in a particular mode when user
> selects it. My question is where should I embed my code? I know the theory
> of player in the high level, like each time you get a compressed data
> trunk, then decompress it and play it, but I am not quite familiar with the
> code base of videolan. Any answers or suggestions  are welcome!

Cartoon mode sounds like video filter.  Look for, e.g. "posterize" to see a 
similar use case.

I am not sure what you mean by 3D mode.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list