Closed (duplicate)
Project:
FileField
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Aug 2009 at 21:23 UTC
Updated:
24 Apr 2010 at 06:20 UTC
I am working with the filefield meta and getid3 modules. I have noticed that the filefield meta module only stores the following data:
width, height, duration, audio_format, audio_sample_rate, audio_channel_mode, audio_bitrate, audio_bitrate_mode.
I would like to extract video fps, video codec, video bitrate and other video metadata. Is it possible with filefield meta?
Why is only audio data collected? Is it an issue with filefield meta, or getid3?
Thanks,
Jakub
Comments
Comment #1
zaczek commentedI have discovered the issue is with filefield_meta. The getid3 module can see video metadata, but filefield meta doesn't save it.
I am planning to create a patch to extend the filefield_meta module so that it saves all data, including video. I will post the patch here when ready.
Comment #2
zaczek commentedComment #3
Flying Drupalist commentedThanks!
Comment #4
szczym commentedsubscribing
;*
Comment #5
chiebert commentedsubscribing
Comment #6
delykj commented+1
Comment #7
pedroqalm commentedHow is the work going?
Comment #8
quicksketchSee #480754: filefield_meta: store audio metadata from getid3.