我使用ffmpeg将文件.mp4转换为文件hls(.m3u8)。但是当我想要添加密钥到文件时我遇到了问题。我在目录中运行命令。文件夹包括:
文件“file.keyinfo”:
file.key ./file.key 9e1c83a7e2d04fe930cce5c8ef5c5bd0
文件file.key
之后我运行命令:ffmpeg -i 123_namhh.mp4 -hls_time 10 -hls_key_info_file file.keyinfo out.m3u8
无法识别的选项'hls_key_info_file'。 拆分参数列表时出错:未找到选项
*我的ffmpeg的版本:
ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
我的操作系统:CentOS 7
请帮我解决这个问题。谢谢!
答案 0 :(得分:0)
您的itemPress:function(oControlEvent)
{
sap.m.MessageToast.show("Inside Function");
var app = sap.ui.getCore().byId('idShoppingCart');// ID of the age where my list 1 is
app.to("idMasterpage1");// id of the page where i want to move
}
太旧了。有关Linux,macOS或Windows的已编译ffmpeg
版本的链接,请参阅FFmpeg Download页面。或者点击compile guide。
对于Linux,如果您下载或编译了,并且希望新的ffmpeg
二进制文件位于ffmpeg
中(使其成为默认值" PATH
&#34 ;),您可以将其放在ffmpeg
中。或者,对于Debian / Ubuntu& CentOS,您可以将其放在/usr/local/bin
中,然后注销/运行~/bin
。现在,当您运行source ~/.profile
命令时,它应该使用新版本。