Releases: skeskinen/smartcut
Releases · skeskinen/smartcut
v1.7
v1.6
v1.5
v1.4
Support converting from .ts to .mp4/.mkv.
Add support for .mkv attachments. They are copied to output when cutting a file with attachments.
Various small fixes to cutting correctness and corner cases.
Added --flaky to test suite to catch even more corner cases.
All tests pass with 10 different random seeds.
Update to PyAV 16.
v1.3.3
v1.3.2
v1.3.1
v1.3.0
1.3
Update to PyAV 15.0
Fixed some critical issues in h264 and h265 smartcutting
A lot more tests with real world videos
Improve command line time parameter handling
Preserve disposition data when cutting (forced subtitles, etc.) #14
Also available through Pypi at https://pypi.org/project/smartcut/
The zip has preunpacked files for faster startup. For linux, you can install through pypi for faster startup. The binary here needs to be unpacked at the start of each launch.
MacOs Should work through pypi.
WARNING: There was a memory leak issue with h265 in this release. Please don't use
v1.2.0
#11
Allow frame number input instead of time input by snelg
Starting from this version the Windows binaries are unsigned. This means that you'll probably get a security warning about running unsigned code. If this bothers you, you can either use older versions or run the software from source code.