[Libav-user] demuxing streams and mux them back to file

2012-11-14 Thread Wuerfel, Hannes
Hey all, I'm trying to write a simple program which decodes the video and audio frames and encodes and mux it back to a file. How can I generally accomplish that? decoding and encoding the videostream for itself works. decoding and encoding the audiostream for itself works. (as shown in the deco

Re: [Libav-user] demuxing streams and mux them back to file

2012-11-14 Thread Wuerfel, Hannes
Von: libav-user-boun...@ffmpeg.org [libav-user-boun...@ffmpeg.org] im Auftrag von Carl Eugen Hoyos [ceho...@ag.or.at] Gesendet: Mittwoch, 14. November 2012 13:01 An: libav-user@ffmpeg.org Betreff: Re: [Libav-user] demuxing streams and mux them back to file Wuerfel, Hannes writes: > I'