oclockvn / oclockvn.github.io

My personal blog
https://oclockvn.github.io/
0 stars 1 forks source link

PTQ | Download video bằng tool ffmpeg trên Windows #42

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

PTQ | Download video bằng tool ffmpeg trên Windows

Đây là 1 bài chia sẻ vui! Dành cho bạn nào chưa biết thì ffmpeg là cái tool xịn xò dùng để tải video ở những nơi…không thể tải bằng cách thông thường được. Hiện tại thì mình không còn dùng IDM nữa (chắc hết thời sinh viên thì tư tưởng dùng đồ cr@ck cũng hết), coccoc thì download cũng khá ok nhưng 1 số trang thì có vẻ không download được. Tool này dùng khá đơn giản, bạn download về không cần cài đặt, lấy được

https://oclockvn.github.io/2020/01/30/download-videos-using-ffmpeg.html

oclockvn commented 4 years ago

Should use this one in order to select resolution

https://stackoverflow.com/questions/49975527/choose-download-resolution-in-m3u8-list-with-ffmpeg

ffmpeg ... -i "https://sitevideo.com/list.m3u8" -map p:1 -c copy "/home/file/video.ts"

p:1 refers to the 2nd program (variant playlist, in this case)