Releases: JuniorIsAJitterbug/tbc-video-export
Releases · JuniorIsAJitterbug/tbc-video-export
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
v0.1.0b10
Important
Builds for release failed and are found in v0.1.0b11.
🛠 Improvements
- Various
--help
and error cleanups - Change
--vbi
to add the VBI segment to the video file, the previous behaviour has been renamed to--full-vertical
✨ Features
- 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 - 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