Forked from marlosirapuan/gist:778d6beda5f8ab95695748011c864b19
Created
June 13, 2023 20:07
Revisions
-
marlosirapuan renamed this gist
Apr 8, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
marlosirapuan renamed this gist
Apr 8, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
marlosirapuan created this gist
Apr 8, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ Install ffmpeg ``` brew install ffmpeg ``` Download file through url, like this: ``` ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://url-file.domain.m3u8" -c copy video.mp4 ```