[FFmpeg-trac] #8682(undetermined:new): Feature: optionally write new headers while copying streams

FFmpeg trac at avcodec.org
Mon May 25 14:45:55 EEST 2020


#8682: Feature: optionally write new headers while copying streams
-------------------------------------+-------------------------------------
             Reporter:  TiredEyes    |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  wish
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 This would be useful for fixing files with broken headers, but correct
 data.

 The idea is that ffmpeg analyzes the type of the stream, then wites new
 headers for this format as if it would transcode the stream fom another
 format to this format, but short-circuit the transcoding and instead use
 the original data, throwing away the original headers.

 Maybe the command should be named copy-data, corresponding to the existing
 copy.

 Usage example:
 {{{
 ffmpeg -i input.mpg -c:v copy -c:a copy-data output.mpg
 }}}

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


More information about the FFmpeg-trac mailing list