Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@davidoram
Created July 26, 2015 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidoram/16e653cbe917e120b7e6 to your computer and use it in GitHub Desktop.
Save davidoram/16e653cbe917e120b7e6 to your computer and use it in GitHub Desktop.
ffmpeg: Apply a filter to a .mov file
#!/bin/bash
ffmpeg -i in.mov -vf "vflip" out.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment