#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to