7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python gen-script.py
|
|
bash rip.bash
|
|
ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4 # splice all the clips
|
|
rm list.txt rip.sh
|