Releases: Chaphasilor/video-sync
Releases · Chaphasilor/video-sync
v0.10.1
v0.10.0
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
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
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
Another beta test release. Only minor improvements.
v0.5.0
Beta Release (for testing purposes)