docs: sync README to reflect video support (#30) and --preview (#28)#31
Merged
Conversation
) README claimed 'Video and other binary files are not supported.' but video support landed today via #30 (closes #18). Also adds the --preview flag from #28 (closes #6) to the Features and Usage sections. Changes: - Features: list video alongside images/audio + new --preview bullet - Supported Formats table: add Video row (15 extensions, ffprobe metadata path identical to audio) - Remove the contradicting 'not supported' line - Update 'Image naming requires...' note to 'Audio and video naming require ffprobe' - Usage: add --preview example
marksverdhei
added a commit
that referenced
this pull request
Jun 27, 2026
Adds (newest first, matching existing style): - #32 stem-less dotfile guard - #30 video file support - #28 --preview / -p flag - #27 is_audio ftyp false-positive fix - #20 audio file support Skipped pure-docs (#15, #16, #17, #31), CI infra (#29), and test-only rebases (#25) — same selection rule the prior entries used.
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.
The README still said "Video and other binary files are not supported." after #30 landed video support today, and didn't mention the new
--previewflag from #28. Sync.Changes
--previewbulletffprobesame as audio)--previewexampleCloses the doc-drift gap from this morning's two feature merges.