[FFmpeg-trac] #7017(avcodec:new): Automatic reservation for index space for matroska

FFmpeg trac at avcodec.org
Sun Feb 11 20:39:42 EET 2018


#7017: Automatic reservation for index space for matroska
----------------------------------+---------------------------------------
             Reporter:  xtemp09   |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avcodec   |                  Version:  unspecified
             Keywords:  matroska  |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 When you use ''-movflags +faststart'', FFMPEG muxes the file, then muxes
 it again, moving all the metadata about all packets to the beginning of
 the file.

 However, when it comes to Matroska, using ''-reserve_index_space'', one
 has to mux it manually, and then get the error, using the info given in
 the error, mux it again with the right value for reserved space.

 Is there a way to optimize it, like ''-movflags +faststart'' and let
 FFMPEG choose what space is necessary and automate it?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7017>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list