Closed (fixed)
Project:
Media Mover
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 14:32 UTC
Updated:
9 Aug 2011 at 10:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
osopolarPatch attached.
Comment #2
osopolarEven 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.Comment #3
arthurf commentedThanks 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
Comment #4
osopolarThanks for the quick fix.