Hello!
I am trying to develop procedure for making DVDs with LPCM audio using
Linux NLE Cinelerra-gg [1]
It works, but for some reason our lpcm file received as TOO LOUD by
default, so I must quieten down whole sound track by 40 db.
short (less than 3 min) video
https://youtu.be/-NE2LZsVUjo
According to this source (vlc) lpcm dvd audio supports lower frequencies
like 44100/32000 hz - useful for direct dv transcoding for example
https://github.com/videolan/vlc/blob/master/modules/codec/lpcm.c
see lines 524, 608
Does this mean that libavcodec/pcm-dvdenc.c can be trivially extend