您的位置:首页 > 其它

fileTom3u8.bat

2016-04-16 16:00 441 查看
@if "%2"=="" (

@echo usage:%0 srcVideoPath targetM3U8FilePath

@rem ffmpeg.exe -i srcVideoPath  -c:v libx264 -c:a aac -strict -2 -f hls -hls_list_size 0 targetM3U8FilePath

goto end

)

ffmpeg.exe -i %1  -c:v libx264 -c:a aac -strict -2 -f hls -hls_list_size 0 %2
:end
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: