Signed-off-by: Michael Niedermayer <mich...@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 +@example +ffplay -sdr_freq 88M -f sdr a -video_size 1600x600 +@end example + +Example: Record all radio stations between about 101Mhz and 107Mhz +@example +ffmpeg -sdr_freq 104M -sdr_sr 7M -mode all_mode -f sdr -i a -map 0 -y fm.nut +@end example + @end table @section tedcaptions -- 2.31.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".