NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: writing to CD-RW




Am 04.05.25 um 08:27 schrieb Andrew Randrianasulu <randrianasulu%gmail.com@localhost>:
> >>>> Is there a best way to convert *.mp3 to  *.wav ??

for CD-audio should work:

ffmpeg -i input.wav -sample_fmt s16 -ar 44100 output.wav


or


ffmpeg -i input.wav -af "aformat=sample_fmts=s16:sample_rates=44100" output.wav


hth


niels.

Niels Dettenbach
https://www.syndicat.com
https://www.syndicat.com/pub_key.asc


Home | Main Index | Thread Index | Old Index