Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@maxpiva maxpiva released this 18 Mar 18:19
· 4 commits to main since this release

Updated to .NET 9

Added multi wildcard (*) support for --src --dst, in the case if included will try to match src with destination and process the batch. -s also supports the wildcard to export the appropriate script, if included.

Added src-multi-sync with a number of seconds, this is useful when the --src media contains multiple audio streams, which may not be synced between, will get those few seconds of audio, and try to calculate the sync factor. (audio algorithm)

Added only extract subs, in the case you only want to do sub extractions with re-dimensions (Aegis Sub Subtitles).

Better parsing of Aegis Subs, and better error detection.

Correct errors resyncing opus and flac files. (ffmpeg script).
Added --subtitle-streams to only use specific subtitles (instead of all) as a base for subtitle sync.

Added --minimal-audio-shift (default 15 ms), when the change is less than 15 ms, do not process the audio stream.

individual audio stream delays are taken into consideration when syncing.

Lots of other bug fixes.