This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2024-11-26 19:01:44 +02:00
Code
Issues
Releases
Activity
7497c894cd
FFmpeg
/
presets
/
libx264-ipod320.ffpreset
7 lines
74 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 23:01:32 +03: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 17:22:50 +03: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 09:21:45 +03:00
level=13
maxrate=768000
bufsize=3000000
Reference in New Issue
Copy Permalink