Skip to content

Releases: dxing97/subs2cia

subs2cia-0.4.2

14 Feb 16:30
Compare
Choose a tag to compare

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

18 Mar 21:13
Compare
Choose a tag to compare

Fixed

  • fix passing PosixPath path to ffmpeg_demux(), ssadata.save() instead of a str path #22 #24

subs2cia-0.4.0

11 Jan 19:30
Compare
Choose a tag to compare

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

24 Apr 17:10
Compare
Choose a tag to compare

Fixed

  • Critical bug related to -RR not being disabled properly

subs2cia-0.3.4

24 Apr 16:46
Compare
Choose a tag to compare
subs2cia-0.3.4 Pre-release
Pre-release

Fixed

  • Critical bug from improperly refactored versioning code leading to script crash

subs2cia-0.3.3

23 Apr 04:01
Compare
Choose a tag to compare
subs2cia-0.3.3 Pre-release
Pre-release

Added

  • Option to disable outputting condensed subtitles (no-gen-subtitle)
  • Add explicit support for globbed inputs (esp. useful on Windows) #11

Fixed

  • Added fix for #1 to ffmpeg_condense_video
  • Change required python version in setup.py to 3.6 (see #15)
  • Fix for VTT subtitles and workaround for subtitle format detection edge case (#12)

subs2cia-0.3.2

20 Nov 00:53
Compare
Choose a tag to compare

Fixed

  • -m was raising an error due to an improper refactor

subs2cia-0.3.1

12 Nov 03:11
Compare
Choose a tag to compare

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

04 Nov 03:54
Compare
Choose a tag to compare

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
  • 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

22 Sep 22:28
Compare
Choose a tag to compare

Added

  • Ignore ranges option for ignoring subtitles that lie in a certain time range for OP/ED removal