[FFmpeg-trac] #477(FFmpeg:closed): Unnecessary h264 -> libx264 conversion when using copy video codec

FFmpeg trac at avcodec.org
Fri Sep 16 10:19:27 CEST 2011


#477: Unnecessary h264 -> libx264 conversion when using copy video codec
------------------------------------+-----------------------------------
             Reporter:  redirect77  |                    Owner:  michael
                 Type:  defect      |                   Status:  closed
             Priority:  minor       |                Component:  FFmpeg
              Version:  git-master  |               Resolution:  invalid
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 (complete, uncut output missing.)

 To affect the output file (clip.mkv), -vcodec copy has to be put in front
 of it (like -acodec copy).
 The way you use it, -vcodec copy affects the input file audio.mkv (where
 it has no effect):
 {{{
 $ ffmpeg.exe -y -i video.mkv -i audio.mkv -vcodec copy -acodec copy
 clip.mkv
 }}}

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/477#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list