Opened 3 years ago
Closed 2 years ago
#7161 closed defect (needs_more_info)
-loop option
Reported by: | RocketRod9 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | unspecified | Keywords: | gif |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Converting a .mov to animated gif and including '-loop 1' in command => animated gif which continually loops instead of one that loops only once
My Command:
ffmpeg -i <filename>.mov -loop 1 <output filename>.gif
Change History (3)
comment:1 Changed 3 years ago by Gyan
- Component changed from ffmpeg to avformat
- Keywords gif added
- Resolution set to invalid
- Status changed from new to closed
- Type changed from defect to enhancement
comment:2 Changed 3 years ago by Gyan
- Resolution invalid deleted
- Status changed from closed to reopened
- Type changed from enhancement to defect
Please test with git master.
Share full console log if issue still exists.
comment:3 Changed 2 years ago by cehoyos
- Resolution set to needs_more_info
- Status changed from reopened to closed
- Version changed from 3.2.4 to unspecified
Note: See
TracTickets for help on using
tickets.
Sorry; misread description.