В сообщении от Wednesday 31 March 2021 23:39:06 Phyllis Smith via Cin 
написал(а):
> A new AppImage is available at the following url with 20210331 as the date
> for newest and older distros:
>   https://cinelerra-gg.org/download/images/

Not really related to appimage, but I compiled corresponding source
(cingg git commit eabda9cf447580a974fd3d67a3d0a26f09aeb523)
and it works fine for simple playback/fade curve test.

Because I was compiling with ffmpeg git (commit 
ec4c04aa7b5a0c7a91e4a65775826283d23e08ac)
additional small patch for ffmpeg.git.patch3 was needed:

diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3 
b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
index fb8730e4..28d3876f 100644
--- a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
+++ b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
@@ -43,7 +43,7 @@ index cff7f0cb54..8b6d22aff2 100644
      .name           = "matroska,webm",
      .long_name      = NULL_IF_CONFIG_SMALL("Matroska / WebM"),
 +    .flags          = AVFMT_SEEK_NOSTREAMS,
-     .extensions     = "mkv,mk3d,mka,mks",
+     .extensions     = "mkv,mk3d,mka,mks,webm",
      .priv_data_size = sizeof(MatroskaDemuxContext),
      .read_probe     = matroska_probe,
 @@ -4264,6 +4265,7 @@ AVInputFormat ff_matroska_demuxer = {



----

But note mpeg-ts muxer patch (#2) still doesn't apply to latest ffmpeg, so no 
blu-rays ...

There is talk about releasing ffmpeg 4.4 soon [0], so I hope to have time to 
look at modifiying 
this patch finally.. someday in April ..
considering I hope to bring back to this home my new 7 months old dog .... 
(chewing on everything ensures)

[0] - http://ffmpeg.org/pipermail/ffmpeg-devel/2021-March/278032.html

diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3 b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
index fb8730e4..28d3876f 100644
--- a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
+++ b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3
@@ -43,7 +43,7 @@ index cff7f0cb54..8b6d22aff2 100644
      .name           = "matroska,webm",
      .long_name      = NULL_IF_CONFIG_SMALL("Matroska / WebM"),
 +    .flags          = AVFMT_SEEK_NOSTREAMS,
-     .extensions     = "mkv,mk3d,mka,mks",
+     .extensions     = "mkv,mk3d,mka,mks,webm",
      .priv_data_size = sizeof(MatroskaDemuxContext),
      .read_probe     = matroska_probe,
 @@ -4264,6 +4265,7 @@ AVInputFormat ff_matroska_demuxer = {
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to