Opened 8 years ago
Closed 8 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 by , 8 years ago
| Component: | ffmpeg → avformat |
|---|---|
| Keywords: | gif added |
| Resolution: | → invalid |
| Status: | new → closed |
| Type: | defect → enhancement |
comment:2 by , 8 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
| Type: | enhancement → defect |
Please test with git master.
Share full console log if issue still exists.
comment:3 by , 8 years ago
| Resolution: | → needs_more_info |
|---|---|
| Status: | reopened → closed |
| Version: | 3.2.4 → unspecified |
Note:
See TracTickets
for help on using tickets.



Sorry; misread description.