![]() |
Rotate mp4 video
Hi all,
I was wondering if there's any quick way to rotate videos taken with the N900? thanks |
Re: Rotate mp4 video
iDealshare VideoGo is definitely the best choice to rotate MP4 videos.
It can rotate MP4 without re encoding, which make the MP4 rotating progress much faster as well as keep the original video quality. It also supports rotating MP4 as well as convert to another video format. With this nice MP4 Rotator, it is just a piece of cake to rotate or flip all MP4 videos 90 degrees, 180 degrees, 270 degrees and more. It also can rotate AVI, WMV, MOV, MKV, VOB, MPG and etc |
Re: Rotate mp4 video
Quote:
I understood that @orcocan wants to rotate the videos using the N900 |
Re: Rotate mp4 video
maybe using a ffmpeg option?
|
Re: Rotate mp4 video
Quote:
Has no one paid any attention though that the OP asked this four years ago? ;) |
Re: Rotate mp4 video
aHa!
Yes pichlo is right...2010 is a ways back since it was posted. Good point on implementation. Also it is pointless if the Op wanted to utilize such a program on the n900 unless someone creates or does some hackery to get this prog to work on n900's it isn't quick and easy then. A browser based app would prob be better than this. Kudos and attention must be paid to the generous and selfless member who answered. Oh.... wait a sec. why did it take our brand, brand, brand new friend so long to post this answer? new software perhaps? Um...and why does he post in such an advertising way...especially for his very 1st post? I think we should give our fab new friend "goodparterbless" a nickname.. "Spammie" .... oh yeah...Spammie-Spam-Spam-Spammity-Spam Poorly targeted Spammie. Spam-spam-spam-spam... https://www.google.ca/search?q=spam+...HK7P8gfy7IDoCA :D |
Re: Rotate mp4 video
You are crying like a baby :D
|
Re: Rotate mp4 video
I must confess, I didn't read the original post, just the title and whatever post was visible when loaded on n900 earlier. endsormeans may have a point, could have been used to advertise a product. I'm gonna have a guess that most of us have ffmpeg on our device from using other packages (cutetube for example).
ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=90 output.mp4 should be all that needed. No transcoding, just copy tracks into new file and add rotation via metadata. Whether it would be played back correctly on our device I can't be bothered to test at the moment. :) |
Re: Rotate mp4 video
Yeah it looks too much like the spam in the n800 and n810 subforums by "new members" that 1st post this kind of crap. Who...and what kind of person in their very 1st post in a forum is going to hit everyone with an ad? Even the sentence structure is way too similar.
You got it right Android...much better alternative. @nokiabot one word to you buppo - "Waah!" :D |
Re: Rotate mp4 video
Quote:
Code:
[nemo@Jolla Templates]$ ffmpeg_static -i /media/sdcard/3F0A-A187/VideoSD/test_rotation.mp4 -c copy -metadata:s:v:0 rotate=90 /media/sdcard/3F0A-A187/VideoSD/test_rotation2.mp4 EDIT: Found how to rotate.. But it need to reencode your video and it take too much time :mad: For example rotate video of 35sec takes ~20min Used this command: Code:
ffmpeg_static -i /path/to/input.mp4 -vf "transpose=1" -c:a copy /path/to/output.mp4 Code:
0 = 90CounterCLockwise and Vertical Flip (default) |
All times are GMT. The time now is 14:35. |
vBulletin® Version 3.8.8