Skip to content

Instantly share code, notes, and snippets.

@lukehedger
Last active October 30, 2025 08:06
Show Gist options
  • Save lukehedger/277d136f68b028e22bed to your computer and use it in GitHub Desktop.
Save lukehedger/277d136f68b028e22bed to your computer and use it in GitHub Desktop.

Revisions

  1. lukehedger revised this gist Mar 30, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ffmpeg-compress-mp4
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    $ ffmpeg -i input.mp4 -acodec mp2 output.mp4
    $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
  2. lukehedger created this gist Mar 30, 2015.
    1 change: 1 addition & 0 deletions ffmpeg-compress-mp4
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    $ ffmpeg -i input.mp4 -acodec mp2 output.mp4