Am Mo., 15. Juni 2020 um 22:36 Uhr schrieb Andrius Narbutas
<abial...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to