I have been using the following command to rotate video 90 degree clockwise
HandBrakeCLI -i ip.mp4 -o op.mp4 --preset="Universal" --rotate="4"
Which is working properly in my windows machine. When i try with the same command on linux server video rotation is not working. Also tried these commands in linux server which are also not working
HandBrakeCLI -i ip.mp4 -o op.mp4 --preset="Universal", --rotate="4"
HandBrakeCLI -i ip.mp4 -o op.mp4 --preset="normal", --rotate="4"
Linux Server HandBrakeCLI Version - 0.9.5 Windows machine HandBrakeCLI Version - 0.9.9
Please correct me if am missing anything