Re: [Libav-user] How to redirect FFMPEG output to a socket

2012-05-02 Thread Wagner Patriota
hummm... nevermind... I got it already... I need to implement my own URLProtocol... :-) On Wed, May 2, 2012 at 4:23 PM, Wagner Patriota wrote: > Hello, > > I wanna make an application that outputs the content of FFMPEG to a > socket... it that easy? where should I look for it? > > Maybe ffserver

[Libav-user] How to redirect FFMPEG output to a socket

2012-05-02 Thread Wagner Patriota
Hello, I wanna make an application that outputs the content of FFMPEG to a socket... it that easy? where should I look for it? Maybe ffserver has something to do with what I want, but for sure I want something simpler... I have my server open, a "socket handle", everything ready... only waiting

[Libav-user] AVSubtitle

2012-05-02 Thread Denis
Does anybody has an example on how to add subtitles to a video stream? I hope somebody reply. -- www.denisgottardello.it Skype: mrdebug Videosurveillance and home automation! http://www.denisgottardello.it/DomusBoss/DomusBossIndice.php ___ Libav-use

[Libav-user] How to decode audio with data size of 20

2012-05-02 Thread 肖波
Hi all, How to decode the audio data of data sizeI(sample bit width) is 20? I read the source code of libav 0.8.1 in libavformat/lxf.dec, and in about line 316 there a comment wrote:"read non-20-bit audio data into lxf->temp so we can deplanarize it". So does ffmpeg don't support audio with dat