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

zaczek’s picture

Assigned: Unassigned » zaczek
Status: Active » Needs work

I 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.

zaczek’s picture

Status: Needs work » Active
Flying Drupalist’s picture

Thanks!

szczym’s picture

subscribing

;*

chiebert’s picture

subscribing

delykj’s picture

+1

pedroqalm’s picture

How is the work going?

quicksketch’s picture

Status: Active » Closed (duplicate)