Re: [FFmpeg-user] How do I get the presets I can use

2018-01-28 Thread Cecil Westerhof
Nicolas George  writes:

> Cecil Westerhof (2018-01-28):
>> I want to play a bit with -preset, but how do I get the correct list
>> with parameters?
>
> Just give an invalid preset and read the error message.

It is:
- ultrafast
- superfast
- veryfast
- faster
- fast
- medium
- slow
- slower
- veryslow
- placebo

Thanks.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] How do I get the presets I can use

2018-01-28 Thread Nicolas George
Cecil Westerhof (2018-01-28):
> I want to play a bit with -preset, but how do I get the correct list
> with parameters?

Just give an invalid preset and read the error message.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] How do I get the presets I can use

2018-01-28 Thread Cecil Westerhof
I want to play a bit with -preset, but how do I get the correct list
with parameters? At one place I found:
  - veryslow
  - slow
  - normal
  - fast
  - faster
  - veryfast
  - ultrafast

But at another I also found:
 - superfast
 - medium
 - slower
 - placebo

but was missing normal.

I tried ffmpeg -h, but this only gives:
-pre preset preset name

I tried:
ffmpeg -h -pre
and:
ffmpeg -h pre
but that just gives the same as:
ffmpeg -h

Version information:
ffmpeg version 3.2.10-1~deb9u1 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.3.0 (Debian 6.3.0-18) 20170516
configuration: --prefix=/usr --extra-version='1~deb9u1' 
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu 
--incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping 
--enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa 
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca 
--enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig 
--enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm 
--enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus 
--enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy 
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora 
--enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack 
--enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq 
--enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 
--enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r 
--enable-libopencv --enable-libx264 --enable-shared
libavutil  55. 34.101 / 55. 34.101
libavcodec 57. 64.101 / 57. 64.101
libavformat57. 56.101 / 57. 56.101
libavdevice57.  1.100 / 57.  1.100
libavfilter 6. 65.100 /  6. 65.100
libavresample   3.  1.  0 /  3.  1.  0
libswscale  4.  2.100 /  4.  2.100
libswresample   2.  3.100 /  2.  3.100
libpostproc54.  1.100 / 54.  1.100

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".