Reputation: 2219
Currentl, I have a PCM stream, and want to record a segment of the stream to an avi file, which can be played using an avi-supportted media player.
I am wondering:
Thanks
Upvotes: 1
Views: 428
Reputation: 6686
you can use ffmpeg for this porpose.
For example : ffmpeg -i in_file -f s16le -acodec pcm_s16le out.avi