Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created March 24, 2013 02:53
Show Gist options
  • Select an option

  • Save Lewuathe/5230277 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/5230277 to your computer and use it in GitHub Desktop.
concat iPhone movie with ffmpeg ref: http://qiita.com/items/9bc7d4b0754bb0e39e42
$ ffmpeg -i input1.MOV input1.mpg
$ ffmpeg -i input2.MOV input2.mpg
$ ffmpeg -i "concat:input1.mpg|input2.mpg" output.mpg
$ ffmpeg -i output.mpg output.MOV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment