You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update VisionSplit.py
Add clip stitcher UI and FFmpeg-based merge support
* Add files via upload
* Revise README for improved instructions and features
Updated README.md to enhance clarity and add new features.
VisionSplit v1.1 expands the app beyond timestamp-based splitting by introducing a new clip stitching workflow, making it easier to combine multiple clips into a single final output.
4
+
5
+
## New Features
6
+
7
+
### Clip Stitcher
8
+
- Added a dedicated **Clip Stitcher** panel to the interface
9
+
- Added support for loading multiple video clips into a stitch list
10
+
- Added clip order management tools:
11
+
- Add clips
12
+
- Remove selected clip
13
+
- Move clip up
14
+
- Move clip down
15
+
- Clear clip list
16
+
- Added **Start Stitch** button for exporting stitched clips into one video
17
+
18
+
## Stitching Support
19
+
- Added FFmpeg-based clip concatenation workflow
20
+
- Supports fast stitching with **stream copy** when clips are already compatible
21
+
- Supports re-encoding when needed for broader compatibility
22
+
- Uses selected output container and encoder settings for final stitched export
23
+
24
+
## Workflow Improvements
25
+
- VisionSplit now supports both major workflows in one app:
26
+
-**Split** a source video using timestamps
27
+
-**Stitch** multiple clips together in a custom order
28
+
- Makes the app more flexible for episode prep, clip organization, and final export assembly
29
+
30
+
## Compatibility Notes
31
+
- Fast stitch mode is ideal when clips share matching video and audio properties
32
+
- Clips with different codecs, frame rates, resolutions, or audio settings may require re-encoding
0 commit comments