Skip to content

Instantly share code, notes, and snippets.

View qiaolevip's full-sized avatar

Happy Joe qiaolevip

View GitHub Profile
@qiaolevip
qiaolevip / ts2mp4.sh
Created March 10, 2017 03:54
Convert m3u8 to MP4 with FFMPEG
#!/usr/bin/env bash
# http://stackoverflow.com/a/32537953/1766716
# ffmpeg -i http://.../playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
url=$1
filenameext=$(basename "$url")
@qiaolevip
qiaolevip / ts2mp4.sh
Created March 10, 2017 03:54
Convert m3u8 to MP4 with FFMPEG
#!/usr/bin/env bash
# http://stackoverflow.com/a/32537953/1766716
# ffmpeg -i http://.../playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
url=$1
filenameext=$(basename "$url")