Advertisement
Jakowlew

Untitled

Dec 16th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.25 KB | None | 0 0
  1. ffmpeg version 4.4.4 Copyright (c) 2000-2023 the FFmpeg developers
  2.   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  3.   configuration: --enable-shared --disable-static --prefix=/ --bindir='${prefix}/bin' --libdir='${prefix}/lib' --pkg-config-flags=--static --disable-doc --disable-cross-compile --enable-asm --enable-shared --disable-static --enable-pic --enable-avdevice --enable-avcodec --enable-avformat --enable-swresample --enable-swscale --disable-postproc --enable-avfilter --enable-bzlib --enable-zlib --enable-lzma --enable-iconv --enable-libopenjpeg --enable-libopenh264 --enable-libvorbis --enable-libopus --disable-libzmq --disable-sdl2 --disable-libx264 --disable-libx265 --enable-libvpx --enable-libmp3lame --disable-libfdk-aac --enable-libwebp --enable-libaom --enable-openssl --enable-alsa --enable-libpulse --enable-vaapi --disable-libdrm --enable-vdpau --enable-libxcb --enable-libxcb-shm --enable-libxcb-shape --enable-libxcb-xfixes --disable-appkit --disable-avfoundation --disable-coreimage --disable-audiotoolbox --disable-videotoolbox --disable-securetransport --disable-vulkan --enable-libdav1d --disable-jni --disable-mediacodec --enable-xlib --disable-cuda --disable-cuvid --disable-nonfree --disable-gpl --arch=x86_64 --cc=gcc --cxx=g++ --extra-cflags='-m64 -O3' --extra-ldflags=-m64
  4.   libavutil      56. 70.100 / 56. 70.100
  5.   libavcodec     58.134.100 / 58.134.100
  6.   libavformat    58. 76.100 / 58. 76.100
  7.   libavdevice    58. 13.100 / 58. 13.100
  8.   libavfilter     7.110.100 /  7.110.100
  9.   libswscale      5.  9.100 /  5.  9.100
  10.   libswresample   3.  9.100 /  3.  9.100
  11. ffmpeg is free software; you can redistribute it and/or
  12. modify it under the terms of the GNU Lesser General Public
  13. License as published by the Free Software Foundation; either
  14. version 2.1 of the License, or (at your option) any later version.
  15.  
  16. ffmpeg is distributed in the hope that it will be useful,
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  19. Lesser General Public License for more details.
  20.  
  21. You should have received a copy of the GNU Lesser General Public
  22. License along with ffmpeg; if not, write to the Free Software
  23. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement