mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-08-20 13:24:19 -07:00
commit
80f47b70fa
1 changed files with 10 additions and 0 deletions
10
vimeo-combine.sh
Normal file
10
vimeo-combine.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
# A candy bash for combine videos
|
||||
# code by ftitreefly
|
||||
# 2020-03-19
|
||||
ls parts/*.m4a parts/*.m4v | sed 's/.m4a//g;s/.m4v//g;s/parts\///g' | uniq | \
|
||||
awk '{print "echo Runing Task "NR" - " $0}{m4a="parts/"$0".m4a";m4v="parts/"$0".m4v";mp4="converted/"$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