[linux-dvb] Re: DVB-T card for PCI-X +
Digital-RADIO-Linux-Questions
Christophe Thommeret
hftom at free.fr
Sat Oct 1 02:14:50 CEST 2005
Le Samedi 01 Octobre 2005 01:57, Miernik a écrit :
> Jon Burgess <jburgess at uklinux.net> wrote:
> > 41 * 1024 * 1024 * 8 / (30 * 60) = 190kBit/s which seems about right to
> > me for audio only. It is very similar to this radio recording which I
> > created from a DVB stream:
>
> Hmm, maybe.
Surely.
> How can I find out with which bitrate it was transmitted?
Your player should be able to say that.
(ex: in Kaffeine, right click on the player window and choose "Track infos".)
> > # file radio.mp2
> > radio.mp2: MPEG ADTS, layer II, v1, 192 kBits, 48 kHz, Stereo
>
> For me it is like this:
>
> # file sat-record.mpg
> sat-record.mpg: data
>
> How did you record / create your file?
> What commands to use?
You can simply : cat /dev/dvb/adapterX/dvrX > file.ts
that can be played by most players.
Or convert it to mpeg elementary stream :
cat /dev/dvb/adapterX/dvrX | ts2es > file.mp2
Or use an application that provides easy recording (e.g. Kaffeine)
--
Christophe Thommeret
More information about the linux-dvb
mailing list