Skip to content

Instantly share code, notes, and snippets.

@ahy4
Last active February 7, 2018 13:42
Show Gist options
  • Save ahy4/7b3b846616a82ac56418a70f2995167e to your computer and use it in GitHub Desktop.
Save ahy4/7b3b846616a82ac56418a70f2995167e to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -i "$1" -c copy "openrec-`date "+%Y-%m%d-%H%M%S"`.ts"
# ./dl.sh http://url.to/m3u8
# https://gist.github.com/rokugasenpai/cdaff5eac2e88e6b9efe412982e7ae31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment