Releases: dxing97/subs2cia
Releases · dxing97/subs2cia
subs2cia-0.4.2
Added
- add numpy to requirements.txt (required by pandas, needed for condensing)
Changed
- tweak internal subtitle filtering heuristic: SSA alignment tags will not automatically cause a line to be ignored
subs2cia-0.4.1
subs2cia-0.4.0
Added
- ffmpeg condensed audio and video progress bar (unix-like operating systems only)
- Added quiet mode
-Q
: suppresses all non-warning status outputs -ac
: specify output audio codec option
Changed
- subs2cia now prints status information while running by default
- Long ffmpeg arguments are now saved to temp files on all platforms, not just windows
- Update help text
Fixed
- fix for when outdir doesn't exist
- SRS export: fix for missing arguments error
- SRS export: miscellaneous bug fixes
- fix passing PosixPath path to ffmpeg.probe() instead of a str path #22
- fix incorrect output path being logged
- fix interactive stream selector
-ma
not demuxing selected streams
Removed
- Verbose output
-v
subs2cia-0.3.5
Fixed
- Critical bug related to -RR not being disabled properly
subs2cia-0.3.4
Fixed
- Critical bug from improperly refactored versioning code leading to script crash
subs2cia-0.3.3
Added
- Option to disable outputting condensed subtitles (
no-gen-subtitle
) - Add explicit support for globbed inputs (esp. useful on Windows) #11
Fixed
subs2cia-0.3.2
Fixed
-m
was raising an error due to an improper refactor
subs2cia-0.3.1
Added
- Can now ignore chapters
-Ic
in addition to time ranges (-I
) -ls
now also lists chapter start/end times and titles for use with-Ic
subs2cia-0.3.0
Added
- Export subtitles, audio, screenshots for use in a SRS application (
subs2cia srs
) - Ignore ranges can now be specified relative to end of audio (using
e
prefix) and to start of ignore range
(using+
prefix)- Examples:
- Ignore two minutes minute after 10 minute mark:
-I 10m +2m
- Ignore last minute:
-I e1m +1m
or-I e1m e0m
- Ignore 1m30s after 2 minute mark:
-I 2m +1m30s
- Ignore two minutes minute after 10 minute mark:
- Examples:
- Interactive mode for selecting audio/subtitle/video streams as alternative to current automatic picker system (
-ma
) - Bitrate, mono-channel output controls
Fixed
- Fix infinite loop that occurred when ignore range exactly matched subtitle start/end
- Fix issue where files were not correctly grouped
- Picker now accounts for input file order when choosing streams
subs2cia-0.2.5
Added
- Ignore ranges option for ignoring subtitles that lie in a certain time range for OP/ED removal