为了能快速了解并处理您的问题,请提供以下基础信息: 免费版
9.6.0
centos
已经源码安装了,ffmpeg和ffprobe,但是执行python项目就是找不到ffprobe
终端打印(backend) [root@VM-96-11-centos backend]# ffmpeg -version
ffmpeg version N-120402-g7c5319e692 Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 8 (GCC)
configuration: --prefix=/usr/local/ffmpeg --enable-openssl --disable-x86asm
libavutil 60. 6.100 / 60. 6.100
libavcodec 62. 8.100 / 62. 8.100
libavformat 62. 1.103 / 62. 1.103
libavdevice 62. 0.100 / 62. 0.100
libavfilter 11. 3.100 / 11. 3.100
libswscale 9. 0.100 / 9. 0.100
libswresample 6. 0.100 / 6. 0.100
Exiting with exit code 0
(backend) [root@VM-96-11-centos backend]# ffprobe -version
ffprobe version N-120402-g7c5319e692 Copyright (c) 2007-2025 the FFmpeg developers
built with gcc 8 (GCC)
configuration: --prefix=/usr/local/ffmpeg --enable-openssl --disable-x86asm
libavutil 60. 6.100 / 60. 6.100
libavcodec 62. 8.100 / 62. 8.100
libavformat 62. 1.103 / 62. 1.103
libavdevice 62. 0.100 / 62. 0.100
libavfilter 11. 3.100 / 11. 3.100
libswscale 9. 0.100 / 9. 0.100
libswresample 6. 0.100 / 6. 0.100
(backend) [root@VM-96-11-centos backend]#
日志
2025-08-01 11:58:08,620 [INFO] 127.0.0.1 - - [01/Aug/2025 11:58:08] "GET /load-segments HTTP/1.1" 200 -2025-08-01 11:58:08,667 [INFO] 127.0.0.1 - - [01/Aug/2025 11:58:08] "GET /load-segments HTTP/1.1" 200 -2025-08-01 11:58:14,257 [INFO] Saved video to:/www/wwwroot/Movie-main/backend/uploads/mp42025-08-01 11:58:14,257 [INFO] |
|