Skip to content

Releases: Chaphasilor/video-sync

v0.10.1

22 Apr 16:39
90cb048
Compare
Choose a tag to compare

This beta release fixes an issue with the --noOffsetValidation flag introduced in v0.10.0.

v0.10.0

02 Mar 19:28
848b18f
Compare
Choose a tag to compare

This beta release includes a new --noOffsetValidation flag.
It will skip the offset validation, especially useful in conjunction with -e and -f in order to skip right to muxing

v0.9.0

23 Feb 18:05
206726a
Compare
Choose a tag to compare

This beta release includes minor fixes and improvements.

  • Less temporary files should be created during offset checking
  • Video files, where stream/track 0 isn't the video stream, are now handled properly
  • Added two new flags for fine-tuning the matching-scene algorithm: --searchIncrements and --sceneSearchDuration
  • Removed the -w, --searchWidth flag (now uses doubled value from -m, --maxOffset instead)

v0.8.0

27 Jul 17:26
Compare
Choose a tag to compare

This beta release adds an improved algorithm for video synchronization that is (hopefully) more robust than the old algorithm.
The old algorithm can still be used through the -g simple flag.
For more information, take a look at pull request #3.

Aside from that, many other areas should've been improved and are now more reliable and user friendly.

v0.7.0

25 May 19:42
Compare
Choose a tag to compare

Another beta test release. Only minor improvements.

v0.5.0

24 May 18:35
Compare
Choose a tag to compare

Beta Release (for testing purposes)