4 lines
58 B
Bash
4 lines
58 B
Bash
|
#!/bin/bash
|
||
|
ffmpeg -pattern_type glob -i "*.png" out.mp4
|
||
|
|