Last active
February 7, 2018 13:42
-
-
Save ahy4/7b3b846616a82ac56418a70f2995167e to your computer and use it in GitHub Desktop.
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 characters
#!/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