Opened 12 years ago
Closed 12 years ago
#1880 closed defect (needs_more_info)
How to cut a video part and also convert video file format.
Reported by: | Ramesh | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | 1.0 | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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
Change History (1)
comment:1 by , 12 years ago
Keywords: | Cut video files and convert the video format removed |
---|---|
Priority: | critical → normal |
Reproduced by developer: | unset |
Resolution: | → needs_more_info |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You didn't explain what is wrong. Again, this is a bug tracker, not a place for user support. Re-open this issue if you believe there is a bug, and provide more information.
Also, please stop setting the priority to critical and checking the "reproduced by developer" box.