1.裸流之间的转换
# ffmpeg -i test.h264 test.hevc
2.MO4封装h264转换到h265
# ffmpeg -i input.mp4 -c:v libx265 output.mp4
FFmpeg h264转h265命令
点赞
收藏
FFmpeg h264转h265命令
1.裸流之间的转换
# ffmpeg -i test.h264 test.hevc
2.MO4封装h264转换到h265
# ffmpeg -i input.mp4 -c:v libx265 output.mp4