当前位置:网站首页>Ffmplay is not generated during the compilation and installation of ffmpeg source code
Ffmplay is not generated during the compilation and installation of ffmpeg source code
2022-06-30 06:41:00 【Mnnk】
ubuntu 16.04 And above versions shall be installed sdl2, Lower version installation sdl1.2
sudo apt-get install libsdl2-devTo configure
./configure --prefix=/usr/local/ffmpeg --enable-debug=3 --enable-shared --disable-static
Output information hasffmplayPrograms: ffmpeg ffplay ffprobecompile , install , Add environment variables
make -j 4sudo make installInquire about ffmpeg edition
ffmpeg -versionffmpeg version N-101260-gd7f10b2 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 20160609 configuration: --prefix=/usr/local/ffmpeg --enable-debug=3 --enable-shared --disable-static libavutil 56. 66.100 / 56. 66.100 libavcodec 58.125.100 / 58.125.100 libavformat 58. 68.100 / 58. 68.100 libavdevice 58. 12.100 / 58. 12.100 libavfilter 7.107.100 / 7.107.100 libswscale 5. 8.100 / 5. 8.100 libswresample 3. 8.100 / 3. 8.100
- If prompt
libavdevice.so.58: cannot open shared object file: No such file or directory, Reference resources Installation on server ffmpeg Post error reporting and Solutions libavdevice.so.58: cannot open shared object file: No such file or directory
边栏推荐
- Idea run SQL file
- 1.8 - 多级存储
- Keil - the "trace HW not present" appears during download debugging
- 关注这场直播,了解能源行业双碳目标实现路径
- Completabilefuture: from understanding to mastering, here are all you want to know
- Why does ETL often become ELT or even let?
- A complete performance test process
- 程序猿入门攻略(十一)——结构体
- Collection and method of traversing collection elements (1)
- Inner member of class 5: inner class
猜你喜欢
随机推荐
My experience in functional testing for so many years
INI analyse les documents d'apprentissage
记录一次腾讯测试开发工程师自动化接口测试实践经验
Write a C program to judge whether the system is large end byte order or small end byte order
Pay attention to this live broadcast and learn about the path to achieve the dual carbon goal of the energy industry
1.5 - 逻辑运算
The 40g high-efficiency cloud disk purchased by Alibaba cloud is only 20g attached
Loading class `com. mysql. jdbc. Driver‘. This is deprecated. The new driver class is `com. mysql. cj. jdb
1.3 - 码制
力扣------替换空格
Bat usage details 2
ROS multi machine
Detailed description of methods in the interface
1.2 (supplementary)
Wechat applet mall project
Getting started with research
Why does the verification code not refresh when clicked
C language final experiment report (student achievement management system) source code
Why does ETL often become ELT or even let?
InnoDB engine in MySQL









