Skip to content

Commit

Permalink
add ffmpeg usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 5, 2024
1 parent d97ce12 commit 7492a93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ all written in python (using matplotlib) and the videos are rendered using FFmpe

All the source code for these animations is available on github: https://github.com/zingale/astro_animations

.. note::

Videos are rendered with `ffmpeg <https://www.ffmpeg.org/>`_ using:

.. code:: bash
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart movie.mp4
.. toctree::
:maxdepth: 1
:caption: Animation Library
Expand Down

0 comments on commit 7492a93

Please sign in to comment.