Page 1 of 1

Syntax for dvb-t --> file.ts

Posted: 02 Aug 2009 12:25
by sisyphos
Hi,

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
Works fine. I see and hear the stream.

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}}
Doesn't work.

Some ideas? An Example would be nice.

VLC 0.9.9a (Ubuntu)

Re: Syntax for dvb-t --> file.ts

Posted: 07 Aug 2009 16:18
by lbwtgi

Code: Select all

vlc dvb:// :dvb-adapter=0 :dvb-frequency=506000000 :program=16406 :sout=#duplicate{dst=std{access=file,dst=test.ts}}
Try this command, this work fine in my pc ubuntu 8.10, vlc 0.9.9a :-)

Best regards,
Ben

Re: Syntax for dvb-t --> file.ts

Posted: 15 Sep 2009 16:53
by grozea