#1771: The file size limit almost never works.
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  agusdallalba                       |
                 Type:  defect       |                   Status:  closed
             Priority:  minor        |                Component:
                                     |  documentation
              Version:  git-master   |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Gyan):

 In theory, one could

 1) allow the user to set a trailer size threshold in % terms, or use a
 hardcoded value.

 2) write_packet could abort if current output size + pkt.size + above
 trailer estimate exceeds the fs limit.

 One complication would be missing interim frames for video streams with
 delay. But that could perhaps be ameliorated by taking into account
 video_delay from the stream's codecpar.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/1771#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to