Ibrahima G. Coulibaly
9a9ce814fd
```
...
feat: fix Blob type in tools (main)
This commit fixes a type-related issue. The 'Blob'
constructor was used without specifying 'as any' for the
data argument in several tools. This change ensures
correctness and prevents potential type errors.
The following files were modified:
- src/pages/tools/video/change-speed/index.tsx
- src/pages/tools/video/crop-video/service.ts
- src/pages/tools/audio/trim/service.ts
- src/pages/tools/video/merge-video/service.ts
- src/pages/tools/video/rotate/service.ts
- src/pages/tools/image/generic/rotate/service.ts
- src/pages/tools/pdf/merge-pdf/service.ts
- src/pages/tools/pdf/rotate-pdf/service.ts
- src/pages/tools/video/compress/service.ts
- src/pages/tools/video/flip/service.ts
- src/pages/tools/video/trim/index.tsx
- src/pages/tools/video/loop/service.ts
- src/pages/tools/audio/extract-audio/service.ts
- src/pages/tools/pdf/split-pdf/service.ts
- src/pages/tools/audio/change-speed/service.ts
- src/pages/tools/image/generic/resize/service.ts
- src/pages/tools/video/gif/change-speed/index.tsx
- src/pages/tools/audio/merge-audio/service.ts
- src/pages/tools/video/video-to-gif/index.tsx
2025-10-02 22:33:34 +01:00
Ibrahima G. Coulibaly
28f4c64d30
feat: remove temperature conversion from generic-calc
...
This commit removes the temperature conversion tool from the
generic-calc tool. This is because the tool was causing issues.
The following files were modified:
- src/pages/tools/number/generic-calc/data/index.ts
- src/pages/tools/number/generic-calc/data/temperature.ts
- package.json
- .idea/workspace.xml
2025-10-02 22:18:34 +01:00
Ibrahima G. Coulibaly
ee71c0d39c
Merge pull request #230
...
fix (video): Missing loop video icon
2025-10-02 20:51:26 +01:00
Nat Fletcher
37f2fed2d9
added option to concurrently trim video
2025-09-24 00:48:54 -05:00
Chesterkxng
1ff1642052
fix (video): Missing loop video icon
2025-07-26 16:00:46 +02:00
Ibrahima G. Coulibaly
56e0f1696c
chore: translate userTypes
2025-07-22 19:47:09 +01:00
Ibrahima G. Coulibaly
e27b893548
chore: show only necessary tags on a category
2025-07-22 19:09:41 +01:00
AshAnand34
d108fda6b5
Fixing 'Students' not available bug
2025-07-21 22:55:47 -07:00
AshAnand34
9e41071c01
Merge branch 'main' into tools-filtering
2025-07-18 14:45:15 -07:00
Ibrahima G. Coulibaly
ecf62b0059
chore: translate merge videos
2025-07-18 02:42:11 +01:00
Ibrahima G. Coulibaly
fd943ff000
Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/AshAnand34/merge-video-tool
2025-07-18 02:35:35 +01:00
Ibrahima G. Coulibaly
9fa493e27b
fix: merge videos
2025-07-18 02:34:32 +01:00
Ibrahima G. Coulibaly
aed1681b7f
chore: delete unused i18n json files
2025-07-15 14:23:44 +01:00
Ibrahima G. Coulibaly
3b5f852287
fix: translation related behaviors
2025-07-14 18:04:30 +01:00
Ibrahima G. Coulibaly
ee32138b75
fix: tsc
2025-07-13 16:59:57 +01:00
Ibrahima G. Coulibaly
0ed18c7231
fix: i18n tsc
2025-07-13 14:09:04 +01:00
Ibrahima G. Coulibaly
2bcd88cfd1
fix: i18n tsc
2025-07-13 13:01:02 +01:00
Ibrahima G. Coulibaly
21c4f44d4e
fix: misc
2025-07-13 11:25:05 +01:00
AshAnand34
c281eadd73
feat: add Hindi translations for various tools and components
2025-07-12 23:15:17 -07:00
AshAnand34
f22bb8bd57
feat: add internationalization support
2025-07-12 23:02:35 -07:00
AshAnand34
4a7e6299d9
Added user type filters and applied them to all tools
2025-07-12 11:02:15 -07:00
AshAnand34
f730c0548e
Renaming service function to mergeVideos
2025-07-11 15:15:39 -07:00
AshAnand34
49b0ecb318
Fix rendering issue with ToolMultipleVideoInput as well as merge functionality.
2025-07-11 15:13:40 -07:00
Ibrahima G. Coulibaly
f64e91472f
chore: change icon
2025-07-08 22:17:51 +01:00
AshAnand34
2c7fc0b2d0
Added icon for video merging
2025-07-07 23:04:20 -07:00
AshAnand34
de19febda7
feat: add video merging tool with multiple video input component
2025-07-07 22:44:26 -07:00
Ibrahima G. Coulibaly
b8c6e9fdd1
fix: tsc
2025-07-07 02:02:27 +01:00
C043
a1cfccdbba
Removed the properties from the type file too
2025-06-09 16:58:43 +02:00
C043
9b4d739f19
Removed unused configuration properties
2025-06-09 16:57:47 +02:00
C043
899797cd48
Removed linting comments
2025-06-09 16:55:59 +02:00
C043
3633420229
Adds ultra quality option
2025-06-09 16:54:48 +02:00
C043
22cd6def76
Adds main logic
2025-06-09 16:44:47 +02:00
C043
c629c7b07c
Adds quality options to video to gif tool
2025-06-09 16:00:54 +02:00
C043
377dbc3685
Initial commit for new tool video to gif
2025-06-09 15:25:14 +02:00
Ibrahima G. Coulibaly
3e149cdc56
chore: change default dimensions
2025-05-26 19:41:27 +01:00
Vladimir Kirill Bickov
f0ea1c1b80
Merge branch 'main' into crop-video
2025-05-25 05:17:57 -07:00
nevolodia
2f104f5a1b
Check for valid coordinates added, bugs fixed.
2025-05-25 14:14:01 +02:00
nevolodia
13a566566f
Crop video added to video tools page.
2025-05-25 13:39:38 +02:00
nevolodia
fd28651c78
Crop video main page added.
2025-05-25 13:39:21 +02:00
nevolodia
8d2e0ab8fd
Crop video meta added.
2025-05-25 13:38:43 +02:00
nevolodia
37c8b30a11
Crop video logic added.
2025-05-25 13:38:23 +02:00
Ibrahima G. Coulibaly
863f00e913
chore: remove unnecessary prop
2025-05-23 20:20:51 +01:00
Ibrahima G. Coulibaly
9593ee516b
fix: misc
2025-05-23 20:18:04 +01:00
Mario Fragnito
9d89f8c0b9
Refactored code for readability
2025-05-23 15:35:28 +02:00
C043
2d55cab940
Removed boilerplate test file
2025-05-23 12:41:32 +02:00
C043
9ac36711a7
Moved setLoading call inside the processVideo fucntion
2025-05-23 12:31:41 +02:00
Mario Fragnito
338bd8d937
Adds ffmpeg logic
2025-05-23 09:55:33 +02:00
C043
e064689e35
WIP
...
- Setted the tool structure and integration with the project
2025-05-22 23:34:17 +02:00
C043
9a0ca5c611
[Video Change-speed tool] Initial commit
2025-05-22 22:48:29 +02:00
nevolodia
6af2957314
Video flip tool added to main page.
2025-05-22 16:59:00 +02:00