Commit Graph

48 Commits

Author SHA1 Message Date
Maya c0410ae9bb
fix: UI not defaulting to browser's language
fixes #123

i apparently broke this lol, oops
2025-10-15 19:57:14 +03:00
nullptr 92fa929d2a
feat: keep videos for debugging (#130)
* feat: keep videos for debugging

* fix: remove unnecessary $inspect
2025-10-14 18:08:33 +01:00
Maya 056baee469
feat: job cancellation for vertd 2025-09-16 18:16:20 +03:00
Maya 55edaad4b4
feat: better worker cancellation & types
conversions should now *actually* stop and terminate when removed, instead of continuing to run in the background until finished.
most notably, magick has been reworked to run a new worker for each conversion to follow ffmpeg and pandoc (& to allow individual cancellations)

also fix uh, a lot of stuff relating to messages not following WorkerMessage type & types in general.

i'm braindead right now but everything still works somehow, vertd is next. this took forever.
2025-09-13 20:23:25 +03:00
Maya 9467e58d3b
fix: alac support
& remove caf to conversion
2025-09-13 14:54:19 +03:00
Maya 8e68f023d4
feat: metadata setting
need to update vertd next

optimizes metadata code too (oops)
2025-09-07 06:20:30 +03:00
Maya 5b0d0e2cc8 feat: more verbose worker status 2025-09-05 23:02:17 +08:00
Maya b0cc5b6d8a fix: null quality option
oopsies, also actually shows custom sample rate in console
2025-09-02 22:01:23 +08:00
Maya fa1411b1e3 fix: hide number spinner, placeholders 2025-09-02 21:18:56 +08:00
Maya 858703c0fc feat: better ffmpeg error handling 2025-09-02 18:59:06 +08:00
Maya 0be741e5f6 feat: conversion sample rate 2025-09-02 17:53:31 +08:00
Maya 76ff9cc704 feat: conversion quality
fixes #56
2025-09-02 16:53:33 +08:00
Maya e8cdb18dd5 feat: conversion quality ui 2025-09-02 14:16:40 +08:00
Maya 810215ff8b
feat: better audio bitrate handling
detect bitrate of audio and uses it, falls back to ffmpeg's default bitrate on error, and defaults bitrate to 320kbps for converting from lossless codecs to lossy
2025-09-01 13:32:15 +03:00
Maya dd0dd48305
feat: new audio 2025-07-30 11:00:03 +03:00
Maya 8911cdab8d
feat: raw camera formats, swf 2025-07-30 10:42:23 +03:00
Maya b3778d3b83
fix: minor ui & audio/video changes 2025-07-29 12:31:47 +03:00
Maya 77914de25d
feat: audio to video for new formats 2025-07-28 21:18:22 +03:00
Maya 09308040b0
feat: new audio formats, language update 2025-07-28 16:45:24 +03:00
Maya bc055e6b98
fix: card, tooltip, and scrollbar fixes 2025-07-26 23:58:30 +03:00
Maya 8c182457fe
feat: maybe more reliable video<->audio & clean up file 2025-07-26 22:32:15 +03:00
Maya d543433007
Merge branch 'merged-video-audio-and-dropdowns' into feat/merge-big-stuff 2025-07-26 21:08:36 +03:00
Maya fa310d506b
feat: finish up translations 2025-07-25 21:03:20 +03:00
Maya f3ddd97827
feat: oga/opus support
fixes #105
2025-07-25 15:49:42 +03:00
JovannMC d20e99dee2
chore: update @ffmpeg/core to 0.12.10 2025-07-25 13:30:54 +03:00
JovannMC 59e79521f2
feat: .aif support
same as .aiff
2025-06-05 13:42:17 +03:00
JovannMC 8152f70945
chore: update @ffmpeg/core to 0.12.10 2025-06-02 18:40:05 +03:00
JovannMC e4321187fc
fix: some audio -> video "incompatible"
hardcoded moment
2025-06-02 18:29:45 +03:00
JovannMC 5da55a56a1
Merge branch 'nullptr/experimental-audio-to-video' 2025-05-28 19:15:04 +03:00
JovannMC 4d9a11f262
fix: update supported audio formats
.alacs don't exist in the wild, you'd only find them as .m4a
amr can only be converted from, not to (need to build ffmpeg with the encoder)
2025-05-28 19:05:14 +03:00
JovannMC 21d9358a17
fix: catch no audio streams 2025-05-28 18:31:09 +03:00
JovannMC 6f2eefd39f
fix: remove "to" alac conversion
doesn't work w/ ffmpeg wasm
2025-04-29 17:54:38 +03:00
not-nullptr cf4d56f4d6 fix: pix fmt 2025-04-15 17:09:35 +01:00
not-nullptr 2191c95500 feat: experimental audio to video 2025-04-14 23:24:12 +01:00
not-nullptr b89e55c997 feat: conversion resolver improvements 2025-04-14 20:06:57 +01:00
not-nullptr 316cd8d8a0 fix: remove all plausible tracking 2025-03-20 18:11:13 +00:00
not-nullptr c00dac9207 feat: new* conversion resolver, vertd gif support 2025-03-19 16:35:29 +00:00
JovannMC 85df644e96
fix: m4a listed twice 2025-02-24 12:48:01 +03:00
JovannMC 4c65aee867
feat: add converter status to category cards 2025-02-18 20:56:30 +03:00
JovannMC 14517acdfd
feat: add file convert stats
i think this is right? counts how many files converted (and the type)
2025-02-17 22:28:49 +03:00
JovannMC f276dcd7a1
add toasts to ui 2025-02-08 22:08:33 +03:00
nullptr 531949606a
feat: conversion page redesign (#21)
* feat: conversion page redesign

* fix: loading bars reversed

* fix: dark mode flicker and non-functionality in general (#22)

* feat: add delete button, improve loading bar contrast

* feat: remove mobile optimizations

* feat: add way to tell if a converter reports progress

* More shrexy progress bar when progress isn't indicated

* Make progress existance check better

* fix: progress bar

* more UI tweaks

* feat: nicer loading bars

* feat: audio metadata

* feat: asynchronous album covers

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-14 20:02:06 +00:00
nullptr 3f0595ccb2
feat: refactor ifile (#19)
* chore: refactor IFile to VertFile

* fix: remove debug red progress thing
2024-11-14 11:32:15 +00:00
nullptr b495d874b6
feat: optimize ffmpeg via running in parallel (#17) 2024-11-14 10:10:44 +00:00
nullptr 4adb00b1fa
feat: new logger (#16)
* feat: new logger

* feat: use logging more often
2024-11-14 10:08:05 +00:00
nullptr 576202eea7
fix: audio uploading not working (#15) 2024-11-14 09:16:01 +00:00
not-nullptr 3568ecf29b fix: alac doesnt include dot in supported format 2024-11-13 16:43:16 +00:00
nullptr 00a855e590
feat: ffmpeg support (+ many bugfixes and refactors) (#5)
* Separate menu into custom component

* feat: audio conversion support via ffmpeg

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 16:30:13 +00:00