From: Good Guy Date: Sun, 11 Aug 2024 17:43:40 +0000 (-0600) Subject: Rename av1.webm to av1_aom.webm and delete old libsndfile X-Git-Tag: 2024-09~5 X-Git-Url: https://git.cinelerra-gg.org/?a=commitdiff_plain;h=14b287aa798421ee76ab2d013c5def2fd07bbfd4;p=goodguy%2Fcinelerra.git Rename av1.webm to av1_aom.webm and delete old libsndfile --- diff --git a/cinelerra-5.1/ffmpeg/video/av1.webm b/cinelerra-5.1/ffmpeg/video/av1.webm deleted file mode 100644 index d8306db8..00000000 --- a/cinelerra-5.1/ffmpeg/video/av1.webm +++ /dev/null @@ -1,9 +0,0 @@ -webm libaom-av1 -# this codec codes less than one frame per sec -# and so even a few seconds of video can take -# a very long time to encode -cpu-used 5 -row-mt 1 -tiles 2x2 -strict -2 -threads 8 diff --git a/cinelerra-5.1/ffmpeg/video/av1_aom.webm b/cinelerra-5.1/ffmpeg/video/av1_aom.webm new file mode 100644 index 00000000..db3ca16b --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/av1_aom.webm @@ -0,0 +1,12 @@ +webm libaom-av1 +# this codec codes less than one frame per sec +# and so even a few seconds of video can take +# a very long time to encode +# First 2 lines needed for seeks to put in keyframes +g=30 +keyint_min=30 +cpu-used 5 +row-mt 1 +tiles 2x2 +strict -2 +threads 8 diff --git a/cinelerra-5.1/thirdparty/src/libsndfile-1.0.28.tar.xz b/cinelerra-5.1/thirdparty/src/libsndfile-1.0.28.tar.xz deleted file mode 100644 index f0017f86..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsndfile-1.0.28.tar.xz and /dev/null differ