[FFmpeg-user] ffmpeg compand knobs problem

Tom Evans tevans.uk at googlemail.com
Wed May 21 17:12:46 CEST 2014


On Tue, May 20, 2014 at 5:11 PM, Beeblebrox <zaphod at berentweb.com> wrote:
> Before trying to get the entire video to upload maybe we can check
> whether the compile options are correct? In FreeBSD
> (amd64_11-Current), these are stored in a separate options file and
> changes (for testing) is no big deal.
> OPTIONS_FILE_SET+=AMR_NB
> OPTIONS_FILE_SET+=AMR_WB
> OPTIONS_FILE_SET+=CDIO
> OPTIONS_FILE_SET+=FDK_AAC
> OPTIONS_FILE_SET+=FFSERVER
> OPTIONS_FILE_SET+=FONTCONFIG
> OPTIONS_FILE_SET+=FREETYPE
> OPTIONS_FILE_SET+=FREI0R
> OPTIONS_FILE_SET+=ICONV
> OPTIONS_FILE_SET+=JACK
> OPTIONS_FILE_SET+=LIBV4L
> OPTIONS_FILE_SET+=OPENCV
> OPTIONS_FILE_SET+=OPENJPEG
> OPTIONS_FILE_SET+=OPENSSL
> OPTIONS_FILE_SET+=OPTIMIZED_CFLAGS
> OPTIONS_FILE_SET+=PULSEAUDIO
> OPTIONS_FILE_SET+=SCHROEDINGER
> OPTIONS_FILE_SET+=SDL
> OPTIONS_FILE_SET+=THEORA
> OPTIONS_FILE_SET+=VAAPI
> OPTIONS_FILE_SET+=VDPAU
> OPTIONS_FILE_SET+=VORBIS
> OPTIONS_FILE_SET+=VPX
> OPTIONS_FILE_SET+=X11GRAB
> OPTIONS_FILE_SET+=X264
> OPTIONS_FILE_SET+=XVID
>
> OPTIONS_FILE_UNSET+=AACPLUS
> OPTIONS_FILE_UNSET+=ALSA
> OPTIONS_FILE_UNSET+=ASS
> OPTIONS_FILE_UNSET+=CELT
> OPTIONS_FILE_UNSET+=DEBUG
> OPTIONS_FILE_UNSET+=FAAC
> OPTIONS_FILE_UNSET+=GNUTLS
> OPTIONS_FILE_UNSET+=GSM
> OPTIONS_FILE_UNSET+=LAME
> OPTIONS_FILE_UNSET+=LIBBLURAY
> OPTIONS_FILE_UNSET+=MODPLUG
> OPTIONS_FILE_UNSET+=OPENAL
> OPTIONS_FILE_UNSET+=OPUS
> OPTIONS_FILE_UNSET+=RTMP
> OPTIONS_FILE_UNSET+=SPEEX
> OPTIONS_FILE_UNSET+=VO_AACENC
> OPTIONS_FILE_UNSET+=VO_AMRWBENC

These are meaningless to users of ffmpeg, this is only the options
from the FreeBSD packaging/build script. In effect, you are asking
people to examine a build system they don't use and tell you if you
are using the right options - likely you will get no responses.

If you are having problems with ffmpeg and need to get support here,
it is better to use git head and compile from source. On FreeBSD 11,
it will build nicely with gmake and clang with no modifications.

Cheers

Tom


More information about the ffmpeg-user mailing list