Skip to content

Commit

Permalink
Add version 0.5.0 release information.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisamelton committed Nov 24, 2020
1 parent e507102 commit 8147a76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This single document contains all of the notes created for each [release](https://github.com/donmelton/other_video_transcoding/releases).

## [0.5.0](https://github.com/donmelton/other_video_transcoding/releases/tag/0.5.0)

Tuesday, November 24, 2020

* Add `--qsv-decoder` and `--qsv-device` options to `other-transcode`, both of which enable the scoped use of the Intel Quick Sync Video (QSV) decoder instead of the generic hardware decoder. These options can significantly speed operation of the QSV encoder, invoked via `--qsv`. It's recommended that `--decode all` be included when using these options to decode all video input formats. The `--qsv-device` option allows selection of specific hardware by number or path depending on platform. Please note that deinterlacing, cropping, scaling or using other filters will disable QSV's format-specific decoders.
* Remove all deprecated options and arguments from `other-transcode`.

## [0.4.0](https://github.com/donmelton/other_video_transcoding/releases/tag/0.4.0)

Sunday, November 1, 2020
Expand Down

0 comments on commit 8147a76

Please sign in to comment.