ALAC is Apple version of lossless codec ... i tried to make m4a /ipod audio-only profile, and then add alac compression for qt/mkv ...
but because this termux-specific audio crash still around I can't test them properly ...
From 4d9420e9892ea4530302f031009c5babe1a3b5eb Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Fri, 16 Sep 2022 22:31:55 +0300 Subject: [PATCH 2/2] Add ALAC in m4a (for early ipod) --- cinelerra-5.1/ffmpeg/audio/alac.m4a | 3 +++ cinelerra-5.1/ffmpeg/audio/m4a.dfl | 1 + 2 files changed, 4 insertions(+) create mode 100644 cinelerra-5.1/ffmpeg/audio/alac.m4a create mode 100644 cinelerra-5.1/ffmpeg/audio/m4a.dfl diff --git a/cinelerra-5.1/ffmpeg/audio/alac.m4a b/cinelerra-5.1/ffmpeg/audio/alac.m4a new file mode 100644 index 00000000..e222b98d --- /dev/null +++ b/cinelerra-5.1/ffmpeg/audio/alac.m4a @@ -0,0 +1,3 @@ +ipod alac +# Apple Lossless Audio Codec +strict -2 diff --git a/cinelerra-5.1/ffmpeg/audio/m4a.dfl b/cinelerra-5.1/ffmpeg/audio/m4a.dfl new file mode 100644 index 00000000..e2fe94a5 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/audio/m4a.dfl @@ -0,0 +1 @@ +alac.m4a \ No newline at end of file -- 2.37.3
From e5b1101bc75e2a9f73701823cfe092ecceaad598 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Fri, 16 Sep 2022 22:11:55 +0300 Subject: [PATCH 1/2] Add ALAC profiles --- cinelerra-5.1/ffmpeg/audio/alac.mkv | 3 +++ cinelerra-5.1/ffmpeg/audio/alac.qt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 cinelerra-5.1/ffmpeg/audio/alac.mkv create mode 100644 cinelerra-5.1/ffmpeg/audio/alac.qt diff --git a/cinelerra-5.1/ffmpeg/audio/alac.mkv b/cinelerra-5.1/ffmpeg/audio/alac.mkv new file mode 100644 index 00000000..b8291cc9 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/audio/alac.mkv @@ -0,0 +1,3 @@ +matroska alac +# Apple Lossless Audio Codec +strict -2 diff --git a/cinelerra-5.1/ffmpeg/audio/alac.qt b/cinelerra-5.1/ffmpeg/audio/alac.qt new file mode 100644 index 00000000..8ec0dc2d --- /dev/null +++ b/cinelerra-5.1/ffmpeg/audio/alac.qt @@ -0,0 +1,3 @@ +mov alac +# Apple Lossless Audio Codec +strict -2 -- 2.37.3
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

