Closed (fixed)
Project:
OpenPackage Video
Version:
5.x-3.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Aug 2008 at 18:40 UTC
Updated:
31 Aug 2008 at 22:32 UTC
I recently re-transcoded one of my test videos with dimensions 570x321, and found that it had no thumbnails. Further investigation revealed that ffmpeg was throwing a "Frame size must be a multiple of 2" error when asked to generate the screenshots.
The problem appears to be fixed by commenting out this line in _op_video_ffmpeg_create_png:
$params[] = '-s ' . $info['width'] . 'x' . $info['height'];
However, I don't know whether this change could cause other problems, since I haven't done any real testing.
Comments
Comment #1
jbrown commentedThis was fixed exactly a month ago in CVS. I'll probably release 3.12 this evening.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.