修改linux截取视频流方式
This commit is contained in:
parent
d64edd51ef
commit
fdbcf00229
|
@ -328,9 +328,9 @@ jodconverter:
|
|||
# 媒体处理器
|
||||
ffmpeg:
|
||||
# 根路径
|
||||
path: D:\ProgramGreeFile\ffmpeg\bin
|
||||
path: /usr/local/ffmpeg-make/bin
|
||||
# 执行命令的核心文件
|
||||
executableFile: ${ffmpeg.path}\ffmpeg.exe
|
||||
executableFile: ${ffmpeg.path}/ffmpeg
|
||||
# 压缩相关
|
||||
compress:
|
||||
# 是否开启压缩【true:开启压缩 | false:关闭压缩 】
|
||||
|
|
Loading…
Reference in New Issue