#7017 closed enhancement (fixed)
Automatic reservation for index space for matroska
Reported by: | xtemp09 | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | mkv |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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?
Change History (3)
comment:1 by , 7 years ago
Component: | avcodec → avformat |
---|---|
Keywords: | mkv added; matroska removed |
Priority: | normal → wish |
Version: | unspecified → git-master |
follow-up: 3 comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 3 years ago
There is no emoji in Unicode to express my feelings. Perhaps, 😂 will suffice.
Note:
See TracTickets
for help on using tickets.
Implemented in 99a4d166583ba160627abf59dcff8f28c3c2d423.