Skip to content

Releases: amwtech/casparcg-media-scanner

v1.2.1 Beta 1

06 Dec 13:18
4eb3a27
Compare
Choose a tag to compare

Key Changes
Several issues were found with the previous media detection strategy due to changes in the ffprobe version used. These resulted in stills images being detected as type ' MOVIE '. The updated detection process is independednt of the version of ffprobe used to test the media files. See media-type-identification.md for more detail.

v1.2.0.2

26 Sep 09:35
9f6195b
Compare
Choose a tag to compare

Key Changes

This version uses an updated media type algorithm relative to the offical version 1.2.0 release. This algorithm uses the codec_type and codec_time_base properties to identify still image. Media files with audio and and a still stream are categorised as audio files (e.g. an audio track with cover artwork).

Fixed comparison test on firstAudioStream in scanner.js function generateCinf(doc, json)