started to clean up the mess

This commit is contained in:
kolaczyn
2020-06-24 23:39:23 +02:00
parent 5c58315f08
commit 0bb0341445
3 changed files with 53 additions and 42 deletions

6
run.sh Executable file
View File

@ -0,0 +1,6 @@
#!/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