This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
8
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
Mirror of
https://git.ffmpeg.org/ffmpeg.git
https://ffmpeg.org/
60328
Commits
37
Branches
400
Tags
484 MiB
Tree:
3e309c5d18
FFmpeg
/
presets
/
libx264-ipod640.ffpreset
7 lines
77 B
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.
13 years ago
vcodec=libx264
presets: favor vprofile over profile to avoid conflicts with audio profiles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
vprofile=baseline
presets: update libx264 ffpresets Use the native libx264 options and rename all the preset to use the avpreset extension.
14 years ago
level=30
maxrate=10000000
bufsize=10000000