[FFmpeg-trac] #10684(undetermined:new): FFmpeg metadata rotate doesn't work since after v2023-05-04-git
FFmpeg
trac at avcodec.org
Thu Nov 23 00:37:13 EET 2023
#10684: FFmpeg metadata rotate doesn't work since after v2023-05-04-git
-------------------------------------+-------------------------------------
Reporter: Melvin Nava | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
FFmpeg is no longer able to rotate videos by modifying metadata since
version 2023-05-04-git. That's the last version where that feature worked.
I've tried almost every FFmpeg version since that time, without success.
This seems to happen with any input video, so I don't think a sample is
required.
How to reproduce:
{{{
ffmpeg version 2023-11-20-git-e56d91f8a8-full_build-www.gyan.dev
% ffmpeg -i "source_video.mp4" -c copy -metadata:s:v:0 rotate=90
"destination_video.mp4"
% ffmpeg -i "source_video.mp4" -c copy -metadata:s:v:0 rotate=270
"destination_video.mp4"
}}}
I'd appreciate any comments on this..
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10684>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list