1.h264与h265互相转换
<1>.h264转h265
# ffmpeg -i test.h264 test.hevc
Or
# ffmpeg -i test.h264 test.h265
<2>.h264转h264
# ffmpeg -i test.h265 test.264
2.MP4封装h264转换到h265
# ffmpeg -i input.mp4 -c:v libx265 output.mp4
1.h264与h265互相转换
<1>.h264转h265
# ffmpeg -i test.h264 test.hevc
Or
# ffmpeg -i test.h264 test.h265
<2>.h264转h264
# ffmpeg -i test.h265 test.264
2.MP4封装h264转换到h265
# ffmpeg -i input.mp4 -c:v libx265 output.mp4