Commit ec271c95 authored by Clément Bœsch's avatar Clément Bœsch

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.
parent 19bc2320
vcodec=libvpx
g=120
lag-in-frames=16
deadline=good
......
vcodec=libvpx
g=120
lag-in-frames=25
deadline=good
......
vcodec=libvpx
g=120
lag-in-frames=16
deadline=good
......
vcodec=libvpx
g=120
lag-in-frames=16
deadline=good
......
vcodec=libvpx
g=120
lag-in-frames=25
deadline=good
......
vcodec=libx264
vprofile=baseline
level=13
maxrate=768000
......
vcodec=libx264
vprofile=baseline
level=30
maxrate=10000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment