Releases: JuniorIsAJitterbug/tbc-video-export
Releases · JuniorIsAJitterbug/tbc-video-export
Release list
v0.1.8
🐛 Bug Fixes
--appimagehas been renamed to--tbc-tools-appimagedue to conflicts with the AppImage wrapper (#75)- Only run tbc-tools from the AppImage (when using
--tbc-tools-appimage)
🛠 Other changes
- x264 and x265 profiles now use the mp4 container by default
v0.1.7
Note
There are no code changes from the previous release.
📦 Builds
- Bump python dependency to <3.14
v0.1.6
v0.1.5
✨ Features
- Adds
--ffmpeg-threads,--decoder-threads,--dropout-correct-threadsand--process-vbi-threads(#71)
🐛 Bug Fixes
- Fix NTSC letterboxing
- Fix
--force-anamorphic, it now does something! - Fix AV1 profile not working on some FFmpeg versions
- Fix bug where Ctrl+C would hang
🛠 Other changes
--audio-track-advanceis now hidden, convert your raw audio beforehand and use--audio-trackld-process-efmrelated opts are now hidden- Refuse to run
--reversewithout--no-dropout-correct
v0.1.4
🐛 Bug Fixes
- Fix various profile issues (c03fcf6)
- Fix video profiles for ProRes
- Fix multiple instances of interlaced being flagged incorrectly
- Fix x265 lossless profile flagging
- Set lossless profiles to correct format
- Use correct container for AV1 profiles
- Remove AV1 lossless profile as libaom-av1 is not available in oldest supported FFmpeg (4.4)
📦 Builds
- Add profile output tests (c03fcf6)
v0.1.3
🛠 Improvements
- Change default chroma decoder for PAL/PAL-M to PAL2D (cd7a086)
v0.1.2
🐛 Bug Fixes
- Fix chroma decoder paths when using
--no-dropout-correct(ae468d2)
📦 Builds
- Bumped macOS runner image to 12
v0.1.1
✨ Features
- Add video format and bitdepth options (40b14d2)
- Add hardware accelerated profiles (#27, #58)
- Add
--no-attach-jsonoption to skip embedding TBC json (#62)
🐛 Bug Fixes
--appimagenow accepts an absolute path (f808c3d)- Active line options (
ffll/lfrl/ffrl/lfrl) can now be used individually (7c31778)
📦 Builds
- Swapped to
pytestand added output file tests withpymediainfo(#61)
v0.1.0b12
v0.1.0b11
Note
There are no code changes from the previous release.
📦 Builds
- Fix poetry build issues
- Only publish to PyPI if all builds are successful