Skip to content
Snippets Groups Projects

demux: mkv: handle rotation

Open Romain Vimont requested to merge rom1v/vlc:mkv_rotation into master

If a display rotation is set to a MKV file, it must be taken into account.


To reproduce the issue:

ffmpeg -display_rotation 90 -i big_buck_bunny.mp4 -c copy output.mp4
ffmpeg -display_rotation 90 -i big_buck_bunny.mp4 -c copy output.mkv

ffplay output.mp4    # ok
ffplay output.mkv    # ok

vlc output.mp4       # ok
vlc output.mkv       # ko (no rotation applied)

ffmpeg -i output.mkv -c copy remux.mp4
vlc remux.mp4        # ok
Edited by Romain Vimont

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #408126 passed

Merge request pipeline passed for 0d35eadc

Merge request contains no changes

Use merge requests to propose changes to your project and discuss them with your team. To make changes, use the Code dropdown list above, then test them with CI/CD before merging.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading