more cleaning up

This commit is contained in:
kolaczyn
2020-06-24 23:58:40 +02:00
parent 0bb0341445
commit 09553ed73c
2 changed files with 20 additions and 17 deletions

5
run.sh
View File

@ -1,6 +1,9 @@
#!/bin/bash
# TODO make it so the only data you need to feed the application
# is an URL of a youtube playlist/ video you want to edit
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
rm list.txt rip.sh # cleanup