01.08.2021, 14:48
rotate 90°, and keep quality without encoding.
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 198 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
|
[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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. |
« Next Oldest | Next Newest »
|