I have an error that says
Aborting '2021-05-13@11_51_14_5010_13_muxing' due to: Error: Parameter --projection-type: not given in the form :n (argument was '0').
I cannot find where to enter projection-type, please help!
Thank you!
Hybrid adds:
Code:
--projection-type <videoID>:0 --projection-pose-roll <videoID>:<rotation>
to an mkv muxing call in case rotation handling is set to passthrough and the detected rotation != 0.
see:
https://mkvtoolnix.download/doc/mkvmerge.html under 2.8
In Hybrid rotation handling is configured under "Config->Containers->General Settings->Rotation handling".
That's all I can say with the information you provided.
Cu Selur
(13.05.2021, 19:20)Selur Wrote: [ -> ]Hybrid adds:
Code:
--projection-type <videoID>:0 --projection-pose-roll <videoID>:<rotation>
to an mkv muxing call in case rotation handling is set to passthrough and the detected rotation != 0.
see: https://mkvtoolnix.download/doc/mkvmerge.html under 2.8
In Hybrid rotation handling is configured under "Config->Containers->General Settings->Rotation handling".
That's all I can say with the information you provided.
Cu Selur
Thank you Selur, that worked, I just chose to ignore and everything went through after that.
Al