[FFmpeg-trac] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

FFmpeg trac at avcodec.org
Fri Jul 3 13:22:34 EEST 2020


#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-------------------------------------+-------------------------------------
             Reporter:  steipal      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  minor        |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  mxf          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Tjoppen):

 What kind of thing do you have that spits out AVI files that claim to have
 audio when they don't? I would suggest addressing that first of all.
 There's only so much we can do to accommodate weird workflows.

 The A/V sync logic in ffmpeg will buffer all of those video packets
 waiting for audio that never arrives. For any non-trivial file this would
 eventually exhaust all available memory.

 I looked a bit at mxfenc.c, and mxf_write_packet() never gets called. This
 coupled with MXF being a very picky format leads to problems. A better
 error message might be in order however.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8772#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list