Message ID | 20230708212530.109692-15-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,01/18] avradio/sdrdemux: Fix uninitialized access | expand |
Context | Check | Description |
---|---|---|
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
andriy/configure_x86 | warning | Failed to apply patch |
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
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- doc/demuxers.texi | 10 ++++++++++ 1 file changed, 10 insertions(+)