Skip to content

Instantly share code, notes, and snippets.

@prochor666
Created February 13, 2019 17:34
Show Gist options
  • Save prochor666/0c617061e12e472ab9cd24b952bff3dd to your computer and use it in GitHub Desktop.
Save prochor666/0c617061e12e472ab9cd24b952bff3dd to your computer and use it in GitHub Desktop.
Get mp4 proxy
#!/bin/bash
vod_key="QGDMxTPyZkHFGt3gL4oKBi"
output="whatever.mp4"
input="https://vod-node01.streampunk.cz/sport5/${vod_key}/index-f1-v1-f4-a1.m3u8"
ffmpeg -i "$input" -c:v copy -c:a copy "$output"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment