The source project of this merge request has been removed.
Draft: Implement Multi-format Rendering
- Implemented aspect ratio filtering in the main tractor, including a
CropCalculator
class to compute crop dimensions. - Added support for handling crop filters in the consumer and producer, enabling video cropping to the desired aspect ratio, temporary file handling using
QTemporaryFile
for cross-platform compatibility. - Integrated a UI ComboBox to allow users to select the desired aspect ratio during export, passing the selection to the rendering profile.
Edited by Ajay Chauhan