Skip to content

Instantly share code, notes, and snippets.

@jogu
Created October 15, 2016 08:38
Show Gist options
  • Save jogu/1b3da7fda8ef2d79e897a9618efa02b2 to your computer and use it in GitHub Desktop.
Save jogu/1b3da7fda8ef2d79e897a9618efa02b2 to your computer and use it in GitHub Desktop.
$ ffmpeg
ffmpeg version 3.1.3-1~bpo8+1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/usr --extra-version='1~bpo8+1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --disable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --enable-librtmp --enable-libschroedinger --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-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-chromaprint --enable-libopencv --enable-libx264
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version='1~bpo8+1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --disable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --enable-librtmp --enable-libschroedinger --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-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-chromaprint --enable-libopencv --enable-libx264 --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_amrwbenc
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
netcam_rtsp.c: In function ‘decode_packet’:
netcam_rtsp.c:102:5: warning: ‘avcodec_decode_video2’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
retcd = avcodec_decode_video2(cc, frame, &check, packet);
^
netcam_rtsp.c: In function ‘netcam_open_codec’:
netcam_rtsp.c:160:5: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
dec_ctx = st->codec;
^
netcam_rtsp.c: In function ‘netcam_rtsp_open_context’:
netcam_rtsp.c:492:5: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
netcam->rtsp->codec_context = netcam->rtsp->format_context->streams[netcam->rtsp->video_stream_index]->codec;
^
gcc -g -O2 -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -ggdb -g3 -march=native -mtune=native -Wall -DVERSION=\"4.0+git5831cce\" -Dsysconfdir=\"/usr/local/etc\" -I/usr/include/x86_64-linux-gnu -c -o ffmpeg.o ffmpeg.c
ffmpeg.c: In function ‘ffmpeg_open’:
ffmpeg.c:412:5: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
ffmpeg->c = c = AVSTREAM_CODEC_PTR(ffmpeg->video_st);
^
ffmpeg.c: In function ‘ffmpeg_cleanups’:
ffmpeg.c:571:9: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
avcodec_close(AVSTREAM_CODEC_PTR(ffmpeg->video_st));
^
ffmpeg.c: In function ‘ffmpeg_close’:
ffmpeg.c:592:9: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
avcodec_close(AVSTREAM_CODEC_PTR(ffmpeg->video_st));
^
ffmpeg.c: In function ‘ffmpeg_put_frame’:
ffmpeg.c:716:9: warning: ‘avcodec_encode_video2’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5261) [-Wdeprecated-declarations]
retcd = avcodec_encode_video2(AVSTREAM_CODEC_PTR(ffmpeg->video_st),
^
ffmpeg.c:716:9: warning: ‘codec’ is deprecated (declared at /usr/include/x86_64-linux-gnu/libavformat/avformat.h:880) [-Wdeprecated-declarations]
[4:ml4:patio] [NTC] [ENC] [Oct 15 09:33:08] ffmpeg_avcodec_log: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment