fix in readme: V3 is now automated
This commit is contained in:
parent
2de2317831
commit
fb13a871a3
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ Projector Bot V3, written in rust this time.
|
||||||
|
|
||||||
### Useful commands
|
### Useful commands
|
||||||
|
|
||||||
So far, V3 isn't fully automatically converting the images. Either use V2 for that, or run
|
~~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.
|
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
|
ffmpeg -i vid.mp4 -vf fps=fps=30 -deadline realtime vid_30fps.mp4
|
||||||
|
|
Loading…
Reference in a new issue