Skip to content

Instantly share code, notes, and snippets.

@nulltask
Last active August 15, 2018 13:28
Show Gist options
  • Select an option

  • Save nulltask/1ce68d6468e794bbb9646350d4163a41 to your computer and use it in GitHub Desktop.

Select an option

Save nulltask/1ce68d6468e794bbb9646350d4163a41 to your computer and use it in GitHub Desktop.

Revisions

  1. nulltask revised this gist Mar 25, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ffmpeg -i input.m4v -s 1024x512 -f mp4 -vcodec libx264 -preset ultrafast -an -movflags faststart output.m4v
    ffmpeg -i input.m4v -s 1024x512 -f mp4 -vcodec libx264 -preset ultrafast -an -movflags faststart output.m4v
  2. nulltask created this gist Mar 5, 2017.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i input.m4v -s 1024x512 -f mp4 -vcodec libx264 -preset ultrafast -an -movflags faststart output.m4v