id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
1880,How to cut a video part and also convert  video file format.,ramesh1482,,"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
}}}
",defect,closed,normal,FFmpeg,1.0,needs_more_info,,,,,0,0
