From: Good Guy Date: Mon, 28 Apr 2025 21:33:52 +0000 (-0600) Subject: Update msg/txt for new changes and modify AVC_Intra render format to add comment... X-Git-Tag: 2025-04 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=47f4b4b16ab1b263830186ebc9f6b95561cf8c2f;p=goodguy%2Fcinelerra.git Update msg/txt for new changes and modify AVC_Intra render format to add comment for different classes --- diff --git a/cinelerra-5.1/ffmpeg/video/AVC_Intra_100.mp4 b/cinelerra-5.1/ffmpeg/video/AVC_Intra_100.mp4 index 56f8bbef..793d698b 100644 --- a/cinelerra-5.1/ffmpeg/video/AVC_Intra_100.mp4 +++ b/cinelerra-5.1/ffmpeg/video/AVC_Intra_100.mp4 @@ -1,8 +1,8 @@ mp4 libx264 +# Modify the 100 in avcintra-class=100 to 200, 300 or 480 as needed. cin_pix_fmt=yuv422p10le flags -global_header keyint_min=0 x264-params=keyint=0:colorprim=bt709:transfer=bt709:colormatrix=bt709 avcintra-class=100 bufsize=100000000 -level=4.1 diff --git a/cinelerra-5.1/msg/txt b/cinelerra-5.1/msg/txt index f90f64a4..cabf43d6 100644 --- a/cinelerra-5.1/msg/txt +++ b/cinelerra-5.1/msg/txt @@ -3,6 +3,11 @@ For usage help, refer to the following: https://cinelerra-gg.org/download/CinelerraGG_Manual.pdf http://g-raffa.eu/Cinelerra/HOWTO/basics.html . +2025 March/April changes of note: + An additional SYSLIB Blend Program of tone_mapping.bp + has been created for tonemapping an HDR media and + report its values within the range (0, 1.0). + Tiff has been updated to version 4.7.0. 2025 January/February changes of note: BlendAlgebra and BlendProgram major blending enhancements have been implemented and documented in the Manual.