The actual error message and the file name is missing in the error message in mm_ffmpeg_thumbnail_create() and mm_ffmpeg_video().

Comments

osopolar’s picture

Status: Active » Needs review
StatusFileSize
new1.54 KB

Patch attached.

osopolar’s picture

StatusFileSize
new1.86 KB

Even better: Log also the complete ffmpeg output to help debugging.

In my case: While creating a flv with default settings I got the error message: unsupported using closest supported (11025) but don't know what really happened. In the output I found that it means: Requested sampling rate unsupported using closest supported (11025) Changing to libmp3lame (which was used as closest supported) did the job.

arthurf’s picture

Thanks for the patch. I've committed it so it's ready for testing. You might also want to track the ffmpeg_wrapper 2 dev branch- there have been lots of changes to that in the last bit of time

osopolar’s picture

Status: Needs review » Fixed

Thanks for the quick fix.

Status: Fixed » Closed (fixed)

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