mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-08-21 05:44:04 -07:00
Create run.sh
This commit is contained in:
parent
e6ae6d4c60
commit
b35a490b14
1 changed files with 10 additions and 0 deletions
10
run.sh
Normal file
10
run.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
# A candy bash for combine videos
|
||||
# cody by ftitreefly
|
||||
# 2020-03-19
|
||||
ls *.m4a *.m4v | sed 's/.m4a//g;s/.m4v//g' | uniq | \
|
||||
awk '{print "echo Runing Task "NR" - " $0}{m4a=$0".m4a";m4v=$0".m4v";mp4=$0".mp4"; printf("ffmpeg -y -loglevel quiet -i \"%s\" -i \"%s\" -c copy \"%s\"\n", m4a, m4v, mp4) }' \
|
||||
> combine.sh
|
||||
|
||||
chmod +x combine.sh
|
||||
|
||||
./combine.sh
|
Loading…
Add table
Add a link
Reference in a new issue