Doc / menc-feat-rescale


Doc / menc-feat-rescale
2007-11-28 (水) 09:19:34更新
カテゴリ:未訳
原文:http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-rescale.html

13.6. Rescaling movies

映像のリサイズが必要となる事がしばしばある。 それが必要となる理由は、ファイルサイズやネット上の負荷を減らしたいなど、様々だ。 多くの人はDVDやSVCDをDivX AVIに変換する時にもスケーリングを行う。 映像のリサイズをしたいなら、 Preserving aspect ratio セクションを参照。

The scaling process is handled by the scale video filter: -vf scale=width:height. Its quality can be set with the -sws option. If it is not specified, MEncoder will use 2: bicubic.

Usage:

mencoder input.mpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -vf scale=640:480 -o output.avi