[FFmpeg-user] Receive network stream and drop without decoding
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Jun 15 23:58:30 EEST 2020
Am Mo., 15. Juni 2020 um 22:36 Uhr schrieb Andrius Narbutas
<abialyna at gmail.com>:
> Is there any way to tell ffmpeg to receive stream (network traffic) and
> discard it immediately, without decoding?
One example is:
$ ffmpeg -i input -map 0:a:0 -c copy -f null -
Other possibilities like -map 0:0 exist.
Carl Eugen
More information about the ffmpeg-user
mailing list