diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-03 22:01:32 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-04 18:40:36 +0200 |
commit | ec271c95794693ce1376a95b0f319e5892460123 (patch) | |
tree | 603a9ecc7cf8f1158f1be632edb15358130e7e66 /presets/libvpx-1080p50_60.ffpreset | |
parent | 19bc2320f3b337c196689e546d5b86a4f12244aa (diff) | |
download | ffmpeg-ec271c95794693ce1376a95b0f319e5892460123.tar.gz |
presets: specify the codecs.
This allows the following usages:
FFMPEG_DATADIR=presets ./ffmpeg -f lavfi -i testsrc=d=5 -vcodec libx264 -vpre ipod640 -f null -
FFMPEG_DATADIR=presets ./ffmpeg -f lavfi -i testsrc=d=5 -vpre libx264-ipod640 -f null -
The second example was broken even if documented.
Diffstat (limited to 'presets/libvpx-1080p50_60.ffpreset')
-rw-r--r-- | presets/libvpx-1080p50_60.ffpreset | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/presets/libvpx-1080p50_60.ffpreset b/presets/libvpx-1080p50_60.ffpreset index 3d29f9bf87..4a88040d34 100644 --- a/presets/libvpx-1080p50_60.ffpreset +++ b/presets/libvpx-1080p50_60.ffpreset @@ -1,3 +1,5 @@ +vcodec=libvpx + g=120 lag-in-frames=25 deadline=good |