Re: [mythtv-users] Australian DVB-T resolution

2006-01-15 Thread Phill Edwards
> this is pretty horrible, but from the scan output ( channels.conf) and an
> mplayer that supports dvb, I just ran:
> cat channels.conf | perl -e '$opts=" -vo asdfasdf -ao asdfasdf| tee -a
> streaminfo"; while ($f = ) { if ($f =~ m/radio/i || $f =~ m/jazz/i)
> {next;} $f =~ m/(.+?):/; print "mplayer \" dvb://[EMAIL PROTECTED]" $opts; "; 
> }'
>
> Paste the output into another shell and run it, which should fire up mplayer
> to interrogate the stream and fail (invalid vo driver), it should take a
> while and you might need to nudge it along with ctrl-c. Then you can
>
> cat streaminfo | grep -e Playing -e ^VIDEO: -e ^AUDIO
> to get video/audio details for each channel. Just note I've been told
> mplayer's bitrate report is not quite right.

Thanks for that Andy. My script ends up looking like this:

mplayer " dvb://[EMAIL PROTECTED] HDTV"  -vo asdfasdf -ao asdfasdf| tee -a
streaminfo; mplayer " dvb://[EMAIL PROTECTED] TV Sydney"  -vo asdfasdf -ao
asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED]"  -vo asdfasdf 
-ao
asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] TV"  -vo asdfasdf
-ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] Digital"  -vo
asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] 
Digital
1"  -vo asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL 
PROTECTED]
Digital 2"  -vo asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer "
dvb://[EMAIL PROTECTED] Digital 3"  -vo asdfasdf -ao asdfasdf| tee -a 
streaminfo;
mplayer " dvb://[EMAIL PROTECTED] HD Digital"  -vo asdfasdf -ao asdfasdf| tee -a
streaminfo; mplayer " dvb://[EMAIL PROTECTED] Guide"  -vo asdfasdf -ao 
asdfasdf| tee
-a streaminfo; mplayer " dvb://[EMAIL PROTECTED] DIGITAL"  -vo asdfasdf -ao
asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] HD"  -vo asdfasdf
-ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] GUIDE"  -vo
asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED]
Digital"  -vo asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer "
dvb://[EMAIL PROTECTED] Digital 1"  -vo asdfasdf -ao asdfasdf| tee -a 
streaminfo;
mplayer " dvb://[EMAIL PROTECTED] Digital 2"  -vo asdfasdf -ao asdfasdf| tee -a
streaminfo; mplayer " dvb://[EMAIL PROTECTED] Digital 3"  -vo asdfasdf -ao
asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] Digital"  -vo
asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] 
Guide"
 -vo asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED]
HD"  -vo asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer "
dvb://[EMAIL PROTECTED] Guide"  -vo asdfasdf -ao asdfasdf| tee -a streaminfo;
mplayer " dvb://[EMAIL PROTECTED] HD"  -vo asdfasdf -ao asdfasdf| tee -a
streaminfo; mplayer " dvb://[EMAIL PROTECTED] DIGITAL 1"  -vo asdfasdf -ao
asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] DIGITAL 2"  -vo
asdfasdf -ao asdfasdf| tee -a streaminfo; mplayer " dvb://[EMAIL PROTECTED] 
EPG" 
-vo asdfasdf -ao asdfasdf| tee -a streaminfo;

When I run this I get these outputs:
<...>
Can't init input joystick
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Setting up LIRC support...
Playing  dvb://[EMAIL PROTECTED] DIGITAL 1.
Unable to open URL:  dvb://[EMAIL PROTECTED] DIGITAL 1


Exiting... (End of file)
MPlayer 1.0pre7try2-3.4.4 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Northwood (Family: 8, Stepping: 3)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1


Can't init input joystick
Unable to open URL:  dvb://[EMAIL PROTECTED] DIGITAL 2
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Setting up LIRC support...
Playing  dvb://[EMAIL PROTECTED] DIGITAL 2.


Exiting... (End of file)
MPlayer 1.0pre7try2-3.4.4 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Northwood (Family: 8, Stepping: 3)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1


Can't init input joystick
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Setting up LIRC support...
Playing  dvb://[EMAIL PROTECTED] EPG.
Unable to open URL:  dvb://[EMAIL PROTECTED] EPG


