The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[HELP] how to rotate video without loss? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] how to rotate video without loss? (/thread-1921.html) |
how to rotate video without loss? - ssdde - 01.08.2021 rotate 90°, and keep quality without encoding. RE: how to rotate video without loss? - Selur - 01.08.2021 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 |