12
2
I would like to generate an audio file with a sine (sinusoid) wave with FFmpeg. I know there is a sine
filter but that's as far as it goes.
I tried:
fmpeg -filter "sine=48:1:5" -c:a pcms16le test
to create 5 seconds of audio at 48kHz in PCM S16LE format, but I got the following error message:
Output file #0 does not contain any stream
and the test
file is empty.
You can also play a sine without creating a file with
– Ciro Santilli 新疆改造中心法轮功六四事件 – 2019-08-22T14:03:33.497ffplay
: https://stackoverflow.com/questions/5109038/linux-sinus-audio-generator/57610684#57610684