[操作疑難] 有無方法下載部份 youtube video?

有好多 youtube video 成個幾鐘, 但我只想下載其中一部份, 有無方法直接下載部份時段? 謝謝!

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

大大點 download 先? 小人用 youtube-dl.exe !
toylet 發表於 2018-6-17 20:13



    我用梗4K Video downloader, 你講果個 youtube-dl.exe 可唔可以指明 start time and end time, download 部份 video 架?

TOP

本帖最後由 ed1 於 2018-6-17 21:32 編輯

指定youtube start end time方法
https://www.youtube.com/watch?v=xxxxxxxxxx
改為 https://youtube.com/v/xxxxxxxxxx
再加start  end time (format in second,eg: start at 1min ,end at 2min)
https://youtube.com/v/xxxxxxxxxx?start=60&end=120

TOP

指定youtube start end time方法

改為
再加start  end time (format in second,eg: start at 1min ,end  ...
ed1 發表於 2018-6-17 21:29



Play 到, 但 download 唔到呢個網址!

TOP

本帖最後由 ed1 於 2018-6-17 22:45 編輯

安裝youtube-dl 和 ffmpeg (最好用 terminal version)

用terminal 輸入
ffmpeg $(youtube-dl -g 'https://www.youtube.com/watch?v=xxxxxxxx' | sed "s/.*/-ss xx:xx -i &/") -t xx:xx -c copy out.mkv

(time format min:sec (-ss xx:xx  和 -t xx:xx), -ss 開始時間,-t 不是完結時間,而是片長要幾多)

TOP

安裝youtube-dl 和 ffmpeg (最好用 terminal version)
用terminal 輸入  (time format min:sec (-ss xx:x ...
ed1 發表於 2018-6-17 22:10



    嘩, 咁深奧既!

TOP

邊條youtube,我可幫你download

TOP

邊條youtube,我可幫你download
ed1 發表於 2018-6-17 22:19



唔好啦, 要整好多條, 謝謝你!

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP