Compare commits
1 Commits
7b3bd7e2e5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 497cc3b61c |
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
/target
|
||||
test.iq
|
||||
# test.iq
|
||||
test.py
|
||||
/frames
|
||||
*.png
|
||||
|
||||
|
Before Width: | Height: | Size: 337 KiB |
|
Before Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 336 KiB |
|
Before Width: | Height: | Size: 335 KiB |
|
Before Width: | Height: | Size: 335 KiB |
|
Before Width: | Height: | Size: 333 KiB |
@ -1 +0,0 @@
|
||||
ffmpeg -framerate 30 -i frame_%04d.png -c:v libx264 -vf "format=yuv420p" output.mp4
|
||||