Changes between Initial Version and Version 1 of Ticket #8900, comment 4


Ignore:
Timestamp:
Sep 18, 2020, 12:51:01 PM (6 years ago)
Author:
monnier

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8900, comment 4

    initial v1  
    11I can't add any special argument to the second ffmpeg run because it's not under my control (it's done by Peertube).  I guess I could avoid the problem if I could re-run the first command without the `copy` codec, but in my real case I don't have the original uncut file, So the question becomes how to generate a file from `broken.webm` which does not suffer from this problem.  I assume it will require some amount of re-encoding, but just doing `ffmpeg -i broken.webm -max_muxing_queue_size 256 unbroken.webm` doesn't do the trick (the result still suffers from the same problem).
     2
     3It would be *very* helpful for `ffmpeg` to emit a loud warning when it is asked to *generate* a file which will suffer from the "Too many packets buffered for output stream" problem.