[FFmpeg-trac] #11583(undetermined:new): ffmpeg with certain files will output getting a 1kB output file

FFmpeg trac at avcodec.org
Fri May 9 14:46:45 EEST 2025


#11583: ffmpeg with certain files will output getting a 1kB output file
-------------------------------------+-------------------------------------
             Reporter:  Nanasaki     |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  corrupted    |               Blocked By:
  output                             |
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Comment (by Marton Balint):

 The file does not signal keyframes and by default stream copy ignores all
 packets before the first keyframe.

 You can use the {{{-copyinkf}}} output option to stream copy such a file.

 Maybe a warning should be added if an unusually large number of packets
 are dropped before starting stream copy.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11583#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list