Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. @marlosirapuan marlosirapuan renamed this gist Apr 8, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @marlosirapuan marlosirapuan renamed this gist Apr 8, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @marlosirapuan marlosirapuan created this gist Apr 8, 2020.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original 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
    ```