Active
Project:
FlashVideo
Version:
6.x-1.x-dev
Component:
CCK Plugin
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2010 at 16:06 UTC
Updated:
3 May 2011 at 23:47 UTC
If I upload a mp4 file, the CKK field, which I have defined in the settings ("Save the finished video to this CCK file field") is not set.
Comments
Comment #1
aaronbaumanThis persists in latest dev.
Marking "major" since this breaks flashvideo_get_video_object() and flashvideo_get_video()
Comment #2
chrisfromredfinI just worked with an MP4 file. The point is it's considered a "flash file" since flash can play it directly, so it skips passing it through ffmpeg entirely (I think, anyway - just trying to provide some insight from my recent experience).
Comment #3
aaronbaumanRight, but the point is that the finish_video field doesn't get populated.
The finish_video field should at least contain something - either a duplicate entry or a reference back to the original - so that flashvideo_get_video_object() and flashvideo_get_video() still behave as expected.
As it is now, these functions crash and burn when an mp4 or an flv is uploaded.
Comment #4
CoreyMoore commentedHas anyone solved this? This is breaking my workflow.