[MPlayer-users] Cropping+scaling=segfault

Felix Buenemann atmosfear at users.sourceforge.net
Wed Apr 17 00:18:02 CEST 2002


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/ -
____________________________________________




More information about the MPlayer-users mailing list