[linux-dvb] Record from DVB tuner
Gmail
tassbur at gmail.com
Wed Jun 23 18:18:09 CEST 2010
Hi,
I think the best it's using dvbstream with -o parameter with pipes, tee and ts_filter
For example:
dvbstream ........ -o 8192 | tee pids > file | tee
>(ts_filter pids > file) \
> (ts_filter another_pids > file)
I hope this can help you.
On Miércoles, 23 de Junio de 2010 18:02:36 shacky escribió:
> Hi.
>
> I need to record some DVB channels from the command line using a
> supported DVB tuner PCI card on Linux Debian.
> I know I can tune the DVB adapter using dvbtools and record the raw
> input using cat from /dev/dvb/adapter0, but what about recording two
> or more different channels from the same multiplex?
> How I can do this from the command line?
> Could you help me please?
>
> Thank you very much!
> Bye.
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media at vger.kernel.org
> linux-dvb at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
More information about the linux-dvb
mailing list