View Full Version : Rotate of videos without recompression
Terka
2nd April 2017, 09:25
Hi, not sure if this is the correct subforum i should post.
Is there any program to set video orientation without recompression?
sneaker_ger
2nd April 2017, 11:06
ffmpeg can write rotation metadata into mp4 containers. But not every player supports this.
ffmpeg -i "input" -metadata:s:v:0 rotate=90 -c copy "output.mp4"
AVIL
2nd April 2017, 11:17
For MJPEG videos there is a tool:
https://sourceforge.net/projects/mjpeglossless/
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.