2015年3月28日 星期六
mp3DirectCut 新增右鍵選單.reg
將下文貼到記事本,另存新檔,另存檔名 mp3DirectCut.reg,存檔類型要選所有檔案(*.*)
當然要先安裝 mp3DirectCut 到 C:\mp3DirectCutPortable\,Double click "mp3DirectCut.reg" ,按 "是" 匯入到 registry 即完成。 以後在 mp3 檔案按右鍵選單 mp3DirectCut 選項,即可開啟 mp3DirectCut編輯該檔案
使用 LiveStreamer 下載香港電台節目重溫
方法:使用 LiveStreamer下載香港電台節目重溫 (聲音)
=========================
livestreamer 介紹
http://www.videohelp.com/tools/livestreamer
用法例子
http://stream-recorder.com/forum/download-audio-streamed-jwplayer-t19521.html
以 windows 版的 LiveStremer 為例,下載以下節目
講東講西 - 任性
先下載 LiveStreamer ,解壓
「命令提示字元」 MS-DOS Command Prompt 下輸入
Step 1
============================================================
livestreamer "hlsvariant://stmw3.rthk.hk/aod/_definst_/radio/archive/radio1/Free_as_the_wind/mp3/mp3:20150327.mp3/playlist.m3u8" best -o 20150327.ts
Step 2
============================================================
再使用ffmpeg轉換 ts file為 mp3 file,去除一些不必要的 header data
ffmpeg -i "20150327.ts" -c:a copy "20150327.mp3"
完
ref:
http://passerbyhk.blogspot.hk/2014/02/blog-post.html
使用 LiveStreamer下載港台節目 (影片)
首先建議先看看有沒有rthk podcast / rthk@youtube 的影片可以下載,如果沒有才考慮從 rthk 網站下載,以下載以下節目為例
左右紅藍綠 - 政府打壓新聞自由
Step 1
檢視原始碼,找出要下載的 playlist 網址 (以 .m3u8結尾)
http://rthkvod1-vh.akamaihd.net/i/mp4/tv/2015/201503302255.smil/master.m3u8
將 http 改為 hlsvariant,造成新的 parameter
hlsvariant://rthkvod1-vh.akamaihd.net/i/mp4/tv/2015/201503302255.smil/master.m3u8
在 「命令提示字元」 MS-DOS Command Prompt 下輸入
============================================================
Step 2
============================================================
再使用ffmpeg轉換 ts file為 mp4 file,去除一些不必要的 header data
完
註:RTHK 直播 link 為 http://rthk.hk/dtt/rthktv31.m3u8
=========================
livestreamer 介紹
http://www.videohelp.com/tools/livestreamer
用法例子
http://stream-recorder.com/forum/download-audio-streamed-jwplayer-t19521.html
以 windows 版的 LiveStremer 為例,下載以下節目
講東講西 - 任性
先下載 LiveStreamer ,解壓
「命令提示字元」 MS-DOS Command Prompt 下輸入
Step 1
============================================================
livestreamer "hlsvariant://stmw3.rthk.hk/aod/_definst_/radio/archive/radio1/Free_as_the_wind/mp3/mp3:20150327.mp3/playlist.m3u8" best -o 20150327.ts
Step 2
============================================================
再使用ffmpeg轉換 ts file為 mp3 file,去除一些不必要的 header data
ffmpeg -i "20150327.ts" -c:a copy "20150327.mp3"
完
ref:
http://passerbyhk.blogspot.hk/2014/02/blog-post.html
使用 LiveStreamer下載港台節目 (影片)
首先建議先看看有沒有rthk podcast / rthk@youtube 的影片可以下載,如果沒有才考慮從 rthk 網站下載,以下載以下節目為例
左右紅藍綠 - 政府打壓新聞自由
Step 1
檢視原始碼,找出要下載的 playlist 網址 (以 .m3u8結尾)
http://rthkvod1-vh.akamaihd.net/i/mp4/tv/2015/201503302255.smil/master.m3u8
將 http 改為 hlsvariant,造成新的 parameter
hlsvariant://rthkvod1-vh.akamaihd.net/i/mp4/tv/2015/201503302255.smil/master.m3u8
在 「命令提示字元」 MS-DOS Command Prompt 下輸入
============================================================
Step 2
============================================================
再使用ffmpeg轉換 ts file為 mp4 file,去除一些不必要的 header data
完
註:RTHK 直播 link 為 http://rthk.hk/dtt/rthktv31.m3u8
2015年3月26日 星期四
收集轉貼 link:ffmmpeg、 rtmpdump、mencoder、mplayer
Video Streaming Recording software
http://www.videohelp.com/tools/sections/video-streaming-recording
FFmpeg 簡易教學
http://lnpcd.blogspot.hk/2012/09/ffmpeg.html
http://anemospring.blogspot.hk/2010/09/ffmpeg.html
mencoder/mplayer/ffmpeg 命令的使用大全
http://jashliao.pixnet.net/blog/post/189051483-mencoder-mplayer-ffmpeg-%E5%91%BD%E4%BB%A4%E7%9A%84%E4%BD%BF%E7%94%A8%E5%A4%A7%E5%85%A8
錄下HLS Live直播
https://gist.github.com/John07/7475277
http://sinclairmediatech.com/recording-a-live-hls-stream-to-a-file-for-a-specific-time-period/
http://www.videohelp.com/tools/sections/video-streaming-recording
FFmpeg 簡易教學
http://lnpcd.blogspot.hk/2012/09/ffmpeg.html
http://anemospring.blogspot.hk/2010/09/ffmpeg.html
mencoder/mplayer/ffmpeg 命令的使用大全
http://jashliao.pixnet.net/blog/post/189051483-mencoder-mplayer-ffmpeg-%E5%91%BD%E4%BB%A4%E7%9A%84%E4%BD%BF%E7%94%A8%E5%A4%A7%E5%85%A8
錄下HLS Live直播
https://gist.github.com/John07/7475277
http://sinclairmediatech.com/recording-a-live-hls-stream-to-a-file-for-a-specific-time-period/
2015年3月25日 星期三
Download 香港電台節目重溫 windows script_alpha v0.07
Download 香港電台聲音節目 windows script_alpha v0.07
- download 1
changelog:
- 新增:一個 download_Rthk_audio_By_download_link_List.wsh,批次下載多個不同網址的香港電台聲音節目,下載網址來源檔案為 download_link_List.txt
"download_Rthk_audio.wsf"
step guides:
===================================================================
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁網址
(不是popup player link)
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
====================================================================
"download_Rthk_audio_By_download_link_List.wshf"
Step guides:
http://programme.rthk.hk/channel/radio/programme.php?name=openline_openview&d=2015-03-24&p=1069&e=&m=episode
http://programme.rthk.hk/channel/radio/programme.php?name=radio2/freeaswind&d=2014-07-20&p=414&e=271537&m=episode
http://programme.rthk.hk/channel/radio/programme.php?name=radio2/freeaswind&d=2014-07-06&p=414&e=269266&m=episode
- download 1
changelog:
- 新增:一個 download_Rthk_audio_By_download_link_List.wsh,批次下載多個不同網址的香港電台聲音節目,下載網址來源檔案為 download_link_List.txt
"download_Rthk_audio.wsf"
step guides:
===================================================================
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁網址
(不是popup player link)
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
====================================================================
"download_Rthk_audio_By_download_link_List.wshf"
Step guides:
- 變更 download_link_List.txt 內容,例如,如下
- double click "download_Rthk_audio_By_download_link_List.wshf 執行下載
http://programme.rthk.hk/channel/radio/programme.php?name=openline_openview&d=2015-03-24&p=1069&e=&m=episode
http://programme.rthk.hk/channel/radio/programme.php?name=radio2/freeaswind&d=2014-07-20&p=414&e=271537&m=episode
http://programme.rthk.hk/channel/radio/programme.php?name=radio2/freeaswind&d=2014-07-06&p=414&e=269266&m=episode
2015年3月22日 星期日
Download 香港電台節目重溫 windows script_alpha v0.065
Download 香港電台節目重溫 windows script_alpha v0.065
- download 1
change log:
- 新增:重複下載同一節目時,將已存在檔案改名為 XXXX_old.mp3
- 修正:讀取 clipboard 中港台節目 URL 會讀不到情況
- 新增:一個 download_Rthk_audio & Description.wsh,功能一樣,但多一載節錄內容介紹
step guides:
===================================================================
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁網址
(不是popup player link)
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
- download 1
change log:
- 新增:重複下載同一節目時,將已存在檔案改名為 XXXX_old.mp3
- 修正:讀取 clipboard 中港台節目 URL 會讀不到情況
- 新增:一個 download_Rthk_audio & Description.wsh,功能一樣,但多一載節錄內容介紹
step guides:
===================================================================
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁網址
(不是popup player link)
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
2015年3月15日 星期日
Download 香港電台節目重溫 windows script_alpha v0.05
Download 香港電台節目重溫 windows script_alpha v0.05
- download 1
- download 2
change log:
- 更改下載節目的 ffmpeg windows 標題為節目分段名稱
- 同時 call 多個 ffmpeg windows,同時下載同一節目中的多個分段
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁 (不是popup player link),
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
- download 1
- download 2
change log:
- 更改下載節目的 ffmpeg windows 標題為節目分段名稱
- 同時 call 多個 ffmpeg windows,同時下載同一節目中的多個分段
unzip file,download click "download_Rthk_audio.wsf",輸入要download節目網頁 (不是popup player link),
例如輸入
http://programme.rthk.hk/channel/radio/programme.php?name=radio1/openline_openview&d=2015-03-11&p=1069&e=299215&m=episode
不要輸入
http://programme.rthk.hk/channel/radio/player_popup.php?pid=1069&eid=299215&d=2015-03-11&player=mp3&type=archive&channel=radio1
refs:
http://forum5.hkgolden.com/view.aspx?type=SW&message=4940044
訂閱:
文章 (Atom)