240 发简信
IP属地:浙江
  • YUV文件的操作:10bit转8bit,分辨率下采样

    1.10bityuv转8bit ./ffmpeg -s 3840*1920 -pix_fmt yuv420p10le -i input.yuv ...