经过ffprobe查看多媒体文件的信息

./ffprobe -select_streams v -show_packets -of json 1.tsjson 若是是音频,改 -select_streams a学习 若是要选择音轨,能够这样 -select_streams a:0编码 ./ffprobe -select_streams a:0 -show_packets -of json 1.tscode   -------------
相关文章
相关标签/搜索