I have a question, I am trying to record audio from a radio by streaming to the FLAC format with the following characteristics:
Channel: Mono
Sample rate: 16000
Bite rate: 320 or 128
I have the following expression that I am using, is it the correct one?
Code: Select all
"--sout=#transcode{acodec=flac,ab=320,channels=1,samplerate=16000}:std{access=file,mux=flac,dst='example.flac'}