2010-08-21から1日間の記事一覧

ffmpegでサムネイル出力

$ ffmpeg -i "inputfile" -f image2 -pix_fmt jpg -vframes 1 -ss 1 -s 160x120 -an -deinterlace "outputfile"