I test FFplay while downloading media from streams with FFmpeg. When it's just audio (especially radio stations), in FFplay, rdft of -showmode is shown by default. The other -showmode options are video (black screen) and waves (the white waveforms that are generated by default but can be customized in FFmpeg when using the -showwaves and -showwavespic parameters).
[Attachment 67487 - Click to enlarge]
This is the code I'm currently using to download the audio from a radio.
This is a variant of the same code but using pipe parameter.Code:ffmpeg -i URL -c copy OUTPUT.MKA -f matroska - | ffplay - -showmode waves
Could FFplay visualization be changed while playing audio only? I'm sure it's possible to do something in FFmpeg to pipe it into FFplay but I have no idea how to do it.Code:ffmpeg -i URL -c copy OUTPUT.MKA -f matroska pipe:1| ffplay -i pipe:0 -showmode waves
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
ffmpeg and ffplay show different max audio volumedetect recommendations
By tas3086 in forum AudioReplies: 3Last Post: 27th Jun 2021, 15:50 -
can i customize the video and audio output format in mkvtoolnix
By jraju in forum Video Streaming DownloadingReplies: 22Last Post: 9th Jun 2020, 02:20 -
Separate visualization of Y,U and V fields
By VHS_Hunter in forum RestorationReplies: 9Last Post: 15th Sep 2018, 14:52 -
ffplay: WASAPI can't initialize audio client error
By Budman1 in forum Video ConversionReplies: 4Last Post: 28th Feb 2018, 07:13 -
ffplay preview window
By foldbck123 in forum Newbie / General discussionsReplies: 5Last Post: 7th Dec 2017, 04:22