Releases: JuniorIsAJitterbug/tbc-video-export
Releases · JuniorIsAJitterbug/tbc-video-export
v0.1.8
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-threads
and--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-advance
is now hidden, convert your raw audio beforehand and use--audio-track
ld-process-efm
related opts are now hidden- Refuse to run
--reverse
without--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
v0.1.2
v0.1.1
✨ 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 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