Skip to content

Release v0.1.20

Latest
Compare
Choose a tag to compare
@ehendrix23 ehendrix23 released this 09 Nov 23:39
  • BREAKING CHANGE:

    • How offsets are calculated has been changed and can impact result if negative values were being provided for start_offset and/or end_offset!
  • New:

    • Option --sentry_start_offset to set the starting offset specifically for sentry based events
    • Option --sentry_end_offset to set the ending offset specifically for sentry based events
    • Added support for Intel VAAPI GPU acceleration (https://trac.ffmpeg.org/wiki/Hardware/VAAPI). Contributed by timrettop.
    • Two new dockerfiles have been added. One to support NVIDIA and other one to support VAAPI. Contributed by magicalyak
  • Changed:

    • Updated Docketfile. Contributed by magicalyak
  • Fixed:

    • Resolved issue on Linux with default device initialization failure when using Intel GPU acceleration and multiple usable devices by adding new qsv gpu_type (https://trac.ffmpeg.org/ticket/7649). Contributed by timrettop.