Hello,
I apologize in advance for any innacuracies (My knowledge about multimedia/encoding/... is limited).
I have a mpeg-2 Ts stream i want to record with VLC. However, the stream has been "byte stuffed" (to achieve CBR i guess). what i want to do is record only the audio and video part of the stream (i have both PID's) to get rid of the "trash". Is this possible with VLC?
I'm trying the following command-line string (isn't working):
C:\Users\Administrator>"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --intf=dummy --dummy-quiet --play-and-exit --run-time=60 udp://@xxx.yyy.zzz:www --sout-ts-pid-video=7482 --sout-ts-pid-audio=7483 :demux=dump :demuxdump-file=testing2.ts
What am i doing wrong? is this even possible with VLC?