Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyblake committed Sep 12, 2010
1 parent bcca4f4 commit bd19962
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
@@ -0,0 +1,14 @@
FFmpeg Presets
==============

Currently these are just the example presets that ship with the ffmpeg zip, inside the ffpreset folder. In order to use them, they need to be in a directory called .ffmpeg in $HOME.

Yes, if you did a standard install you could just move them yourself. But it you used homebrew you would have to go and find them. Why do that? When you could just do this:

<pre>
mkdir ~/.ffmpeg
cd .ffmpeg
git clone git://github.com/joeyblake/FFmpeg-Presets.git .
</pre>

And be done.

0 comments on commit bd19962

Please sign in to comment.