rscarriere
March 20th, 2007, 11:43 PM
I'm hoping this will help someone because it too me a while to figure out (and is relatively simple). I know almost nothing about video - so please take this with a grain of salt.
I have a canon S3IS digital still camera which is also able to record video. Problem is that sometimes I want to take video in "portrait" mode rather than "landscape" (in other words - hold the camera sideways). To rotate the video you can use this command:
mencoder -vop rotate=1 <INPUT_FILE_NAME.AVI> -ovc x264 -oac copy -o <OUTPUT_FILE_NAME.AVI>
I'm pretty sure this also converts the video to x264? Anyways - it reduced my file size by 1/4.
good luck.
I have a canon S3IS digital still camera which is also able to record video. Problem is that sometimes I want to take video in "portrait" mode rather than "landscape" (in other words - hold the camera sideways). To rotate the video you can use this command:
mencoder -vop rotate=1 <INPUT_FILE_NAME.AVI> -ovc x264 -oac copy -o <OUTPUT_FILE_NAME.AVI>
I'm pretty sure this also converts the video to x264? Anyways - it reduced my file size by 1/4.
good luck.