Description
I use encoder intopix jpegxs.
https://standards.iso.org/iso-iec/21122/-5/ed-2/en/ISO_IEC_21122-5_2_Ed-2.zip
I used command.
ffmpeg_avx.exe -y -v error -i "image_21447_24bit.tiff" -an -frames:v 1 -pix_fmt yuv444p output_jxs001.ppm
intoPIXjxs_enc.exe -v -w 4000 -h 3000 -d 8 -c bpp=24 -n 1 output_jxs001.ppm output_jxs001.jxs
svtjxsenc_avx.exe -v 6 -w 4000 -h 3000 --input-depth 8 --colour-format yuv444 --bpp 24 -n 1 -i output_jxs001.ppm -b output_jxs002.jxs
I received result.
ffmpeg_avx.exe -y -v error -i "output_jxs001.jxs" output_jxs001.png
Input #0, image2, from 'output_jxs001.jxs':
Duration: 00:00:00.04, start: 0.000000, bitrate: 7200000 kb/s
Stream #0:0: Video: jpegxs (libsvtjpegxs), yuv444p, 4000x3000, 25 fps, 25 tbr, 25 tbn
https://ibb.co/V9FhyQ0
Activity