修改linux截取视频流方式

This commit is contained in:
yangjun 2025-04-14 08:46:45 +08:00
parent d64edd51ef
commit fdbcf00229
1 changed files with 2 additions and 2 deletions

View File

@ -328,9 +328,9 @@ jodconverter:
# 媒体处理器 # 媒体处理器
ffmpeg: ffmpeg:
# 根路径 # 根路径
path: D:\ProgramGreeFile\ffmpeg\bin path: /usr/local/ffmpeg-make/bin
# 执行命令的核心文件 # 执行命令的核心文件
executableFile: ${ffmpeg.path}\ffmpeg.exe executableFile: ${ffmpeg.path}/ffmpeg
# 压缩相关 # 压缩相关
compress: compress:
# 是否开启压缩【true:开启压缩 | false:关闭压缩 】 # 是否开启压缩【true:开启压缩 | false:关闭压缩 】