[Cin] Updated CinGG release for downloading the AppImage
Terje J. Hanssen
terjejhanssen at gmail.com
Thu Nov 4 21:23:35 CET 2021
Den 02.11.2021 17:20, skrev Andrea paz via Cin:
>> try to encode 8 and/or 12 bit h265 with normal and multibit build??
> Test done several times before. Each result is the same for multibit
> and unpatched build.
> (I think it's better that way too, with everything always working. As
> long as the same happens to others....)
I recorded a 10-bit ProsRes HQ file (hd01.mov) in 2016 and rendered it
to mp4 with the 2019 packaged rpm Cin (h264) and CinX (h265) on openSUSE
Leap. Now I've tested to render it correspondigly with the latest Cin
regular and Cin-multi appimage versions.
----------
For me it seems that Cin is able to render both 8-bit and 10-bit with
h264, while only CinX (multibit) is able to render with h265 compression.
For this test I've used File>Render | Video Wrench to select Compression
and Pixels (color depth), and have not explored other format details
especially.
Attach below some file properies and extracted output from Mediainfo:
du -sh hd01*
70M hd01_cin_appimage_ffmpeg_h264_yuv420p.mp4
80M hd01_cin_appimage_ffmpeg_h264_yuv422p10le.mp4
92M hd01_cin_ffmpeg_h264_yuv422p10le.mp4
26M hd01_cin-multi_appimage_ffmpeg_h265_yuv422p10le.mp4
20M hd01_cinx_ffmpeg_h265_yuv422p10le.mp4
ls -la hd01*
-rw-r--r-- 1 terje users 73189134 nov. 4 19:04
hd01_cin_appimage_ffmpeg_h264_yuv420p.mp4
-rw-r--r-- 1 terje users 82863073 nov. 4 19:30
hd01_cin_appimage_ffmpeg_h264_yuv422p10le.mp4
-rw-r--r-- 1 terje users 96422147 feb. 2 2019
hd01_cin_ffmpeg_h264_yuv422p10le.mp4
-rw-r--r-- 1 terje users 27078948 nov. 4 19:47
hd01_cin-multi_appimage_ffmpeg_h265_yuv422p10le.mp4
-rw-r--r-- 1 terje users 20114981 feb. 4 2019
hd01_cinx_ffmpeg_h265_yuv422p10le.mp4
-rwxrwxrwx 1 terje users 1786412681 feb. 24 2016 hd01.mov
file hd01*
hd01_cin_appimage_ffmpeg_h264_yuv420p.mp4: ISO Media, MP4 Base
Media v1 [IS0 14496-12:2003]
hd01_cin_appimage_ffmpeg_h264_yuv422p10le.mp4: ISO Media, MP4 Base
Media v1 [IS0 14496-12:2003]
hd01_cin_ffmpeg_h264_yuv422p10le.mp4: ISO Media, MP4 Base
Media v1 [IS0 14496-12:2003]
hd01_cin-multi_appimage_ffmpeg_h265_yuv422p10le.mp4: ISO Media, MP4 Base
Media v1 [IS0 14496-12:2003]
hd01_cinx_ffmpeg_h265_yuv422p10le.mp4: ISO Media, MP4 Base
Media v1 [IS0 14496-12:2003]
hd01.mov: Apple QuickTime
movie (unoptimized)
================================
mediainfo hd01.mov | egrep "Codec|Format|Chroma|Bit"
Format : QuickTime
Format/Info : Original Apple specifications
Format : ProRes
Format version : Version 0
Format profile : 422 HQ
Codec ID : apch
Bit rate mode : Variable
Bit rate : 182 Mb/s
Chroma subsampling : 4:2:2
Bits/(Pixel*Frame) : 3.513
Format : PCM
Format settings : Little / Signed
Codec ID : lpcm
Bit rate mode : Constant
Bit rate : 18.4 Mb/s
Bit depth : 24 bits
====================
mediainfo hd01_cin_ffmpeg_h264_yuv422p10le.mp4 | egrep
"Codec|Format|Chroma|Bit"
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:2:2 at L4
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Format settings, GOP : M=4, N=25
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Bit rate : 10.5 Mb/s
Chroma subsampling : 4:2:2
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.202
Codec configuration box : avcC
Format : AAC LC
Format/Info : Advanced Audio Codec Low
Complexity
Codec ID : mp4a-40-2
Bit rate mode : Variable
Bit rate : 328 kb/s
==================
mediainfo hd01_cinx_ffmpeg_h265_yuv422p10le.mp4 | egrep
"Codec|Format|Chroma|Bit"
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/mp41)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Format Range at L4@Main
Codec ID : hev1
Codec ID/Info : High Efficiency Video Coding
Bit rate : 1 924 kb/s
Chroma subsampling : 4:2:2
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.037
Codec configuration box : hvcC
Format : AAC LC
Format/Info : Advanced Audio Codec Low
Complexity
Codec ID : mp4a-40-2
Bit rate mode : Variable
Bit rate : 328 kb/s
==========================
mediainfo hd01_cin_appimage_ffmpeg_h264_yuv420p.mp4 | egrep
"Codec|Format|Chroma|Bit"
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 10 at L4
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Format settings, GOP : M=4, N=25
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Bit rate : 7 889 kb/s
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.152
Codec configuration box : avcC
Format : AAC LC
Format/Info : Advanced Audio Codec Low
Complexity
Codec ID : mp4a-40-2
Bit rate mode : Variable
Bit rate : 328 kb/s
==================================
mediainfo hd01_cin_appimage_ffmpeg_h264_yuv422p10le.mp4 | egrep
"Codec|Format|Chroma|Bit"
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:2:2 at L4
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Format settings, GOP : M=4, N=25
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Bit rate : 8 976 kb/s
Chroma subsampling : 4:2:2
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.173
Codec configuration box : avcC
Format : AAC LC
Format/Info : Advanced Audio Codec Low
Complexity
Codec ID : mp4a-40-2
Bit rate mode : Variable
Bit rate : 328 kb/s
==========================================
mediainfo hd01_cin-multi_appimage_ffmpeg_h265_yuv422p10le.mp4 | egrep
"Codec|Format|Chroma|Bit"
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/mp41)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Format Range at L4@Main
Codec ID : hev1
Codec ID/Info : High Efficiency Video Coding
Bit rate : 2 707 kb/s
Chroma subsampling : 4:2:2
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.052
Codec configuration box : hvcC
Format : AAC LC
Format/Info : Advanced Audio Codec Low
Complexity
Codec ID : mp4a-40-2
Bit rate mode : Variable
Bit rate : 328 kb/s
===================================
Terje J. H
More information about the Cin
mailing list