b-editor / beutl

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

Invert the encoding process #1029

Closed yuto-trd closed 2 months ago

yuto-trd commented 2 months ago

Description

This pr allows the extension to fully control the encoding process, enabling the inversion of the order in which video and audio frames are passed. Previously, all video frames were passed first, followed by the audio frames. With this change, the order can now be adjusted as needed.

Breaking changes

Fixed issues