Skip to content

Instantly share code, notes, and snippets.

@Jwsonic
Jwsonic / hls
Created September 6, 2012 19:09 — forked from brookemckim/hls
Roku Recommended FFMPEG h264 Preset
ffmpeg -i <inputFile> -f mpegts -acodec libfaac -vcodec libx264 \ -vpre roku -crf 15 -threads 0 ~/OneTransportStreamFile3200.ts