[FFmpeg-user] How to dumping a full muxed multiprogram stream.

Andrey Aleksandrovich andrey.aleksandrovich at googlemail.com
Tue Oct 8 20:02:12 CEST 2013


>>>   MPlayer doesn't seem to support udp streams...
No, you are wrong, it does.
However sometimes MPlayer creates files with transmission errors.
I think the ffmpeg command must be like that:
ffmpeg -fflags genpts -i <source> -c:v copy -c:a copy -c:s copy "-map
0:0 -map 0:1 -map 0:2 ... -map 0:N" -f mpegts dump.ts


More information about the ffmpeg-user mailing list