Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@belgattitude belgattitude released this 05 Jan 19:01
· 275 commits to master since this release

Added

  • VideoInfo::countStreams(): int
  • VideoInfo::getFileSize(): int
  • VideoInfo::getVideoBitRate(): int
  • VideoInfo::getAudioBitRate(): int
  • VideoInfo::getVideoCodecName(): ?string
  • VideoInfo::getAudioCodecName(): ?string
  • VideoInfo::getFormatName(): string
  • VideoInfo::getMetadata()
  • VideoInfo::getAudioStreamsMetadata()
  • VideoInfo::getVideoStreamsMetadata()
  • VideoInfo::getStreamsMetadataByType(string $streamType)

Fixed

  • Minor bug when not specifying crf in conversions

Change

  • [Breaking Change] VideoInfoInterface::getBitrate() renamed to VideoInfoInterface::getVideoBitrate()