Skip to content

Files

Latest commit

7ba6a15 · May 4, 2024

History

History

media

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2023
Nov 10, 2021
May 21, 2023
May 21, 2023
Nov 10, 2021
Nov 10, 2021
May 21, 2023
May 21, 2023
May 21, 2023
May 21, 2023
May 21, 2023
May 21, 2023
Nov 5, 2021
Jan 21, 2023
Jan 15, 2023
Nov 10, 2021
Nov 10, 2021
Nov 10, 2021
Jan 21, 2023
Apr 30, 2023
Jun 8, 2023
Nov 22, 2022
Nov 22, 2022
Nov 22, 2022
May 4, 2024
Jun 8, 2023
Nov 19, 2021
May 4, 2024
May 4, 2024

About the media files

With the exception of the figure_anatomy.png file generated from Matplotlib's code here, 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:

$ ffmpeg -i file.ext -pix_fmt rgb8 -r 10 file.gif

To play in reverse before looping, use the following command:

$ ffmpeg -i file.ext -filter_complex "[0]reverse[r];[0][r]concat=n=2:v=1:a=0" file.gif