Last active
May 31, 2017 04:00
-
-
Save jx2tw/46413051602266aedb375698192493c6 to your computer and use it in GitHub Desktop.
桃議VOD單片下載
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 characters
/*5-26 總質詢 avconv 下載*/ | |
avconv -i "http://flv.ccdntech.com/vod/_definst_/mp4:vod166/vod166_Live/20170526115534_live_dms.mp4/playlist.m3u8" -c copy TAO-20170526-A1.ts | |
/*5-26 總質詢 ffmpeg 下載*/ | |
ffmpeg -i "http://flv.ccdntech.com/vod/_definst_/mp4:vod166/vod166_Live/20170526115534_live_dms.mp4/playlist.m3u8" -c copy TAO-20170526-A1.ts | |
/**** | |
相關VOD網頁: http://www.tycc.gov.tw/LiveVideo/history_in.aspx?LIVE_ID=42 | |
相關截圖:http://i.imgur.com/pXN9iKs.jpg | |
****/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment