diff --git a/docs/animation/generate_videos.md b/docs/animation/generate_videos.md index a780f4575c96096364c16d8e1a2c129032373e80..afbaffd1d1e44369a56008f827f988c0f2a098f2 100644 --- a/docs/animation/generate_videos.md +++ b/docs/animation/generate_videos.md @@ -12,4 +12,4 @@ Once you've rendered all the frames of your video, you can combine them into a v `ffmpeg -r 60 -f image2 -s 800x600 -i ./%4d.png -vcodec libx264 out.mp4` -Where `[TIME]` should be replaced by the timestamp in each frame's filename (they should all be identical). If you don't have ffmpeg installed on your system, you can get it through most package managers, or you can [download it directly](https://ffmpeg.org/download.html), or use your own video creation program. +If you don't have ffmpeg installed on your system, you can get it through most package managers, or you can [download it directly](https://ffmpeg.org/download.html), or use your own video creation program.