[linux-dvb] Re: HDTV Euro1080

2003-09-08 Thread Patrick Gueneau
Le lundi, 8 sep 2003, à 16:53 Europe/Paris, [EMAIL PROTECTED] a écrit : Well, right now you can see a MPEG2 HDTV stream on PID 0x0134. MPlayer says: VIDEO: MPEG2 1920x1088 (aspect 3) 25,000 fps 24000,0 kbps (3000,0 kbyte/s) Thanks for this info. I would try to record some data using dvbstre

[linux-dvb] Re: HDTV Euro1080

2003-09-08 Thread Patrick Gueneau
Le lundi, 8 sep 2003, à 16:13 Europe/Paris, Nico a écrit : As a demonstration, transmission will take place 24h/24 between Friday 12 and Thuesday 16 this month. FTA ? Yes, it is supposed to be Free, at least during IBC event ;-) record it via dvbstream and analyse the pids with tspids, then t

[linux-dvb] HDTV Euro1080

2003-09-07 Thread Patrick Gueneau
Hello, it seems that during the IBC there will be a free demonstration of what may be the future European HDTV standard. As a demonstration, transmission will take place 24h/24 between Friday 12 and Thuesday 16 this month. Here is the transponder info I found : ASTRA 1H from orbital position

[linux-dvb] Re: Second language problem

2003-01-11 Thread Patrick GUENEAU
Klaus Schmidinger wrote: Antonino Sergi wrote: I can't hear anything from second language pids. I configured vdr with two audio pids as described in docs, bu the second audio channel is mute; I verified pids by windows software (that make me hear second language). AFAIK it could be a CA proble

[linux-dvb] Re: Second language problem

2003-01-11 Thread Patrick GUENEAU
Hello Antonino, I can't be sure for rev 2.2 card (I only have rev 1.3 cards) but it seems Aston CAMs never worked well with convergence driver/firmware. I have to use a modified convergence driver using TT firmware to be able to switch between 2 Audio Pids.The problem is I can't use latest VDR

[linux-dvb] utility for Extraction of Teletext ES from TS file?

2002-12-13 Thread Patrick GUENEAU
Hi, I think you just have to use ts2es tool from mpegtools package that is bundled with Convergence Driver. Have a look in apps/megtools. ts2es is working with any stream type. Patrick. RAKESH GUPTA wrote: Hi, Can someone help me. I am looking for some utility which can extract the Teletext El

[linux-dvb] DVB Subtitles (DVB-SUB?)

2002-11-03 Thread Patrick GUENEAU
Helo, I think Dave Chapman was working on true DVB Subtitles (like DVD subpictures) not teletext ones. Maybe Dave can give us more information ? Regards, Patrick. Andy Coates wrote: Hello, I've searched the web and found nothing useful, so wondering if you guys can help. Has anyone wrote a

[linux-dvb] Re: Any way to mux two PES streams/files to a PS stream?

2002-10-19 Thread Patrick GUENEAU
t say thanks once again for replying! Cheers Olaf On Saturday 19 October 2002 01:35, Patrick GUENEAU wrote: hello Olaf, In mpegtools packaged with linux-dvb driver you can find mplex program which can do what you want. The doc says it can mux 1 video + 1 audio but in fact, the subroutines are ab

[linux-dvb] Re: Any way to mux two PES streams/files to a PS stream?

2002-10-19 Thread Patrick GUENEAU
hello Olaf, In mpegtools packaged with linux-dvb driver you can find mplex program which can do what you want. The doc says it can mux 1 video + 1 audio but in fact, the subroutines are able to handle 2 audio PES streams. Have a look at the code (domplex subroutine). In case it may help you,

[linux-dvb] Re: Slightly OT Satellite question

2002-10-16 Thread Patrick GUENEAU
Dennis Noordsij wrote: > > What about a different card? (I don't know which DVB-S cards there are). It'll > be a few months before I *might* get a dish installed, so it's not urgent, > but it'd be nice to know :) > AFAIK, it seems only DVB-S can be supported with CI/CAM by Convergence linu

[linux-dvb] Re : Slightly OT Satellite question

2002-10-16 Thread Patrick GUENEAU
Hi Dennis, If you want to be able to decrypt SECA channels, you have to go with an ASTON CAM Module and a Full Featured Card. For the moment, the main issue is tbat ASTON CAM is not well supported by the linux driver/firmware. For instance, SECA2 has just arrived in France and it is not worki

[linux-dvb] Re: ARM crashes, what can I do to help?

2002-10-15 Thread Patrick GUENEAU
to GPL, the problem would be easier to solve ? I thought you had enough information including NDA one to debug/workaround this firmware. Regards, Patrick. Holger Waechtler wrote: > Patrick GUENEAU wrote: > >> >> I cannot understand how Convergence is able to sell something

[linux-dvb] Re: ARM crashes, what can I do to help?

2002-10-15 Thread Patrick GUENEAU
CAM support breaks my nerves !!! As I explained in another post, ASTON support was rather unstable and tricky. With the new SECA2 standard it is not working for many programs including Windows ones. But linux dvb drivers CAM support have always been very limited. Now it is totally useless. I

[linux-dvb] [vdr] Re: AW: Re: [VDR - DVB ] Little OT : Stupid question ab outcam .

2002-10-15 Thread Patrick GUENEAU
Hello Guillaume. Be prepared to big troubles conncerning CAM support. IT IS VERY POOR !! I am using French Canal+ subscription with ASTON 1.05 on rev 1.3 board. ATM, it is not working with SECA2. Only Canal+, France2, France3 and a few others are working (LCI, RTL9...). For instance CANAL+ B

[linux-dvb] SECA2

2002-10-11 Thread Patrick GUENEAU
Hello, This mail is just to inform you I am having big trouble trying to make VDR 1.0.4 and old driver working with new Canal+ seca2 cards. It used to worked after looping insmod/rmmod until ASTON string appears in /var/log/messages logfile (I had to renable tracing in dvb.c code). I have also

[linux-dvb] mpegtools (mplex) and 2 audio tracks

2002-05-10 Thread Patrick GUENEAU
eo_delay_ms += ptsdiff/90; else audio_delay_ms += -ptsdiff/90; - domplex(1,1); + if (strlen(Audio1Filename)) + domplex(1,2); +else + domplex(1,1); + if (strcmp(inpt,"ES_STREAM")){ unlink(AudioFilename);

[linux-dvb] Re: Question about mpegtools

2002-05-01 Thread Patrick GUENEAU
will try to do more tests with cutted/uncutted files. Regards, Patrick Dariush Forouher wrote: > > Am Mit, 2002-05-01 um 14.47 schrieb Patrick GUENEAU: > > neither es_demux or direct mplex worked. there is a warning concerning > > huge A-V PTS difference. The file plays with Mpl

[linux-dvb] Re: Question about mpegtools

2002-05-01 Thread Patrick GUENEAU
Hello, i have done some tests using VDR files. neither es_demux or direct mplex worked. there is a warning concerning huge A-V PTS difference. The file plays with Mplayer with warnings and no sound !!! Are you sure you can generate a valid VOB file using the commands you have tested ? I have t

[linux-dvb] Re : CAMs - the never ending story...

2002-04-14 Thread Patrick GUENEAU
can confirm that Alternate language is working well with Hauppauge Software or DVBControl under Windows. Is there any hope ? Patrick Gueneau -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Alternate Audio Pids and CAM Support

2002-03-04 Thread Patrick GUENEAU
Hello, I am trying to understand how to deal with mulitple Audio Pids and CAM support. It seems current driver doesn't switch to alternate AudioPids (no audio is output). I know it is an old issue and that much German people prefer watching Films with German version but i am pretty sure many peo

[linux-dvb] Multiplexing Video+2audio+Subpicture

2002-02-26 Thread Patrick GUENEAU
Hello, i am searching for a simple but complete multiplex program to convert PES streams to PS. I have found many utilities but a few are able to mix two audio streams (tcmplex from transcode package can do it for instance). I have found none that can mix mode than 1 video + 2 audio. I am adapt

[linux-dvb] Re : Linux DVB Aston Seca 1.05 Module support

2002-02-23 Thread Patrick GUENEAU
Hello Arno, I am using this shell script : = #/bin/bash # cd /home/dvb/DVB/driver rmmod dvb make insmod sleep 5 # # tail -8 /var/log/messages | grep ASTON > /dev/null ret=$? while [ $ret -ne 0 ] ; do rmmod dvb insmod dvb.o init_chan=2 pids_off=0 sleep 15 #

[linux-dvb] PES to VOB file remux

2002-02-07 Thread Patrick GUENEAU
d films to 16:9 resolutions (removing top and bottom black borders). Do you have any idea ? Regards, Patrick GUENEAU. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: Original firmware

2002-01-15 Thread Patrick GUENEAU
Hello John, some feedback from your last patch. camenu is now working on my ASTON CAM : -- from dmesg - [root@patman driver]# ./camenu module name count 0 lines 0 header lines 0 count 1 lines 0 header lines 0 count 2 lines 0 header lines 0 count 3 lines 6

[linux-dvb] Re: HDTV & DVB / VDR (dscaler ..)

2002-01-10 Thread Patrick GUENEAU
it's a real passion. Patrick Gueneau. Guido Fiala wrote: > > On Thursday, 10. January 2002 16:59, you wrote: > > Emil, > > > > Most of the time i am recording Films not Video. > > > > Using MPlayer it seems that there is ZigZag (bad deinterlacing) on som

[linux-dvb] Deinterlace / Analyzing MPEG file

2002-01-10 Thread Patrick GUENEAU
Hello, after doing some tests, i have found at least one Video recordings (again Canal+) that doesn't seem to have the same jaggies found on other Video recordings i tested. There should be a difference in encoding. Do you how i can check on MPEG files ? Patrick Gueneau. -- Inf

[linux-dvb] Re: HDTV & DVB / VDR (dscaler ..)

2002-01-10 Thread Patrick GUENEAU
te: > > On Thu, 10 Jan 2002 15:11:41 +0100, Patrick GUENEAU > <[EMAIL PROTECTED]> wrote: > > > I am not sure whether MPlayer is doing 3:2 Pulldown, but that's not a > > problem for us as we all live with PAL. > > We need proper 2:2 pulldown to avoid the zic

[linux-dvb] Re: HDTV & DVB / VDR (dscaler ..)

2002-01-10 Thread Patrick GUENEAU
2 Pulldown, but that's not a problem for us as we all live with PAL. Patrick Gueneau Andy van de Graaf wrote: > > you better have a look at AVSForum (www.avsforum.com) which is the > 'official' discussion forum for Dscaler in the Home Theater PC thread. Do > note that ther

[linux-dvb] Linux DVB API and EM8400

2001-12-11 Thread Patrick Gueneau
A+ LDC/DMD projector. Having Sigma Design card Netstream 2000 TV supported using the same api used by VDR could help a lot !! (direct progressive pal support, hdtv support, ac3/dts spdif direct output). thanks, Patrick Gueneau -- No attachments (even text) are allowed -- -- Type: text/x-vca

[linux-dvb] ARM crash and VidMode problems (CVBS_YC_OUT)

2001-10-11 Thread Patrick GUENEAU
Hello, I am using ASTON CAM on my vdr PC. I am trying to use SVIDEO output. with DVB version 0.93, ASTON CAM is working quite well, but after several ARM Crash !!! It seems that after the first crash my output defaults back to CVBS_RGB_OUT and not CVBS_YC_OUT. (I can see NTV in color during in

[linux-dvb] Re: VDR-0.96 does not compile

2001-09-25 Thread Patrick GUENEAU
Hello, it seems VDR 0.96 needs latest CVS DVB Driver. Something has changed in tuner API. You should test with VDR 0.92 and your current DVB version and it should work. (or go with the latest CVS DVB Driver). Patrick. ron wrote: > > Hi, > I just upgraded my system to SuSE 7.2 and suse kern

[linux-dvb] Re: MS-6215

2001-09-21 Thread Patrick GUENEAU
Hello, I have read somewhere (in this forum for sure) the MS-6215 Power Fan was too loud. The DVB-S card may be too long for the case (not sure of that). I was thinking of using this package, but at last i decided to use my old PII Motherboard rather than use a too powerfull CPU (celeron 800 or