Does anyone know the command line syntax to record a Dvb-T stream to a MPEG-TS-file (inlcuding video and audio)?
Code: Select all
vlc dvb:// :dvb-adapter=0 :dvb-frequency=506000000 --program 16406
Reading some wiki articles I tryed this (and many others):
Code: Select all
vlc dvb:// :dvb-adapter=0 :dvb-frequency=506000000 --program 16406 --sout=#transcode{dst=std{access=file,mux=ts,dst=/data/test02.mpg}}
Some ideas? An Example would be nice.
VLC 0.9.9a (Ubuntu)