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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
12
12
---
13
13
14
-
The **Bulk Clip Generator** simplifies the process of creating multiple clips from a longer video. Instead of manually cutting each segment, this application allows you to define multiple time ranges and generate individual video files for each. This is ideal for content creators, educators, YouTubers, podcasters, or anyone needing to extract specific moments from videos quickly and efficiently to publish separate clips. The ability to add separate intro and outro videos to the beginning and end of each generated clip further enhances your workflow. This free and open-source GUI tool streamlines your video editing workflow, saving time and effort.
14
+
The **Bulk Clip Generator** simplifies the process of creating multiple clips from a longer video. Instead of manually cutting each segment, this application allows you to define multiple time ranges and generate individual video files for each.
15
+
16
+
**This is ideal for content creators, educators, YouTubers, podcasters, or anyone needing to extract specific moments from videos quickly and efficiently to publish separate clips. The ability to add separate intro and outro videos to the beginning and end of each generated clip further enhances your workflow. This free and open-source GUI tool streamlines your video editing workflow, saving time and effort.**
15
17
16
18
<small><i>Bulk Clip Generator is primarily tested and developed on Windows. While the source code is platform-independent, building the application on Linux or macOS may require platform-specific dependencies and procedures.</i></small>
text.insert(tk.END, "A free and open-source GUI application that simplifies creating multiple video clips from a single source.\nDefine time ranges, optionally add intro/outro videos, and generate individual, branded clips.\n\nDeveloped By: Shree\n")
83
-
83
+
text.insert(tk.END, "A free and open-source GUI application that simplifies creating multiple video clips from a single source.\nDefine time ranges, optionally add intro/outro videos, and generate individual, branded clips.\n\nSupport hardware acceleration for faster video export.\n\nDeveloped By: Shree\n")
84
84
85
85
text.config(state=tk.NORMAL)
86
86
link_manager=HyperlinkManager(text)
@@ -90,5 +90,5 @@ def show_about(parent):
90
90
91
91
if__name__=='__main__':
92
92
root=tk.Tk()
93
-
create_menu(root) # Don't pass ui_instance for standalone test
94
-
root.mainloop()
93
+
create_menu(root) # Don't pass ui_instance for standalone test
0 commit comments