Marcus Schiesser
6236d2a13d
fix: handle export and camera access edge cases
2026-03-19 20:03:55 +08:00
Marcus Schiesser
83a60926d8
fix: center stacked screen and webcam layout
2026-03-19 17:51:51 +08:00
Marcus Schiesser
579887e2f8
fix: improve camera permission handling
2026-03-19 16:49:46 +08:00
Marcus Schiesser
a0682e6716
feat: add selectable webcam layout presets
2026-03-19 13:05:42 +08:00
Sid
45636410fe
Merge pull request #234 from siddharthvaddem/codex/issue-231
...
fix 231
2026-03-17 20:35:50 -07:00
Siddharth
69f1b4d20f
fix 231
2026-03-17 20:25:34 -07:00
Siddharth
7e65d52847
fix
2026-03-17 20:07:15 -07:00
Siddharth
de18a2f46f
fix: avoid false early decode failures
2026-03-17 19:30:47 -07:00
Siddharth
b33ec5e2d7
fix: restore webcam sessions and stop export deadlocks
2026-03-17 18:50:05 -07:00
Marcus Schiesser
3d2d0a4dbc
fix: always release exporter video frames
2026-03-17 20:35:21 +08:00
Marcus Schiesser
1591f7dfcb
fix: restore passing checks for webcam overlay changes
2026-03-17 20:29:13 +08:00
Marcus Schiesser
776ed954f2
fix: always tear down webcam export queues
2026-03-17 20:03:14 +08:00
Marcus Schiesser
2fb5b3b574
Add webcam recording overlay support
2026-03-17 19:09:34 +08:00
Sid
fc8a4db8f1
Merge pull request #222 from EtienneLescot/fix/export-local-file-loading
...
fix: read local export sources through electron IPC
2026-03-16 20:56:15 -07:00
Etienne Lescot
ea68300634
fix: read local export sources via electron ipc
2026-03-16 13:01:32 +01:00
Etienne Lescot
dd84edaf41
feat: replace motion blur toggle with intensity slider
...
Motion blur was a boolean switch (on/off). This changes it to a slider
from 0 (off) to 1 (full intensity), with 0.35 as the recommended sweet
spot per feedback on PR #207 .
- EditorState/ProjectEditorState: motionBlurEnabled:bool → motionBlurAmount:number
- SettingsPanel: Switch → Slider (0–1, step 0.01); shows 'off' or value
- VideoPlayback/zoomTransform: scale blur by amount instead of boolean gate
- FrameRenderer/VideoExporter/GifExporter: propagate numeric amount
- projectPersistence: backward-compat loader (old true → 0.35, false → 0)
2026-03-16 12:22:16 +01:00
Etienne Lescot
7a8d0f449a
feat: narrow PR to zoom transitions and motion blur
2026-03-15 10:29:23 +01:00
Siddharth
5f6576768c
normalize paths on all OS
2026-03-14 12:43:12 -07:00
Siddharth
16dea49fa8
fix audio desync and speed issue
2026-03-14 11:58:43 -07:00
Etienne Lescot
b5cc7777d7
Fix export finalization stalls on Windows
2026-03-14 11:57:59 +01:00
Sid
144e34318e
Merge pull request #204 from marcgabe15/feature/increase-worker-count
...
feat(gif-worker): increase amount of web workers based on hardwarecon…
2026-03-13 19:18:58 -07:00
Marc Diaz
63fd87612e
feat(gif-worker): increase amount of web workers based on hardwareconcurrecy
2026-03-13 17:32:20 -04:00
FabLrc
4b79909116
fix: stabilize lint/typecheck and shortcut typing
2026-03-13 11:24:54 +01:00
FabLrc
0a6895e89f
Merge origin/main into feature/undo-redo
2026-03-13 10:55:40 +01:00
Siddharth
4f68df1db8
fix exporter
2026-03-12 21:16:20 -07:00
Siddharth
124f2da992
fix unused
2026-03-07 18:17:29 -08:00
Siddharth
885d66c4a4
biome linting refactor
2026-03-07 17:59:41 -08:00
Siddharth
64bc261c20
audio recording and settings
2026-03-07 15:56:11 -08:00
FabLrc
6d44dafd96
fix: Fixing speed undoable and add undo/redo to the list of shortucts configuration
2026-03-02 16:26:42 +01:00
FabLrc
0e082fff9c
fix: Add configurable shortcut for speed adjustment in TimelineEditor
2026-03-01 23:08:05 +01:00
Sid
31bc733415
Merge branch 'main' into feature/speed-option
2026-03-01 09:45:19 -08:00
Fabien Laurence
57fdad0646
Merge branch 'main' into feature/shortcuts-configuration
2026-03-01 12:31:56 +01:00
Siddharth
4ab8f3d1f1
export zoom focus clamping
2026-02-28 12:36:50 -08:00
FabLrc
d76f38fb35
feat: enhance shortcuts configuration with conflict detection and fixed shortcuts
2026-02-28 11:11:12 +01:00
Brodypen
cf8d211eb2
feat: add the speed to exporter lol
2026-02-28 02:16:03 -06:00
Siddharth
4b3afcf535
annotation bounding and canvas wrapping
2026-02-27 23:44:02 -08:00
Sid
5f20820735
Merge pull request #173 from FabLrc/feature/enhancing-export
...
fix: improve encoder queue management and adjust latency mode for beter troughput
2026-02-27 23:26:05 -08:00
Brodypen
397a943426
feat: speed thing
2026-02-28 01:20:04 -06:00
Siddharth
5573c9f427
rm testing files
2026-02-27 21:04:31 -08:00
FabLrc
92d2a41296
fix: improve encoder queue management and adjust latency mode for better throughput
2026-02-27 00:24:27 +01:00
FabLrc
9bc2c78b4d
feat: implement keyboard shortcuts management and configuration
2026-02-26 15:41:32 +01:00
Siddharth
cdff1a9b5d
fix path
2026-02-13 21:06:49 -08:00
Siddharth
fac4af40c7
demuxer and CFR conversion
2026-02-13 20:46:12 -08:00
Siddharth
05f4e74de6
google fonts
2026-02-06 21:58:07 -08:00
Siddharth
a89198ccdc
anti aliasing on
2026-02-06 21:28:42 -08:00
Idris Gadi
f2c6d8ff0f
fix: set motion blur to disabled by default
2026-01-27 11:10:12 +05:30
Siddharth
6d2e1edb5b
fix build errors
2026-01-20 20:05:14 -08:00
Nikhil Solanki
23ede0fcfa
Update GIF export options to remove 10 FPS and small size
...
Removed 10 FPS from valid GIF frame rates and the 'small' size preset from GIF export options. Updated UI grid layouts and tests to reflect these changes for consistency.
2026-01-11 21:50:42 +05:30
Nikhil Solanki
085ebad38f
Add custom hidden scrollbar styles and clean up code
...
Introduced CSS classes to hide scrollbars while maintaining scrollability across browsers. Also removed unnecessary blank lines in frameRenderer.ts for code cleanliness.
2025-12-25 16:12:34 +05:30
Nikhil Solanki
6e6ecba172
Add GIF export feature to video editor
...
Implements GIF export alongside MP4, including new export types, a GIF exporter module, UI components for format selection and GIF options, and integration into the export dialog and video editor. Adds property-based and unit tests for GIF export correctness, updates dependencies to include gif.js and related types, and refines Electron save dialog to support GIF files.
2025-12-25 01:50:02 +05:30