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

2015-02-27 Thread Eng. Tweellt
Hi Michael, I did what you've suggested and found out how to encode directly from a live source and it works indeed. I got some buffer alerts but the output video was much better than mine, without artifacts. When I'm encoding should I order the frames in some way? Cheers 2015-02-27 10:05 GMT+0

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 +, 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 streams into a MXF file encoding it in >

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

2015-02-26 Thread 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, 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

[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