Skip to content

[Bug]: VideoQualityConfig not work #123

@choim4389

Description

@choim4389

Package Version

1.14.3

Flutter Version

3.38.6

Platforms

Android

How to reproduce?

VideoRenderData(
  videoSegments: segments,
  enableAudio: true,
  qualityConfig: VideoQualityConfig.custom(
    bitrate: 8000000,
    resolution: Size(1080, 1920),
  ),
  outputFormat: VideoOutputFormat.mp4,
)

When rendering with the settings above, using a 720x720 video results in a 1080x1080 output. In my opinion, in this case, the 1080x1920 output should have the video in the center using "contains fit," and the remaining space at the top and bottom should have black padding.

Below are three videos made with the same settings.

  1. 720x720 1 clip
KakaoTalk_Video_2026-04-15-15-34-49.mp4
  1. 720x720 + 1080x1920 2clip merge
KakaoTalk_Video_2026-04-15-15-34-55.mp4
  1. 1080x1920 + 720x720 2clip merge -> I think this output is normal, as expected.
KakaoTalk_Video_2026-04-15-15-35-01.mp4

Logs (optional)

Example code (optional)

Device Model (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions