Forgot to mention - still getting 900 warning/errors that I do no know how to get rid of. They are very annoying: /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1510: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1578: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1612: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1647: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1684: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1720: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1745: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1773: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC/stream_encoder.h:1805: warning: Illegal command \n as pa rt of a title section /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/export.h:80: warning: Member FLACPP_API (macro definit ion) of group flacpp_export is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/export.h:87: warning: Member FLACPP_API_VERSION_CURREN T (macro definition) of group flacpp_export is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/export.h:88: warning: Member FLACPP_API_VERSION_REVISI ON (macro definition) of group flacpp_export is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/export.h:89: warning: Member FLACPP_API_VERSION_AGE (m acro definition) of group flacpp_export is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:116: warning: Member Prototype(const ::FLAC __StreamMetadata &) (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:117: warning: Member Prototype(const ::FLAC __StreamMetadata *) (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:135: warning: Member operator=(const ::FLAC __StreamMetadata &) (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:136: warning: Member operator=(const ::FLAC __StreamMetadata *) (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:158: warning: Member operator==(const ::FLA C__StreamMetadata &) const (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:159: warning: Member operator==(const ::FLA C__StreamMetadata *) const (function) of class FLAC::Metadata::Prototype is not documented. /mnt0/build5/cinelerra-5.1/thirdparty/flac-1.4.0/include/FLAC++/metadata.h:165: warning: Member operator!=(const ::FLA C__StreamMetadata &) const (function) of class FLAC::Metadata::Prototype is not documented. On Wed, Sep 21, 2022 at 9:57 AM Phyllis Smith <[email protected]> wrote:
The build from git is OK. I tried flac with compression 0 and 5 and
then also the new alac:
FLAC
** rendered 26152 frames in 1.448 secs, 18060.773 fps, size 63 MiB (compression 0)
** rendered 26152 frames in 1.650 secs, 15849.697 fps, Size 57.8 MiB (compression 5)
This time the result is in line with yours.
Andrea, in most of my tests, I always did compression level 0 first which meant that my audio was not already loaded into memory. Then I did level 5 and now it WAS already loaded into memory. That may have been your case too.
ALAC
** rendered 26152 frames in 2.766 secs, 9454.808 fps, size 138 MiB (mkv)
** rendered 26152 frames in 2.664 secs, 9816.817 fps, size 138 MiB (qt)
Since ALAC is a pro and lossless format, I have modified the manual page to reflect this.
Thank you. I checked your change into GIT.