gpt4 book ai didi

来自 http 直播 m3u8 文件的 FFMPEG mp4?

转载 作者:行者123 更新时间:2023-12-03 05:34:46 27 4
gpt4 key购买 nike

如何从 http 直播 m3u8 文件中提取 mp4?我尝试了下面这个命令:

ffmpeg -i {input file} -f rawvideo -bsf h264_mp4toannexb -vcodec copy out.mp4

我犯了这个错误:

[NULL @ 0000000002f07060] Packet header is not contained in global extradata, corrupted stream or invalid MP4/AVCC bitstream Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec copy: I

最佳答案

你的命令完全不正确。输出格式不是 rawvideo,并且您不需要比特流过滤器 h264_mp4toannexb,当您想要转换包含在视频中的 h264例如,将 mp4 转换为 MPEG-TS 使用的 Annex B 格式。您想要使用的是 AAC 流的 aac_adtstoasc

ffmpeg -i http://.../playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4

关于来自 http 直播 m3u8 文件的 FFMPEG mp4?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32528595/

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