Skip to content

Instantly share code, notes, and snippets.

@theapi
Created April 23, 2013 22:27
Show Gist options
  • Save theapi/5447951 to your computer and use it in GitHub Desktop.
Save theapi/5447951 to your computer and use it in GitHub Desktop.
Convert raw .264 video file from cctv dvr
mkvmerge -o output.mkv --forced-track 0:no -d 0 -A -S -T --no-global-tags --no-chapters input.264 --track-order 0:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment