Le Samedi 01 Octobre 2005 01:57, Miernik a ?crit?: > Jon Burgess <jburgess@xxxxxxxxxxx> 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