-
-
Save wjch/06c1f838d03255c044754c5840e8d568 to your computer and use it in GitHub Desktop.
Revisions
-
quxiaowei revised this gist
May 24, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ for i in {1..12} do url=http://www.bilibili.com/video/av3794937/index_$i.html echo $url -
quxiaowei revised this gist
May 23, 2016 . No changes.There are no files selected for viewing
-
quxiaowei renamed this gist
May 22, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
quxiaowei created this gist
May 22, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ for i in {5..12} do url=http://www.bilibili.com/video/av3794937/index_$i.html echo $url youtube-dl -o "SeGmEnT-$i-%(playlist_index)s.%(ext)s" $url rm -f buffer_list touch buffer_list for file in $(ls SeGmEnT-$i-*.flv) do echo file "'$file'" >> buffer_list done ffmpeg -f concat -i buffer_list -c copy $i.mkv done rm -f buffer_list