tgranular2img.1: tweak ffmpeg(1) example options - granular - granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/granular
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fc683ea3f061ef89fbda288a4a54f2528a3b56bb
(DIR) parent 07c37130f357210cd172869bf5bd3168c5eba930
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 22 Apr 2021 21:53:01 +0200
granular2img.1: tweak ffmpeg(1) example options
Diffstat:
M granular2img.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/granular2img.1 b/granular2img.1
t@@ -89,8 +89,8 @@ animation:
$ for f in test.grain.*.tsv; do \\
granular2img -t png < "$f" > "${f%.tsv}.png"; \\
done && \\
- ffmpeg -i test.grain.%05d.png \\
- -c:v libx264 -vf fps=10 -pix_fmt yuv420p test.mp4
+ ffmpeg -framerate 5 -i test.grain.%05d.png \\
+ -c:v libx264 -r 30 -pix_fmt yuv420p test.mp4
.Ed
.Sh SEE ALSO
.Xr awk 1 ,