Transform ffmpeg.wasm to Audio-only

Job ID: 38782930

Budget: £750 – £1,500 GBP

I need a developer to modify the ffmpeg.wasm library to audio only version but still works the same.

https://github.com/ffmpegwasm/ffmpeg.wasm to an audio-only version.

It should load the custom (audio only )JS and Wasm and then work for the following command -

await ffmpeg.exec([
'-i', 'input.wav',
'-t', '300',
'-c:a', 'libvorbis',
'-b:a', '64k',
'-f', 'segment',
'-segment_time',
'10',
`output%03d.ogg`, // Output files will be named output000.ogg, output001.ogg, etc.
]);


This involves changing the functionalities of the library to support only audio encoding, specifically to OGG and Opus formats.

Ideal Skills:
- Proficiency in WebAssembly
- Expertise in audio processing and encoding
- Familiarity with ffmpeg.wasm
- Knowledge of OGG and Opus formats
- Experience with modifying open-source libraries

Requirements:
- Modify ffmpeg.wasm to support only audio encoding
- Ensure compatibility with OGG and Opus formats
- Deliver a fully functional audio-only .wasm file