2022/08/08

convert RGB raw file

PROGRAMMING   

ffmpeg -i input_file -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb24 -s 4096×2160 rgb.raw

Prev:«

Next: »