Re: [Libav-user] Double free/corruption problem.

2013-04-02 Thread Mark Pupilli
On 7 December 2012 18:51, Mark Pupilli wrote: > I get a double free or corruption problem, should really do a bug > report but don't have time to decipher the FFmpeg bug reporting page. > I'll post it here in case anyone is interested, feel free to ignore. > > When us

[Libav-user] Double free/corruption problem.

2012-12-07 Thread Mark Pupilli
I get a double free or corruption problem, should really do a bug report but don't have time to decipher the FFmpeg bug reporting page. I'll post it here in case anyone is interested, feel free to ignore. When using custom IO for reading involves something like the following when creating a conte

Re: [Libav-user] How to use rawvideo conatiner format with mpeg4

2012-10-27 Thread Mark Pupilli
On Oct 27, 2012 5:53 PM, "Mark Pupilli" wrote: > > I was thinking of size overhead, so it seems m4v is the correct choice. Thank you. > > On Oct 27, 2012 5:49 PM, "Carl Eugen Hoyos" wrote: >> >> Mark Pupilli writes: >> >> > I am sending

Re: [Libav-user] How to use rawvideo conatiner format with mpeg4

2012-10-27 Thread Mark Pupilli
I was thinking of size overhead, so it seems m4v is the correct choice. Thank you. On Oct 27, 2012 5:49 PM, "Carl Eugen Hoyos" wrote: > Mark Pupilli writes: > > > I am sending the video over network using a custom > > protocol so was trying to avoid the overhe

Re: [Libav-user] How to use rawvideo conatiner format with mpeg4

2012-10-27 Thread Mark Pupilli
I am sending the video over network using a custom protocol so was trying to avoid the overhead of a container format. Is it not possible to transport mpeg4 in a rawvideo container? On Oct 27, 2012 3:16 PM, "Carl Eugen Hoyos" wrote: > Mark Pupilli writes: > > > I am h

[Libav-user] How to use rawvideo conatiner format with mpeg4

2012-10-27 Thread Mark Pupilli
I am having problems sending mpeg4 (FMP4) in the the rawvideo container format. I am setting up the muxer as follows: m_outputFormat = av_guess_format( "rawvideo", 0, 0 ); m_formatContext->oformat = m_outputFormat; // ... then later: int err = avio_open( &m_formatContext->pb, m_f