mplayer-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [MPlayer-users] Cropping+scaling=segfault


To: mplayer-users@xxxxxxxxxxxxxxxxxx
Subject: Re: [MPlayer-users] Cropping+scaling=segfault
From: Felix Buenemann <atmosfear@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed Apr 17 00:18:02 2002
In-reply-to: <Pine.LNX.4.44.0204162352001.11103-100000@axllent.linux-dude.net>
Organization: MPlayer Project <http://mplayerhq.hu/>
References: <Pine.LNX.4.44.0204162352001.11103-100000@axllent.linux-dude.net>

On Tuesday 16 April 2002 23:53, Ralph Slooten wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hi there all,
>
> Using mencoder I can get it to crop, or I can get it to scale down the
> movie, but I need to scale the cropped movie as the aspect taken off the
> dvd is incorrect :-( Mencoder detects the settings and segfaults.
the order of filters is currently from right to left, so exchange order or 
crop and scale and it should work.

>
> I have for example a movie
>
>
> #!/bin/bash
> mencoder -dvd 1 \
>       -chapter 33-33 \
>       -aid 128 \
>       -sws 0 \
>       -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=633 \
>       -vop crop=704:416:8:80,scale=704:304 \
>       -oac mp3lame -lameopts br=96 \
>       -o Matrix.avi
> exit 0
>
>
>

>
> Greetings
> Ralph

-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



[Prev in Thread] Current Thread [Next in Thread]