Am Mo., 15. Juni 2020 um 22:36 Uhr schrieb Andrius Narbutas
<[email protected]>:

> 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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to