[FFmpeg-trac] #1880(FFmpeg:new): How to cut a video part and also convert video file format.

FFmpeg trac at avcodec.org
Fri Nov 2 08:18:52 CET 2012


#1880: How to cut a video part and also convert  video file format.
-------------------------------------+-------------------------------------
             Reporter:  ramesh1482   |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:  FFmpeg       |                  Version:  1.0
             Keywords:  Cut video    |               Blocked By:
  files and convert the video        |  Reproduced by developer:  1
  format                             |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:I need to cut a part of video file by giving the time
 duration and also to convert the video file format.
 How to reproduce:
 {{{
 ffmpeg -ss 00:00:30.0 -t 00:00:10.0 -i input.wmv -acodec copy -vcodec copy
 -async 1 output.wmv
 ffmpeg version: 1.0
 }}}

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


More information about the FFmpeg-trac mailing list