b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

AVFoundation Encoder fails to output audio #1030

Open yuto-trd opened 2 months ago

yuto-trd commented 2 months ago

Describe the bug

fill later

To Reproduce

fill later

Expected behavior

No response

Beutl version

1.0.0-preview.8

OS

macOS

Additional context

Solution 1 Currently, raw data is passed to AVAssetWriterInput, not converted data. So, it should be converted by AVAudioConverter in advance.