Skip to content

Instantly share code, notes, and snippets.

@jx2tw
Last active May 31, 2017 04:00
Show Gist options
  • Save jx2tw/46413051602266aedb375698192493c6 to your computer and use it in GitHub Desktop.
Save jx2tw/46413051602266aedb375698192493c6 to your computer and use it in GitHub Desktop.
桃議VOD單片下載
/*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