Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.78 KB

changelog.md

File metadata and controls

68 lines (49 loc) · 2.78 KB

0.1.6

  • Fix bug causing files to be perpetually added to the task queue if mode is set to advanced, but the smart filters were previously applied

0.1.5

  • Fix video scaling smart filter for videos that do not use a 16:9 aspect ratio

0.1.4

  • add missing 'generic_kwargs' from return statement in nvenc.py basic config section

0.1.3

  • fix nvenc 10 bit profile name

0.1.2

  • Fix for plugin updates from versions older than 0.1.0

0.1.1

  • Add support for the av1_qsv encoder

0.1.0

  • Stable release
  • Prefix QSV config options in plugin settings file to isolate them from libx encoder settings (users will need to reconfigure some QSV settings)
  • Prefix VAAPI config options in plugin settings file to isolate them from libx encoder settings (users will need to reconfigure some VAAPI settings)

0.0.10

  • Add support for QSV HW accelerated decoding
  • Add support for the scale_qsv filter when using qsv encoding
  • Add support for the scale_cuda filter when using nvenc

0.0.9

  • Add support for the h264_vaapi encoder
  • Add support for the h264_nvenc encoder
  • Add support for the hevc_nvenc encoder

0.0.8

  • update ffmpeg helper library to latest version

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