This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
00be2f5726
ffmpeg
/
presets
/
libx264-ipod640.ffpreset
7 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2012-05-03 20:01:32 +00:00
vcodec=libx264
presets: favor vprofile over profile to avoid conflicts with audio profiles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-20 14:22:50 +00:00
vprofile=baseline
presets: update libx264 ffpresets Use the native libx264 options and rename all the preset to use the avpreset extension.
2011-10-13 06:21:45 +00:00
level=30
maxrate=10000000
bufsize=10000000