Skip to content

Instantly share code, notes, and snippets.

@urakozz
Created October 9, 2017 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urakozz/fb0c650494dc386f36fc692b1c7a80d8 to your computer and use it in GitHub Desktop.
Save urakozz/fb0c650494dc386f36fc692b1c7a80d8 to your computer and use it in GitHub Desktop.
ffmpeg video downloader
ffmpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2000 \
-timeout 2000000000 -y -thread_queue_size 5512 -nostdin -hide_banner -fflags +genpts \
-probesize 10000000 -analyzeduration 15000000 -strict -2 \
-i "http://185.38.12.37/sec/1507602961/37303231b693a468b631da8dce8ab261f039288f1e73a0e5/ivs/69/18/89f2c8aa6418.mp4/hls/tracks-1,4/index.m3u8" 2bg.s04e07.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment