Hi Haris, On Fri, Apr 27, 2012 at 9:35 AM, Haris Zukanovic <[email protected]> wrote: > Do you have any technical pointers and/or docs about incorporating a new > input decoder for H264/AAC > There is such a codec used by ffmpeg and other softwares... I guess one > could try using that?
Yes, ffmpeg would be great. I know Romain considered it already. Concerning the doc, I would start by reading http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html and then take inspiration from our existing interfaces: ocaml-vorbis, ocaml-theora, ocaml-lame, etc. > This idea was intended to be about output only, and for output it would seem > to be a good separation between the mixing application and delivery > application (encoder streaming out to a server) as well as optimal. Outputs pose less problems. The main issue would be to find an external encoding/outputting program that accepts raw video of some sort as input. This is less common than audio, because video processing involves a large amount of data that is perhaps more commonly treated in place (shared memory rather than pipes, for example). Cheers, -- David ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
