the ffmpeg command for generating thumbnails when using a defined size results in an 'Incorrect size' error. It produces an ffmpeg command like this:

-i 'sites/crescentmedia.6/files/Fusion-VIDEO-hmvvideo.wmv' -vframes 1 -ss '00:00:02' -an -vcodec mjpeg -f rawvideo -s . '128x96' 'sites/crescentmedia.6/files/media_mover/ffmpeg/thumbnails/4/Fusion-VIDEO-hmvvideo.wmv.thumb4_0.jpg'

There is an extra period just after the -s switch.

Attached patch fixes.

CommentFileSizeAuthor
media_mover-thumbnail-size.patch681 bytesmrfelton

Comments

arthurf’s picture

Status: Needs review » Fixed

Thanks for the catch, fix is in D5 and D6

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.