trim integration export

This commit is contained in:
Siddharth
2025-11-27 22:24:17 -07:00
parent 3998af5398
commit 1241de6e1a
5 changed files with 51 additions and 10 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export function LaunchWindow() {
className={`gap-1 text-white bg-transparent hover:bg-transparent px-0 flex-1 text-right text-xs ${styles.electronNoDrag} ${styles.folderButton}`}
>
<FaFolderMinus size={14} className="text-white" />
<span className={styles.folderText}>Load</span>
<span className={styles.folderText}>Open</span>
</Button>
{/* Separator before hide/close buttons */}
+2 -1
View File
@@ -281,6 +281,7 @@ export default function VideoEditor() {
codec: 'avc1.640033',
wallpaper,
zoomRegions,
trimRegions,
showShadow: shadowIntensity > 0,
shadowIntensity,
showBlur,
@@ -325,7 +326,7 @@ export default function VideoEditor() {
setIsExporting(false);
exporterRef.current = null;
}
}, [videoPath, wallpaper, zoomRegions, shadowIntensity, showBlur, cropRegion, isPlaying]);
}, [videoPath, wallpaper, zoomRegions, trimRegions, shadowIntensity, showBlur, cropRegion, isPlaying]);
const handleCancelExport = useCallback(() => {
if (exporterRef.current) {