brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
480 stars 57 forks source link

Add rotate video option #152

Open VGumbakis opened 5 years ago

NuxRo commented 5 years ago

I've just installed the app today in the hope it did rotations, alas it doesn't. Sometimes I end up with videos with wrong orientation for some reason.

Is it just a case of calling ffmpeg with the right parameters?

brarcher commented 5 years ago

The the app is basically a wrapper for ffmpeg, it is often "just a case of calling ffmpeg with the right parameters" (:

My understanding is the following would need to be done to get rotation working:

NuxRo commented 5 years ago

Ok, sounds like a big job :)