Skip to content

Releases: JuniorIsAJitterbug/tbc-video-export

v0.1.1

08 Jun 07:54
Compare
Choose a tag to compare

✨ Features

  • Add video format and bitdepth options (40b14d2)
  • Add hardware accelerated profiles (#27, #58)
  • Add --no-attach-json option to skip embedding TBC json (#62)

🐛 Bug Fixes

  • --appimage now accepts an absolute path (f808c3d)
  • Active line options (ffll/lfrl/ffrl/lfrl) can now be used individually (7c31778)

🔨 Builds

  • Swapped to pytest and added output file tests with pymediainfo (#61)

v0.1.0b12

10 Apr 09:06
Compare
Choose a tag to compare

✨ Features

  • Added --chroma-decoder-luma to set the luma decoder with split TBCs (#59)

🐛 Bug Fixes

  • Disable --simple-pal with non-transform decoders (#60)
  • Disable --luma-nr with mono decoders (#59)
  • Fix mergeplanes with 16-bit formats (30e834f)

v0.1.0b11

26 Feb 14:31
Compare
Choose a tag to compare

Note

There are no code changes from the previous release.

🔨 Builds

  • Fix poetry build issues
  • Only publish to PyPI if all builds are successful

v0.1.0b10

26 Feb 14:49
Compare
Choose a tag to compare

Important

Builds for release failed and are found in v0.1.0b11.

✨ Features

  • Various --help and error cleanups
  • Add resize to standard SD filters (720x576 and 720x480)
  • Add PAL D10/IMX50 profile
  • Add AV1 web, lossless and lossless 8 bit profiles
  • Add --append-video-filter and --append-other-filter for adding custom filters without profiles
  • Change --vbi to add the VBI segment to the video file, the previous behaviour has been renamed to --full-vertical
  • Added include_vbi field to profiles

🐛 Bug Fixes

  • Update widescreen setsar to match upstream changes
  • Ensure enum opts are case insensitive
  • Fix FFmpeg not showing output with --show-process-output
  • Fix --debug not disabling progress output
  • Fix progress values when using --start

v0.1.0b9

08 Feb 17:56
Compare
Choose a tag to compare

🐛 Bug Fixes

Use correct SAR when exporting with --force-anamorphic and --letterbox (#48)

v0.1.0b8

08 Feb 10:58
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix incorrect aspect ratio handling (#48)

v0.1.0b7

28 Jan 08:53
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Use old mergeplanes format to support older FFmpeg versions (#46)

v0.1.0b6

27 Jan 13:24
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix incorrect --version on binary builds (#43)

🔨 Builds

  • macOS binaries are now automatically built on new release (#19)

v0.1.0b5

25 Jan 13:31
Compare
Choose a tag to compare

✨ Features

  • Add --profile-add-filter option (#35)
  • Add --profile-container option (#34, #35)
  • Added description field to subprofiles

🐛 Bug Fixes

  • Fix various filter issues (#37)
  • Fix config file search paths (#31)
  • Display when an external config is used (#31)
  • Display a more verbose message when an invalid profile found (#31)

🔨 Builds

  • AppImages are now automatically built on new release (#18)
  • Windows binaries are now automatically built on new release (#20)

v0.1.0b4

22 Jan 10:07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix --field-order not parsing user input correctly. (#33)