Skip to content

Instantly share code, notes, and snippets.

@wildart
wildart / m3u8-concat.sh
Created August 16, 2018 00:13 — forked from maxwellito/m3u8-concat.sh
Concat / join .ts segment files into an mp4 file
#!/bin/sh
# This script must be executed in the repo where
# the *.ts files are.
# It will concatenate the segments into one temp
# file which ffmpeg will reencode the audio track.
# By default the ouptup filename is output.mp4
# but can be changed by providing the name as parameter.
#
# ffmpeg is required
@wildart
wildart / introrx.md
Created March 22, 2016 08:28 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing