# 1st pass #
> mencoder dirty.m2v -vf pullup,softskip -ofps 24000/1001
> crop=716:462:2:8,scale=720:-10 -nosound -ovc x264 \
> -x264encopts profile=high:level=4.1:pass=1:bframes=9: [...]
> bitrate=2162:threads=auto \
> -of rawvideo -o movie.avc \
> # 2nd pass #
> #################################################################
> mencoder dirty.m2v -vf pullup,softskip -ofps 24000/1001
> crop=716:462:2:8,scale=720:-10 -nosound -ovc x264 \
> -x264encopts profile=high:level=4.1:pass=2:bframes=9: [...]
> bitrate=2162:threads=auto \
> -of rawvideo -o movie.avc
>
and got this error:
Pos:5329.9s 128165f (99%) 14.38fps Trem: 0min 1367mb A-V:0.000 [2151:0]
> File not found: 'crop=716:462:2:8,scale=720:-10'
> Failed to open crop=716:462:2:8,scale=720:-10.
> Cannot open file/device.
>
> Exiting...
> MEncoder SVN-r33713-4.4.5 (C) 2000-2011 MPlayer Team
> success: format: 0 data: 0x0 - 0xe316119c
> MPEG-ES file format detect
>
Seems to me tah 1st pass went well, but weirdly second pass gave me this
error.
i dont know if i made a typpo anyware, wich i think it probably is, but
gelp is needed with much worry.
thanks in advance.
kudos
--
ZACH
_______________________________________________
MPlayer-users mailing list
MPlaye...@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
isn't crop a -vf?