From 7be665de457d3de0dc02eccca2bc4550e7a75f63 Mon Sep 17 00:00:00 2001 From: Hesper Yin Date: Fri, 11 Dec 2020 18:22:59 -0500 Subject: [PATCH] Update generate_videos.md --- docs/animation/generate_videos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/animation/generate_videos.md b/docs/animation/generate_videos.md index a780f45..afbaffd 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. -- GitLab