#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to