https://github.com/xiph/flac/releases/tag/1.5.0 should support multithreaded encode, but you need to call newly added function for that https://xiph.org/flac/api/group__porting__1__4__3__to__1__5__0.html ===== the function FLAC__stream_encoder_set_num_threads and FLAC__stream_encoder_get_num_threads have been added, which can be used to enable multithreading in the encoder =====
Thank you Andrew. I was hoping for a miracle fix for BT 677, but it did not change the error. On Wed, Feb 12, 2025 at 7:40 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
https://github.com/xiph/flac/releases/tag/1.5.0
should support multithreaded encode, but you need to call newly added function for that
https://xiph.org/flac/api/group__porting__1__4__3__to__1__5__0.html
===== the function FLAC__stream_encoder_set_num_threads and FLAC__stream_encoder_get_num_threads have been added, which can be used to enable multithreading in the encoder
=====
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
This was checked into GIT today. We were at 1.4.3 so now at 1.5.0. On Wed, Feb 12, 2025 at 7:40 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
https://github.com/xiph/flac/releases/tag/1.5.0
should support multithreaded encode, but you need to call newly added function for that
https://xiph.org/flac/api/group__porting__1__4__3__to__1__5__0.html
===== the function FLAC__stream_encoder_set_num_threads and FLAC__stream_encoder_get_num_threads have been added, which can be used to enable multithreading in the encoder
=====
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith