Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-20 15:31:36 +00:00
parent 08679ef881
commit 5471318c48
1 changed files with 6 additions and 6 deletions

View File

@ -29,9 +29,9 @@ uptool:
ls
ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex "concat=n=3:v=0:a=1" -vn InGame1.mp3
ls
rm st1.wav
rm st2.wav
rm st3.wav
#rm st1.wav
#rm st2.wav
#rm st3.wav
echo InGame2
youtube-dl -x --no-playlist --audio-format wav -o st1.wav https://youtu.be/umEDct4BoGc --prefer-ffmpeg -v
youtube-dl -x --no-playlist --audio-format wav -o st2.wav https://youtu.be/NVpjt9gHlDw --prefer-ffmpeg -v
@ -39,9 +39,9 @@ uptool:
ls
ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex "concat=n=3:v=0:a=1" -vn InGame2.mp3
ls
rm st1.wav
rm st2.wav
rm st3.wav
#rm st1.wav
#rm st2.wav
#rm st3.wav
echo GameOver
youtube-dl -x --no-playlist --audio-format mp3 -o GameOver.mp3 https://youtu.be/J_3Zad-e9f4 --prefer-ffmpeg -v
cd ..