ffmpeg中 YUV 转 H264命令

ffmpeg -i ${input_name} -vf scale=340:256,setsar=1:1 -q:v 1 -c:v mpeg4 -f rawvideo ${out_name}

你可能感兴趣的:(ML,ffmpeg,AI)