Open
Conversation
Change output from advancement needed to offset of in1 in1 should contain the track that is offset in2 should contain the reference track Positive offset means in1 lags in2 Negative offset means in1 leads in2 New text result: The first input is offset %s' seconds. The CSV output in quite mode will always list in1,+/-offset Minor description updates Hide ffmpeg banner regardless of loglevel Change ffmpeg loglevel from 16 (error) to 8 (fatal) for qiuet mode Move 'take' option from ffmpeg filters to -t option Select first audio or video track to avoid error when multiple tracks exist Specify pixel format and color range for mjpeg encoding to fix deprecation warning Update corrabs function Rename function to estimate_offset Move after cli_parser Add description Calculate and return sample offset to simplify result processing Remove unecessary return values Update cli help in1 new description: 'Offset media file.' in2 new description: 'Reference media file.'
README updates reflect updates to syncstart.py Add more installation instructions
Fix formatting of new instructions
Update program description
rpuntaie
added a commit
that referenced
this pull request
Mar 1, 2026
Owner
|
Semantic versioning interface removal.addition.fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change output from advancement needed to offset of in1
Minor description updates
Hide ffmpeg banner regardless of loglevel
Change ffmpeg loglevel from 16 (error) to 8 (fatal) for qiuet mode
Move 'take' option from ffmpeg filters to -t option
Select first audio or video track to avoid error when multiple tracks exist
Specify pixel format and color range for mjpeg encoding to fix deprecation warning
Update corrabs function
Update cli help
README updates