`@remotion/renderer`: Add `--sample-rate` option to control audio output sample rate
Previously, Remotion hardcoded the audio sample rate to 48000 Hz, which caused quality degradation when source audio had a different sample rate (e.g. 44100 Hz). This adds a new `--sample-rate` CLI flag and `Config.setSampleRate()` config option to allow users to specify the desired output sample rate. Closes #7034 Made-with: Cursor
J
Jonny Burger committed
91bf4a6d72257327a619e8555def5cb9e58ca890
Parent: 49529b2