gpt4 book ai didi

ffmpeg - 不能在非文件协议(protocol)上使用重命名,这可能会导致竞争和临时部分文件错误

转载 作者:行者123 更新时间:2023-12-03 17:31:01 26 4
gpt4 key购买 nike

将视频转换为 hls 时出现以下错误

Cannot use rename on non file protocol, this may lead to races and temporary partial files

据我所知,它不会引起任何问题,但我想知道我做错了什么。

这是我用来转换为 HLS 的命令:
ffmpeg -i "C:\Video\my_video.mp4" -codec: copy -start_number 0 -muxdelay 0 -hls_time 4 -hls_list_size 0 -f hls "C:\Video\hls\my_video"

我没有进行任何重新编码或任何重命名。

最佳答案

我发现该消息仅从该工具记录。

请尝试:
ffmpeg -i input.mp4 -profile:v baseline -level 3.0 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls output.m3u8

关于ffmpeg - 不能在非文件协议(protocol)上使用重命名,这可能会导致竞争和临时部分文件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54131480/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com