ffmpeg命令——从wireshark包中的rtp包中分离h264
过滤 RTP
打开wireshark的RTP 播放器
选中流并导出荷载
使用 ffmpeg 命令行分离出 h264
ffmpeg -i test.raw -vcodec copy -an -f h264 test.h264
ffmpeg命令——从wireshark包中的rtp包中分离h264
阅读 9
2024-11-06
ffmpeg -i test.raw -vcodec copy -an -f h264 test.h264
相关推荐
精彩评论(0)