Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.27 KB

changelog.md

File metadata and controls

32 lines (23 loc) · 1.27 KB

0.0.7

  • Handle circumstance where file probe has no 'codec_name'
  • Improve library scan speed when used with other plugins that use ffprobe

0.0.6

  • Fix an error in ffmpeg command generator

0.0.5

  • Improvements to ffmpeg command generator
  • Fix issue where input file was added before additional main options

0.0.4

  • Add ability to specify a codec in plain text in advanced mode

0.0.3

  • Fix bug where videos would forever be re-added to the task list if force transcoding was enabled

0.0.2

  • Fix detection if video stream is already in the correct codec
  • Add ability to strip data and attachment streams from video files

0.0.1

  • Add an "Advanced" configuration option to the plugin's settings
  • Add ability to force transcoding of a video when it is already in the desired video codec

0.0.1-beta2

  • Add support for specifying the VAAPI device
  • Improvements to code that generates the encoder specific arguments

0.0.1-beta1

  • Initial version