[FFmpeg-trac] #2936(avformat:open): %-syntax for GIF output is not respected, can't write individual frames as images
FFmpeg
trac at avcodec.org
Tue Sep 3 16:55:18 CEST 2013
#2936: %-syntax for GIF output is not respected, can't write individual frames as
images
------------------------------------+------------------------------------
Reporter: slhck | Owner:
Type: defect | Status: open
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: gif | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
------------------------------------+------------------------------------
Changes (by Cigaes):
* analyzed: 0 => 1
* status: new => open
* reproduced: 0 => 1
Comment:
Compare:
{{{
Output #0, gif, to 'output%04d.gif':
}}}
and:
{{{
Output #0, image2, to 'output%04d.gif':
}}}
FFmpeg has gained support for creating animated GIF, and therefore the GIF
extension is no longer associated to a sequence of images but to a single
animated file.
You can get the old behaviour back by adding {{{-f image2}}}, or use PNG
instead of GIF.
A warning may be a good idea to ease the transition.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2936#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list