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