Skip to content

Instantly share code, notes, and snippets.

@davidoram
Created July 26, 2015 04:59
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/f7bd29a475a22b33716c to your computer and use it in GitHub Desktop.
Save davidoram/f7bd29a475a22b33716c to your computer and use it in GitHub Desktop.
ffmpeg: Server `in.mov` file via ffserver (see other gist)
#!/bin/bash
ffmpeg -i in.mov -f ffm http://127.0.0.1:8090/feed1.ffm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment