From fb13a871a3da61bde4093a517a727845daaf5869 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 15 Oct 2022 13:48:42 +0200 Subject: [PATCH] fix in readme: V3 is now automated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 732dd34..ca05d17 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Projector Bot V3, written in rust this time. ### Useful commands -So far, V3 isn't fully automatically converting the images. Either use V2 for that, or run -these commands and figure out a way to merge multiple pngs to a gif. +~~So far, V3 isn't fully automatically converting the images. Either use V2 for that, or run +these commands and figure out a way to merge multiple pngs to a gif.~~ +It is now able to do all this automatically. ``` ffmpeg -i vid.mp4 -vf fps=fps=30 -deadline realtime vid_30fps.mp4