Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danieljprice/splash
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jul 8, 2024
2 parents 0241e1e + 91d14bb commit 80180f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,15 @@ A simple script which executes the above command is included in the source file

~/splash/scripts/movie.sh

Alternatively, it is possible to create an animation from a list of image files::

ffmpeg -f concat -r 25 -i list.txt -vb 50M -bt 100M -vcodec mpeg4 -vf setpts=4.*PTS movie.mp4

Where list.txt contains the image files you want to use like this::

file 'path/to/file1.png'
file 'path/to/file2.png' etc

See :ref:`sec:moviemaking` for more.

.. _sec:hollywood:
Expand Down

0 comments on commit 80180f5

Please sign in to comment.