Skip to content

Instantly share code, notes, and snippets.

@snsherriff
snsherriff / convert
Last active June 24, 2017 22:01
h264 ffmpeg compressor settings for raspberry pi
ffmpeg -i videoin.mov -vcodec libx264 -profile:v high -preset fast -crf 18 -b-pyramid none video.h264