[MPlayer-users] Can't get crop to work

alex at foogod.com alex at foogod.com
Sun Aug 11 22:18:01 CEST 2002


On Sat, Aug 10, 2002 at 07:25:13PM +0200, Fabrice DELENTE wrote:
> mencoder file.avi -oac copy -ovc copy -ss 00:10:00 -endpos 00:00:10 \
>   -o test.avi -vop crop=480:100:0:160
> 
> I get this message:
> 
> MPlayer interrupted by signal 11 in module: video_read_properties 
[...]
> What am I doing wrong??

All you did wrong was to use buggy software.

As other people have mentioned, you can't copy and crop at the same time, but
if the software were properly written this wouldn't cause a segfault either.

It seems to be a common belief by users (and unfortunately relied upon by far
too many programmers) that if a program crashes horribly the user must have
made some mistake, but the truth is that if a program crashes horribly (as
opposed to, for example, printing an error message which actually identifies
the problem and exiting) it's ALWAYS the programmer's fault.

-alex




More information about the MPlayer-users mailing list