Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将网络摄像机中的原始 h264 转储为 MP4 或 AVI 文件?我正在从网络摄像机中检索 H264 数据包。
谢谢,
将原始 H.264 数据保存到文件并将其转换为 mp4:
ffmpeg -f h264 -i <input file.264> -vcodec <output file.mp4>