[MPlayer-users] mencoder -oac copy -ovc copy -vf scale ...... is it just not possible?
LGW
large at lilymarleen.de
Tue Aug 26 03:46:32 CEST 2003
Maximo Ramos wrote:
>[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>Hi!!
>
>mencoder file -oac copy -ovc copy -vf scale=512:240
>
>or ...
>
>mencoder file -oac copy -ovc copy -vf scale -zoom -xy 512 -mc 0 -sws 2
>
>None of them works, they just give me the original width:height.
>
>Do I really need to reencode?
>
>
>
Simple answer: yes.
At least most codecs won't make it possible to freely scale the video
data without reencoding.
-ovc copy << COPIES the stream. Byte by byte...
good luck :)
Lars
More information about the MPlayer-users
mailing list