[Cin] DAR, PAR and SAR, again

Andrew Randrianasulu randrianasulu at gmail.com
Sat Jan 27 23:26:03 CET 2024


On Sun, Jan 28, 2024 at 1:36 AM Phyllis Smith <phylsmith2017 at gmail.com> wrote:
>
> GIT checkin of Andrew's patches to include:
>
>   0001-Try-to-harmonize-Hilo-LoHi-settings-between-info-req.patch
>   0001-Add-32-44.1-khz-sampling-frequencies-to-pcm-dvd-enco.patch (ffmpeg-6.1.patchD)
>   mplex_add_44_32khz_lpcm.diff (mjpegtools-1.2.2.patch8)
>   additional render formats:  dvd_pcm.dvd and the old-fashioned mp2 audio
> I "think" I might actually be caught up now, but because will be making new AppImages in 4 days, will not be doing any more GIT checkins  before then.
>>
>>
>> Also, in pcm loudness first patch I tried to set up tooltips for pcm encoder endian settings radiobuttons.
>
>
> Unfortunately, I can not find the loudness patches to test as they must be buried in some thread and I can not remember where.

=========

@@ -442,6 +442,7 @@ SndFileHILO::SndFileHILO(SndFileConfig *gui, int x, int y)
  : BC_Radial(x, y, gui->asset->byte_order == 0, _("Hi Lo"))
 {
        this->gui = gui;
+       set_tooltip("Little Endian \n");
 }
 int SndFileHILO::handle_event()
 {
@@ -457,6 +458,7 @@ SndFileLOHI::SndFileLOHI(SndFileConfig *gui, int x, int y)
  : BC_Radial(x, y, gui->asset->byte_order == 1, _("Lo Hi"))
 {
        this->gui = gui;
+       set_tooltip("Big Endian \n");
 }
 int SndFileLOHI::handle_event()

in file cinelerra-5.1/cinelerra/filesndfile.C

DO NOT USE attached patch as a whole, just those two lines.
I also think you can remove \n - EOL ends, I added them due to inertia
(printfs need them)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Attempt-at-fixing-libsndfile-writing-volume-was-too-.patch
Type: text/x-patch
Size: 3072 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20240128/25c5aaf2/attachment.patch>


More information about the Cin mailing list