Igor Chudov wrote:
> I am trying to write a script that would convert a movie for a "Meizu MP4
> player". 
> 
> After some failed attempts (player would not play) I downloaded a
> sample movie from the player. This movie is here:
> 
>        http://igor.chudov.com/tmp/meizu-video.avi
> 
> (3 megabytes)
> 
> This player obviously is compatible with this movie. 
> 
> It is xvid, 240x320, rotated 90 degrees. That is, when I watch it, it
> is a widescreen movie such that I have to hold my head sideways to
> properly view it. 
> 
> I tried converting my movies to this format but could not rotate the
> movie. 
> 
> Here's what I want:
> 
> 1) xvid format
> 2) mp3 encoding
> 3) 240x320 size
> 4) Flipped by 90 degrees. 

I have never tried to do this, but if I wanted to do it this is
what I would do:

Use the transcode option '-x mplayer' and pass the rotate option
as an argument to the mpalyer option you should be able to get
what you want. See the Transcode docs for the syntax of the
mplayer input filter and the mplayer docs for the syntax of the
rotate filter.

Reply via email to