Postponed (maintainer needs more info)
Project:
Media Mover
Version:
5.x-0.4-1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 15:59 UTC
Updated:
14 Jul 2008 at 03:49 UTC
Comments
Comment #1
jrefano commentedComment #2
arthurf commentedcan you give me the settings you were using for conversion?
Comment #3
arthurf commentedSorry, now I see you said all default. Can you check your logs and see if there is anything in there?
Comment #4
jrefano commentedLog:
Comment #5
arthurf commentedCan you try switching the audio settings to use the mp3 lame codec? I think it's trying to use a codec that doesn't exist
Comment #6
jrefano commentedthe ffmpeg binary I'm using does not have another lame specific mp3 format, it just lists mp3.
here's the output from the server's ffmpeg -formats:
Comment #7
arthurf commentedCan you try running:
ffmpeg -i 'files/media_mover/ftp_files/AngieCarpenter_1.mov' -acodec mp3 'files/media_mover/ffmpeg/converted/6/AngieCarpenter_1.mov.flv'
and see if it throws errors? Maybe a bitrate error?
Comment #8
cameronp commentedJust my 2c I had a similar problem - Ran ffmpeg manually, and found that flv mp3 requires 22khz or 44hkz i think - Usually its just a wrong setting here that causes the prob. Set to manual settings fixed it for me.
Comment #9
arthurf commentedYes, I think the default may require a bit rate setting for FLV, I just wanted to avoid putting in additional settings if possible. Ultimately, ffmpeg_wrapper needs to know about "good configurations" and set options based on what output types are chosen.
Comment #10
arthurf commentedI've added the notion of output (read .flv) configurations that ffmpeg_wrapper can hand back. With some strict form naming, I'll be able to set the values a form that asks ffmpeg_wrapper for config data. Should be ready in a few weeks.