Re: [FFmpeg-trac] #10684(undetermined:new): FFmpeg metadata rotate doesn't work since after v2023-05-04-git

2023-11-28 Thread FFmpeg
#10684: FFmpeg metadata rotate doesn't work since after v2023-05-04-git
-+-
 Reporter:  Melvin Nava  |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by Melvin Nava):

 Replying to [comment:2 v0lt]:
 > Use the "-display rotation" command.
 > Description can be found here -> http://ffmpeg.org/ffmpeg-all.html
 #Video-Options

 I tried it, but got this error at first:

 {{{
 ffmpeg -i "video.mp4" -c copy -display_rotation 270 "video_rotateR.mp4"

 Option display_rotation (set pure counter-clockwise rotation in degrees
 for stream(s)) cannot be applied to output url D:\video_rL.mp4
  -- you are trying to apply an input option to an output file or vice
 versa. Move this option before the file it belongs to.
 Error parsing options for output file D:\video_rL.mp4.
 Error opening output files: Invalid argument
 }}}

 So I modified the command accordingly, and it now works:

 {{{
 # Rotate video right
 ffmpeg -display_rotation 270 -i "video.mp4" -c copy "video_rotateR.mp4"

 # Rotate video left
 ffmpeg -display_rotation 90 -i "video.mp4" -c copy "video_rotateL.mp4"
 }}}

 Thank you.. I'm closing this ticket!.
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10684(undetermined:new): FFmpeg metadata rotate doesn't work since after v2023-05-04-git

2023-11-28 Thread FFmpeg
#10684: FFmpeg metadata rotate doesn't work since after v2023-05-04-git
-+-
 Reporter:  Melvin Nava  |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by v0lt):

 Use the "-display rotation" command.
 Description can be found here -> http://ffmpeg.org/ffmpeg-all.html#Video-
 Options
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10684(undetermined:new): FFmpeg metadata rotate doesn't work since after v2023-05-04-git

2023-11-22 Thread FFmpeg
#10684: FFmpeg metadata rotate doesn't work since after v2023-05-04-git
-+-
 Reporter:  Melvin Nava  |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Description changed by Melvin Nava:

Old description:

> 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..

New description:

 Summary of the bug:

 FFmpeg is no longer able to rotate videos by modifying metadata since
 after 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: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".