Closed (fixed)
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 15:36 UTC
Updated:
23 Apr 2009 at 12:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| media_mover-thumbnail-size.patch | 681 bytes | mrfelton |
Comments
Comment #1
arthurf commentedThanks for the catch, fix is in D5 and D6