Would you mind sharing the script file that gets generated for you -
maybe I could hack that for my setup?

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-14 Thread Andy Foster
On 1/12/06, Phill Edwards <[EMAIL PROTECTED]> wrote:
# scan /usr/share/doc/linuxtv-dvb-apps-1.1.0/examples/scan/dvb-t/au-sydney_north_shoreEyal - could you plase just put me out of my misery here and tellme how you did it!this is pretty horrible, but from the scan output (
channels.conf) and an mplayer that supports dvb, I just ran:cat channels.conf | perl -e '$opts=" -vo asdfasdf -ao asdfasdf| tee -a streaminfo"; while ($f = ) { if ($f =~ m/radio/i || $f =~ m/jazz/i) {next;} $f =~ m/(.+?):/; print "mplayer \"
dvb://[EMAIL PROTECTED]" $opts; "; }'Paste the output into another shell and run it, which should fire up mplayer to interrogate the stream and fail (invalid vo driver), it should take a while and you might need to nudge it along with ctrl-c. Then you can
cat streaminfo | grep -e Playing -e ^VIDEO: -e ^AUDIOto get video/audio details for each channel. Just note I've been told mplayer's bitrate report is not quite right.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-12 Thread David Whyte
On 1/12/06, Phill Edwards <[EMAIL PROTECTED]> wrote:
> > Apologies, the utility you want is dvbscan (or just scan), also part of
> > the dvb-utils package.
>
> Errrm - we're going round in circles here. One of the other posters
> suggested it was the output of scan but when I ran that the got a
> different output which didn't contain things like resolution, aspect
> ration etc (see earlier post).
>
> So either I'm not running that correctly or the output that Eyal
> posted came from a different utility. As I'm Sydney's north shore I
> ran scan like this:
>
> # scan 
> /usr/share/doc/linuxtv-dvb-apps-1.1.0/examples/scan/dvb-t/au-sydney_north_shore
>
> Eyal - could you plase just put me out of my misery here and tell
> me how you did it!
>

Just send the email to Eyal direct too.  Perhaps they only check the
mythTV list now and again.

Whytey


--
--

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-12 Thread Matthew Geier

Johan Venter wrote:

Phill Edwards wrote:


The output you're trying to get comes from the tzap command when you are
creating a channels.conf.




Are you sure? When I run tzap like this:



Apologies, the utility you want is dvbscan (or just scan), also part of 
the dvb-utils package.


 My dvbscan (On fedora, with a suse package) doesn't produce output 
like that.

 And the only source package I can find for dvb-utils is over a year old.

 How is your one different - or have the debian packagers made some 
'enhancements' ?


smime.p7s
Description: S/MIME Cryptographic Signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-12 Thread Phill Edwards
> Apologies, the utility you want is dvbscan (or just scan), also part of
> the dvb-utils package.

Errrm - we're going round in circles here. One of the other posters
suggested it was the output of scan but when I ran that the got a
different output which didn't contain things like resolution, aspect
ration etc (see earlier post).

So either I'm not running that correctly or the output that Eyal
posted came from a different utility. As I'm Sydney's north shore I
ran scan like this:

# scan 
/usr/share/doc/linuxtv-dvb-apps-1.1.0/examples/scan/dvb-t/au-sydney_north_shore

Eyal - could you plase just put me out of my misery here and tell
me how you did it!

Thanks,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-12 Thread Johan Venter
Phill Edwards wrote:
>>The output you're trying to get comes from the tzap command when you are
>>creating a channels.conf.
> 
> 
> Are you sure? When I run tzap like this:

Apologies, the utility you want is dvbscan (or just scan), also part of 
the dvb-utils package.

My debian install has a directory at /usr/share/doc/dvb-utils with 
instructions, but I'm sure if you Google for it you will find it.

tzap/czap/szap use the channels.conf info to tune directly to channels 
when specified on the command line.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-11 Thread Phill Edwards
> The output you're trying to get comes from the tzap command when you are
> creating a channels.conf.

Are you sure? When I run tzap like this:
#  tzap "ABC HDTV"

I get output like this:
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 22650 Hz
video pid 0x090a, audio pid 0x
status 1f | signal 2d4b | snr  | ber  | unc  | FE_HAS_LOCK
status 1f | signal 2d4b | snr d1d1 | ber  | unc  | FE_HAS_LOCK
status 1f | signal 2d4b | snr cfcf | ber  | unc  | FE_HAS_LOCK
status 1f | signal 2d4b | snr cfcf | ber  | unc  | FE_HAS_LOCK
...

