Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.5-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 03:08 UTC
Updated:
16 Sep 2009 at 11:45 UTC
After hours following the video, checking my server and file owner had access to ffmpeg, checking mime types, error logs and other stuff I can't get this to work.
Doing a node render on the video node shows nothing in the thumbnail cck file field or the video file field.
I would really appreciate some pointers as to what I may have done wrong here. I've tried both avi and flv files, neither works.
Comments
Comment #1
attheshow commentedDid you try converting a video from the command line to make sure that your FFMPEG setup is working as expected?
Comment #2
keyo commentedYup ffmpeg is working as I expected. I wonder where the problem is?
Comment #3
attheshow commentedAre you seeing any error messages about "conversion failed" printed to the screen when you run cron?
Comment #4
keyo commentedI deleted the fields and recreated them. I'm pleased to see the thumbnail is created and I see the conversion failed message. I was not getting any feedback from the module before, but now it seems to work fine.
I guess the video fails to convert (from mpeg4) because I lack some codecs. I'll run the exact ffmpeg command flashvideo uses and see what results I get.
Comment #5
keyo commentedSo I tried running the conversion from command line:
This creates a blank flv file. Looks like I just need to install the mp3 codec right?
Comment #6
keyo commentedI installed mp3, now the conversion succeeds from command line (I've watched the video, sound works).
I still see conversion failed both after node save and cron runs. Any ideas?
Comment #7
keyo commentedAfter looking in the ffmpeg table in my database (why isn't this module using watchdog?). I found that I had my file ownership/permissions wrong and videos could not be renamed or overwritten.
Conversion is now working.