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
| #!/usr/bin/env python3 | |
| """ | |
| CutFlow v3.0 — PyQt6 Video Editor | |
| Requirements: pip install PyQt6 | |
| Features: | |
| • Real video playback via QMediaPlayer + QVideoWidget | |
| • Real audio playback (music/SFX tracks) with volume control | |
| • Working import: drag files into Media Bin or use Import button | |
| • Working split clip at playhead |