- script.js: replace unsafe CSS selector interpolation from URL params
with dataset comparison via Array.from().find() to avoid DOMException
on values containing quotes, brackets or other special characters
- ffmpeg.ts: add explicit -c:a pcm_s16le to wav-3cx preset so the PCM
codec is always set regardless of FFMPEG_OUTPUT_ARGS
Signed-off-by: Radhakrishnan Pachyappan <gingeekrishna@gmail.com>