File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,7 @@ def update(frame):
229
229
# ani.save(filename="/tmp/html_example.htm", writer="html")
230
230
# ani.save(filename="/tmp/html_example.png", writer="html")
231
231
#
232
- # FFMpegWriter - Since the frames are piped out to ffmpeg, this option supports
233
- # all formats supported by ffmpeg::
232
+ # FFMpegWriter::
234
233
#
235
234
# ani.save(filename="/tmp/ffmpeg_example.mkv", writer="ffmpeg")
236
235
# ani.save(filename="/tmp/ffmpeg_example.mp4", writer="ffmpeg")
@@ -239,3 +238,7 @@ def update(frame):
239
238
# Imagemagick writers::
240
239
#
241
240
# ani.save(filename="/tmp/imagemagick_example.gif", writer="imagemagick")
241
+ #
242
+ # **NOTE**: Since the frames are piped out to *ffmpeg* or *imagemagick*,
243
+ # *writer="ffmpeg"* and *writer="imagemagick"* support all formats supported by
244
+ # *ffmpeg* and *imagemagick*.
You can’t perform that action at this time.
0 commit comments