Re: [FFmpeg-devel] Live encoding into mxf...

2015-02-27 Thread Eng. Tweellt
10:05 GMT+00:00 Eng. Tweellt : > > 2015-02-26 23:46 GMT+00:00 Michael Niedermayer : > >> On Thu, Feb 26, 2015 at 05:26:36PM +, Eng. Tweellt wrote: >> > Hello everyone, >> > >> > I'm trying to encode video and audio directly from a capture board,

Re: [FFmpeg-devel] Live encoding into mxf...

2015-02-27 Thread Eng. Tweellt
2015-02-26 23:46 GMT+00:00 Michael Niedermayer : > On Thu, Feb 26, 2015 at 05:26:36PM +0000, Eng. Tweellt wrote: > > Hello everyone, > > > > I'm trying to encode video and audio directly from a capture board, 1 > video > > stream and 8 single channel audio str

[FFmpeg-devel] Live encoding into mxf...

2015-02-26 Thread Eng. Tweellt
Hello everyone, I'm trying to encode video and audio directly from a capture board, 1 video stream and 8 single channel audio streams into a MXF file encoding it in Mpeg-2. Everything is working fine except when I call av_write_trailer() at the end (and before freeing CodecContext as stated in th