Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 869 Bytes

TODO.md

File metadata and controls

40 lines (27 loc) · 869 Bytes

spx_media_analyzer

Analyze media files: audio, video, images, DCPs

  • level 0: filesystem metadata (e.g. filename, filesize, filetype)
  • level 1: media metadata (by just reading the header information, e.g. codec, resolution)
  • level 2: content metadata (by reading the whole file, e.g. audio volume, color palette)

Development

Generic

  • use ffprobe output, not ffmpeg

Video

Audio

  • audio volume

Image

  • investigate: use image-magick to analyse files

DCPs

  • build DCP analysis

Testing

Video

  • test support for > 4GB files

Audio

Images

  • test support for RAW files (Canon/Nikon)

Completed Column ✓

  • parse ffmpeg information
  • Analyze audio: wav/mp3/...
  • Analyze video: mp4/avi/mov/...
  • Analyze image: png/jpg/gif/ico/...