Skip to content

Commit 3d1abeb

Browse files
authored
Update README.md
1 parent 3e7286b commit 3d1abeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About the media files
22

3-
All media files in this directory were created using content from this workshop. Any video files from screen recordings were converted to GIF files using the following command:
3+
With the exception of the [`figure_anatomy.png`](./figure_anatomy.png) file generated from Matplotlib's code [here](https://matplotlib.org/stable/gallery/showcase/anatomy.html), all media files in this directory were created using content from this workshop. Any video files from screen recordings were converted to GIF files using the following command:
44

55
```shell
66
$ ffmpeg -i file.ext -pix_fmt rgb8 -r 10 file.gif

0 commit comments

Comments
 (0)