+ Reply to Thread
Results 1 to 4 of 4
-
It might be the video has rotation metadata, so potplayer is rotating the video during playback automatically
You can check with mediainfo(view=>text) , or exiftool
If that is the reason why, then you might need to add the rotation in your script if you want it permanently adjusted for the encode.
eg.
Another option might be to include rotation metadata during the muxing ; but not all players read rotation metadata. If you wanted it adjusted permanently , the other way is better since you are re-encoding anywaysCode:TurnRight()
-
Yeah that's right, In mediainfo i found this :
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 4:3
Rotation : 90°
So, How to keep rotation while encoding in MeGui ? that function TurnRight() seem stretches the video...Last edited by untymage; 9th Nov 2018 at 12:36.
-
I think it's already bypassed . Typically source filters in avisynth/megui ignore the rotation metadata . Then 2nd screenshot is probably what the video actually is
It does not . It literally rotates the frame 90 degrees clockwise. It might be your video player settings stretching to fill (probably), or you might have something else going on in the script or megui. You can look at the log file for more details . Or you can manipulate it / stretch it yourself a specific waythat function TurnRight() seem stretches the video...
The other option is to add rotation metadata back - like the original. I don't think megui can do this. But again , it's media player specific. Even your original file will play differently in different media players. One way is to use ffmpeg to add the rotation metadata
Similar Threads
-
rotate with pan/crop not rotating on image axis [Vegas] [fixed]
By ricmetal in forum EditingReplies: 4Last Post: 9th Sep 2018, 11:55 -
How to rotate and save videos
By vidyarathne in forum Newbie / General discussionsReplies: 1Last Post: 4th Sep 2017, 12:01 -
need to rotate .mp4
By dzachau in forum Newbie / General discussionsReplies: 2Last Post: 29th Jun 2015, 08:22 -
Best program to rotate videos?
By Amuse in forum EditingReplies: 10Last Post: 19th Feb 2014, 11:29 -
MENCODER: how to crop 32 lines from up as virtualdub nulltransform crop?
By marcorocchini in forum Newbie / General discussionsReplies: 7Last Post: 17th Dec 2013, 16:58



Quote
