2007-05-19から1日間の記事一覧

入力ファイルは最初で指定すること。

ffmpegの入力ファイルの指定を後で書いた方がきれいだと思い以下のようにするとエラーになる。 $ffmpeg -y -vcodec xvid -qscale 5 -s 320x240 -b 768 -ab 64 -i a.avi output.mp4 ・・・ Error while opening codec for output stream #0.1 - maybe incorre…