convertor/public
Radhakrishnan Pachyappan 17a683186d feat(ffmpeg): add wav-3cx telephony preset and URL-param format pre-selection
WAV preset for 3CX / telephony systems
---------------------------------------
Adds `wav-3cx` as a new FFmpeg output target that produces a WAV file
with the parameters required by 3CX and similar telephony platforms:
  - Channel: mono   (-ac 1)
  - Sample rate: 8 kHz  (-ar 8000)
  - Bit depth: 16-bit PCM  (-sample_fmt s16)

The target appears in the UI alongside the regular `wav` option under the
ffmpeg converter group.  `normalizeOutputFiletype` maps `wav-3cx` → `wav`
so the downloaded file has the correct `.wav` extension.

URL query-param pre-selection
------------------------------
Adds support for `?to=<format>&converter=<name>` query parameters on the
root page.  When a user lands on the page with these params set, the
format selector is automatically pre-populated as soon as conversion
options finish loading (after the first file is selected).

Example:
  http://localhost:3000/?to=wav-3cx&converter=ffmpeg

Closes #559

Signed-off-by: Radhakrishnan Pachyappan <gingeekrishna@gmail.com>
2026-06-22 00:08:08 +05:30
..
android-chrome-192x192.png fix: update favicon 2025-06-26 00:38:59 +02:00
android-chrome-512x512.png fix: update favicon 2025-06-26 00:38:59 +02:00
apple-touch-icon.png fix: update favicon 2025-06-26 00:38:59 +02:00
favicon-16x16.png fix: update favicon 2025-06-26 00:38:59 +02:00
favicon-32x32.png fix: update favicon 2025-06-26 00:38:59 +02:00
favicon.ico fix: update favicon 2025-06-26 00:38:59 +02:00
favicon.svg fix: update favicon 2025-06-26 00:38:59 +02:00
results.js feature: add download all file by file alongside the tar download (#415) 2025-10-07 21:27:31 +02:00
robots.txt chore: add devcontainer 2025-10-05 13:57:54 +00:00
script.js feat(ffmpeg): add wav-3cx telephony preset and URL-param format pre-selection 2026-06-22 00:08:08 +05:30
site.webmanifest chore: fix lint 2025-10-05 14:19:13 +00:00