Created
January 18, 2015 22:45
-
-
Save Stichoza/6310ead431367afe19f4 to your computer and use it in GitHub Desktop.
Rustavi2 Video Downloader
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
| #!/usr/bin/bash | |
| # URL example: http://tv.guda.tv/vodr2live/_definst_/news%20portal/2015/ianvari/18/ps%20hak%20tbilisi.mp4/playlist.m3u8 | |
| ffmpeg -i $1 output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.