01.08.2021, 14:48
rotate 90°, and keep quality without encoding.
[HELP] how to rotate video without loss?
|
01.08.2021, 14:48
rotate 90°, and keep quality without encoding.
01.08.2021, 15:00
Rotating a video without reencoding isn't supported in Hybrid.
If your output is mp4 or mov: ffmpeg -i "path to input" -map_metadata 0 -metadata:s:v rotate="90" -codec copy "Path to output .mp4/.mpv" Something similar can be done for mkv using mkvmerge and the projecttion options: --projection-type TID:method Cu Selur |
« Next Oldest | Next Newest »
|