Closed (fixed)
Project:
Media Mover
Version:
5.x-0.4-1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2008 at 19:35 UTC
Updated:
6 Aug 2008 at 18:52 UTC
Files will upload just fine, no matter how large. However, FFMPEG emits a 0kb flv file anytime the original file is larger than about 1 or 2 MB. Files that are smaller than that have no problems being processed. I suspect this is a setting somewhere. I'm using the default configuration on FFMPEG and have tried doing a custom setting with the exact same results.
The test site is here: http://74.54.250.78/drupal5
Comments
Comment #1
mmcintee commentedI've done some more experimenting. FFMPEG will work on any file that has the audio set to 22.5khz and encode the entire video, no matter how large or how long. But videos that are NOT 22.5khz audio will only encode if they are less than 1 or 2 MB.
Comment #2
arthurf commentedcan you post the file that you're having trouble with, or contact me and then you an email it to me?
Comment #3
mmcintee commentedI resolved this. I needed to set the encode settings to 22.5khz in FFMPEG. As noted elsewhere, it's good to have options on the audio rates, but they should be limited to the ones that flash will accept... or at least some notes added to the field saying "set at 22.5khz or 44.1khz for flash encoding".
Comment #4
arthurf commentedThere is now a fix in ffmpeg_wrapper that does this really nicely. Closing ticket