Skip to content

[12.0.0] - 2023-02-14

Compare
Choose a tag to compare
@ermshiperete ermshiperete released this 15 Feb 17:58
· 111 commits to master since this release
0b21be5

Added

  • [SIL.Core.Desktop] Added aiff, m4a, voc, and amr formats to AudioFileExtensions
  • [SIL.Core.Desktop] Added webm and mkv formats to VideoFileExtensions
  • [SIL.Media] MediaInfo.AnalysisData property
  • [SIL.Media] MediaInfo.FFprobeFolder

Changed

  • [SIL.Core.Desktop] Fixed typo in list of AudioFileExtensions: "acc" changed to "aac"
  • [SIL.Media] FFmpegRunner will now also look for and use a version of FFmpeg installed using chocolatey
  • [SIL.Media] MediaInfo now used FFprobe instead of FFmpeg to get media information. Depends on FFMpegCore library.

Removed

  • [SIL.Media] MediaInfo.RawData property (replaced by AnalysisData)