sync
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
test.iq
|
# test.iq
|
||||||
test.py
|
test.py
|
||||||
/frames
|
/frames
|
||||||
*.png
|
*.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
|
|
||||||