So I still can't get the output that Eyal had in that earlier post -
but I'd really like to know how to do it.

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-11 Thread Johan Venter
Phill Edwards wrote:
> I installed linux-dvb-utils and ran this scan command (I'm in Sydney):
> 
> # scan 
> /usr/share/doc/linuxtv-dvb-apps-1.1.0/examples/scan/dvb-t/au-sydney_north_shore
> 
> But I don't the output Eyal showed. I get stuff like this which
> doesn't show things like resolution, aspect ratio etc:

The output you're trying to get comes from the tzap command when you are 
creating a channels.conf.

Regards,
Johan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-10 Thread Phill Edwards
On 11/01/06, David Watkins <[EMAIL PROTECTED]> wrote:
> On 10/01/06, David Watkins <[EMAIL PROTECTED]> wrote:
> > On 10/01/06, Phill Edwards <[EMAIL PROTECTED]> wrote:
> > > > As you can see below (in Canberra) most SD is 720x576 but WIN is 704x, 
> > > > SBS EPG is 480x, one Prime is 544x... it seems to vary.
> > >
> > > Thanks. How did you get that log? I'd like to do that too.
> >
> > Looks like tzap output to me?  Part of dvb-utils.
>
> actually I think it's the scan programme that generates the file -
> till part of dvb-utils though.

I installed linux-dvb-utils and ran this scan command (I'm in Sydney):

# scan 
/usr/share/doc/linuxtv-dvb-apps-1.1.0/examples/scan/dvb-t/au-sydney_north_shore

But I don't the output Eyal showed. I get stuff like this which
doesn't show things like resolution, aspect ratio etc:

<...>
0x 0x0624: pmt_pid 0x0104 Ten Sydney -- TEN Digital 3 (running)
0x 0x0627: pmt_pid 0x0106 Ten Sydney -- TEN Guide (running)
0x 0x0628: pmt_pid 0x0107 Ten Sydney -- TEN HD (running)
0x 0x0629: pmt_pid 0x0108 Ten Sydney -- TEN Guide (running)
>>> tune to: 
>>> 57150:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE
0x 0x0300: pmt_pid 0x0400 SBS -- SBS HD (running)
0x 0x0301: pmt_pid 0x0401 SBS -- SBS DIGITAL 1 (running)
0x 0x0302: pmt_pid 0x0402 SBS -- SBS DIGITAL 2 (running)
<...>
dumping lists (29 services)
ABC 
HDTV:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:2314:0:544
ABC TV 
Sydney:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:545
ABC2:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:2307:2308:546
ABC 
TV:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:547
ABC DiG 
Radio:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:0:2317:550

Any ideas how to get the output Eyal got. Eyal - if you're still
looking at this thread, could you please advise?

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-10 Thread David Watkins
On 10/01/06, David Watkins <[EMAIL PROTECTED]> wrote:
> On 10/01/06, Phill Edwards <[EMAIL PROTECTED]> wrote:
> > > As you can see below (in Canberra) most SD is 720x576 but WIN is 704x, 
> > > SBS EPG is 480x, one Prime is 544x... it seems to vary.
> >
> > Thanks. How did you get that log? I'd like to do that too.
>
> Looks like tzap output to me?  Part of dvb-utils.

actually I think it's the scan programme that generates the file -
till part of dvb-utils though.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-10 Thread David Watkins
On 10/01/06, Phill Edwards <[EMAIL PROTECTED]> wrote:
> > As you can see below (in Canberra) most SD is 720x576 but WIN is 704x, SBS 
> > EPG is 480x, one Prime is 544x... it seems to vary.
>
> Thanks. How did you get that log? I'd like to do that too.

Looks like tzap output to me?  Part of dvb-utils.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-09 Thread Phill Edwards
> As you can see below (in Canberra) most SD is 720x576 but WIN is 704x, SBS 
> EPG is 480x, one Prime is 544x... it seems to vary.

Thanks. How did you get that log? I'd like to do that too.

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Australian DVB-T resolution

2006-01-09 Thread Eyal Lebedinsky
Phill Edwards wrote:
> My DVB-T recordings in Sydney all seem to be 704 x 576. I thought SD
> was supposed to be 720 x 576. What am I misunderstanding here?

As you can see below (in Canberra) most SD is 720x576 but WIN is 704x, SBS EPG 
is 480x, one Prime is 544x... it seems to vary.

SC10 
Canberra:17750:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_3_4:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:353:354:2055
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 6.00 Mbit/s
ABC TV 
Canberra:205625000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:529
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 15.00 Mbit/s
SBS DIGITAL 
1:54350:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:161:81:849
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 6.00 Mbit/s
PRIME 
Canberra:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:2740:2741:2374
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 10.00 Mbit/s
WIN TV 
Canberra:21950:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_3_4:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:33:36:1
Videostream: ASPECT: 16:9  Size = 704x576  FRate: 25 fps  BRate: 6.90 Mbit/s
ABC 
HDTV:205625000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:2307:0:528
Videostream: ASPECT: 16:9  Size = 1440x1088  FRate: 25 fps  BRate: 14.00 Mbit/s
ABC TV 
2:205625000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:530
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 15.00 Mbit/s
ABC TV 
3:205625000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:531
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 15.00 Mbit/s
ABC TV 
4:205625000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:532
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 15.00 Mbit/s
SBS 
HD:54350:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:102:103:848
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 50 fps  BRate: 7.65 Mbit/s
SBS 
EPG:54350:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:163:85:851
Videostream: ASPECT: 16:9  Size = 480x576  FRate: 25 fps  BRate: 6.00 Mbit/s
SBS DIGITAL 
2:54350:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:162:83:850
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 6.00 Mbit/s
PRIME View 
1:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:4600:4601:2400
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 10.00 Mbit/s
PRIME View 
2:22650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:4610:4611:2401
Videostream: ASPECT: 16:9  Size = 544x576  FRate: 25 fps  BRate: 10.00 Mbit/s
WIN TV 
HD:21950:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_3_4:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:129:130:10
Videostream: ASPECT: 16:9  Size = 1440x1080  FRate: 25 fps  BRate: 12.00 Mbit/s

-- 
Eyal Lebedinsky ([EMAIL PROTECTED]) 
attach .zip as .dat
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Australian DVB-T resolution

2006-01-09 Thread Phill Edwards
My DVB-T recordings in Sydney all seem to be 704 x 576. I thought SD
was supposed to be 720 x 576. What am I misunderstanding here?

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users