[FFmpeg-devel] [PATCH 15/18] doc: add sdr examples

Michael Niedermayer michael at niedermayer.cc
Sun Jul 9 00:25:27 EEST 2023


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 doc/demuxers.texi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 86f031b9ed..75ec55170a 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -1003,6 +1003,16 @@ No emphasis used
 
 @end table
 
+Example: Use ffplay to listen to radio, arrow keys allow switching stations
+ at example
+ffplay -sdr_freq 88M -f sdr a -video_size 1600x600
+ at end example
+
+Example: Record all radio stations between about 101Mhz and 107Mhz
+ at example
+ffmpeg -sdr_freq 104M -sdr_sr 7M -mode all_mode -f sdr -i a -map 0 -y fm.nut
+ at end example
+
 @end table
 
 @section tedcaptions
-- 
2.31.1



More information about the ffmpeg-devel mailing list