You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with the metadata rotate is compatibility. This works in some streaming technologies and in some browsers. Not all of them. Go2rtc support this only for stream.mp4 as query param ?rotate=90.
On Readme file, it is stated:
But upon my testing,
rotation
actually done by using-vf transpose=1
which requires re-encoding.I've a RTSP stream, I wanted to rotate the stream without re-encoding (by avoid using
-vf transpose=1
)^ this re-encode stream, which is CPU-intensive :(
Is there any way to rotate stream without re-encoding?
Something like
-metadata:s:v rotate=-90
(old ffmpeg) or-display_rotation:v:0 -90
(new ffmpeg) ?I tried these but did not work. :(
The text was updated successfully, but these errors were encountered: