将Mp4文件转换为h264 ==命令解析== ffmpeg -i Mp4视频文件 -c:v copy -an -bsf:v h264_mp4toannexb *.H264或者*.264文件 ffmpeg -i nba.mp4 -c:v copy -an -bsf:v h264_mp4toannexb nba.h264 查看媒体文件信息 ==命令解析== ffprobe -show_streams -i 待查看信息视频文件 ffprobe -show_streams -i nba.h264