Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread JJussi
On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote:
 [h264 @ 0xb791d708]PAFF interlacing is not implemented

 This indicates that xine-lib is not using a new enough ffmpeg snapshot
 that supports PAFF.

 Depending on the version of ffmpeg your distribution provides, adding
 --with-external-ffmpeg to xine-lib ./configure line could be enough. I
 think PAFF interlacing was added to ffmpeg sometime last year.

But as you can see from xine-lib compile log, --with-external-ffmpeg is on..  
ffmpeg version is 0.4.9_p20070616-r2 as compile log states.

http://jjussi.pp.fi/logs/xine-lib_compile.log
http://jjussi.pp.fi/logs/h264_29.6.08.log
http://jjussi.pp.fi/logs/ffmpeg_compile.log
http://jjussi.pp.fi/logs/vdr-xineliboutput_compile.log

Hopefully these log files can give more light to this problem..  

BTW, when I change channel from some other channel to that Nelonen HD my 
vdr-sxfe crashes with Memory overflow error message.

-- 
JJussi

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread Pasi Pirhonen
Hi,


On Sun, Jun 29, 2008 at 12:23:37PM +0300, JJussi wrote:
 On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote:
  [h264 @ 0xb791d708]PAFF interlacing is not implemented
 

IF i remember right, there were commit for replacing that PAFF +
spatial direct ... not supported with this PAFF + Interlaced ... not
supported. In either case, it's encoded with something ffmpeg can't
handle just now. The mentioned channel is just fine with reelbox-plugin
and Extension HD. Same restrictions applies for same operator (Finland
HTV) for channels like Eurosport HD, Silver HD. Canal Film+ HD and Voom
should work quite ok and Discovery HD is still mpeg2 and therefor work.


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] epg2timers 1.5.2a.

2008-06-29 Thread Carsten Koch
Brian wrote:

 a question about this version. In earlier versions you had
 a variable called episode, and I set the value of that to 
 in my source file. Now you just add the string ~EPISODE to very
 programm name (if I understand the source correctly.

You are mostly right.
In epg2timers = 1.4.5, asking VDR to configure the episode name
by adding ~EPISODE to the timer entry was configurable.
In 1.5.2, I changed it, so epg2timers automatically uses ~EPISODE
for short recordings up to an hour.
For me, that works perfectly almost all the time.
How do you like it?

If you dont, I guess I can make the threshold configurable
(default = 60 minutes) and you can set it to 0 to disable it.

Carsten.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread Goga777
yes, it's better to use svn ffmpeg version, but anyway 

from this commit 
http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/h264.c?r1=13538r2=13542
we can see that in ffmpeg PAFF + spatial direct mode is not implemented 
currently


concerning of 

[9784] [input_vdr] H.264:- pts 8176924854  - 0 (DTS 8176921254)
[9784] [input_vdr] H.264:- pts 8176937454  - 0 (DTS 8176923054)
[9784] [input_vdr] H.264:- pts 8176935654  - 0
[9784] [input_vdr] H.264:- pts 8176944654  - 0 (DTS 8176941054)
[9784] [input_vdr] H.264:- pts 8176946454  - 0 (DTS 8176942854)
[9784] [input_vdr] H.264:- pts 8176955454  - 0 (DTS 8176951854)
[9784] [input_vdr] H.264:- pts 8176957254  - 0 (DTS 8176953654)


I don't know what's 


concerning of 

video_out: throwing away image with pts 1143799 because it's too old (diff : 
1019097).
video_out: throwing away image with pts 1158199 because it's too old (diff : 
1027966).
video_out: throwing away image with pts 1168999 because it's too old (diff : 
1035015).
video_out: throwing away image with pts 1172599 because it's too old (diff : 
1049212).
video_out: throwing away image with pts 1186999 because it's too old (diff : 
1053726).


be sure that your CPU is fast enough






 JJussi wrote:
  Hi!
  I have vdr-1.7.0 installed and when I tune to that Nelonen HD channel, I 
  get 
  very disordered picture and sound.
  And lot's of errors.
  Have anybody here at HTV are managed to get that h264 channel working, if 
  yes, 
  how?  (What I'm missing)
  
  Full logfile can be found http://jjussi.pp.fi/logs/h264.log 
 
 [h264 @ 0xb791d708]PAFF interlacing is not implemented
 
 This indicates that xine-lib is not using a new enough ffmpeg snapshot
 that supports PAFF.
 
 Depending on the version of ffmpeg your distribution provides, adding
 --with-external-ffmpeg to xine-lib ./configure line could be enough. I
 think PAFF interlacing was added to ffmpeg sometime last year.
 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] epg2timers 1.5.2a.

2008-06-29 Thread Brian
Carsten Koch wrote:
 Brian wrote:
 
 a question about this version. In earlier versions you had
 a variable called episode, and I set the value of that to 
 in my source file. Now you just add the string ~EPISODE to very
 programm name (if I understand the source correctly.
 
 You are mostly right.
 In epg2timers = 1.4.5, asking VDR to configure the episode name
 by adding ~EPISODE to the timer entry was configurable.
 In 1.5.2, I changed it, so epg2timers automatically uses ~EPISODE
 for short recordings up to an hour.
 For me, that works perfectly almost all the time.
 How do you like it?
 
 If you dont, I guess I can make the threshold configurable
 (default = 60 minutes) and you can set it to 0 to disable it.
 
 Carsten.
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
 
Carsten,

no need to change it for me, I just edited the source to set the value to  
all the time.
Your solution would be OK for me though should you distribute another version.

Cheers Brian


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread JJussi
Maybe this gives some light to this matter, in way or other..
I tried to play recording from that channel, with xine.. With verbosity=3.

http://jjussi.pp.fi/logs/NelonenHD_playback.log


-- 
JJussi

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread Anssi Hannula
JJussi wrote:
 On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote:
 [h264 @ 0xb791d708]PAFF interlacing is not implemented

 This indicates that xine-lib is not using a new enough ffmpeg snapshot
 that supports PAFF.

 Depending on the version of ffmpeg your distribution provides, adding
 --with-external-ffmpeg to xine-lib ./configure line could be enough. I
 think PAFF interlacing was added to ffmpeg sometime last year.
 
 But as you can see from xine-lib compile log, --with-external-ffmpeg is 
 on..  
 ffmpeg version is 0.4.9_p20070616-r2 as compile log states.

Too old ffmpeg snapshot, then.
If the problem is just PAFF, then a newer snapshot will fix it.

However, PAFF + spatial direct mode is not supported by current ffmpeg.
If that is the case, the error message will change to
PAFF + spatial direct mode is not implemented.

I'm not on Welho so I don't know whether Nelonen HD uses that mode.

-- 
Anssi Hannula

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread JJussi
On Sunday, 29. Juneta 2008 16:35:04 Goga777 wrote:
 yes, it's better to use svn ffmpeg version, but anyway

 from this commit
 http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/h264.c?r1=13538r2=13542 we
 can see that in ffmpeg PAFF + spatial direct mode is not implemented
 currently

But hopefully in near (?) future it is?!?

 [9784] [input_vdr] H.264:- pts 8176924854  - 0 (DTS 8176921254)
 [9784] [input_vdr] H.264:- pts 8176937454  - 0 (DTS 8176923054)
 [9784] [input_vdr] H.264:- pts 8176935654  - 0
 [9784] [input_vdr] H.264:- pts 8176944654  - 0 (DTS 8176941054)
 [9784] [input_vdr] H.264:- pts 8176946454  - 0 (DTS 8176942854)
 [9784] [input_vdr] H.264:- pts 8176955454  - 0 (DTS 8176951854)
 [9784] [input_vdr] H.264:- pts 8176957254  - 0 (DTS 8176953654)


 I don't know what's

Neather I do.. ;-)

 concerning of

 video_out: throwing away image with pts 1143799 because it's too old (diff
 : 1019097). video_out: throwing away image with pts 1158199 because it's
 too old (diff : 1027966). video_out: throwing away image with pts 1168999
 because it's too old (diff : 1035015). video_out: throwing away image with
 pts 1172599 because it's too old (diff : 1049212). video_out: throwing away
 image with pts 1186999 because it's too old (diff : 1053726).


 be sure that your CPU is fast enough

Maybe 2x Intel(R) Core(TM)2 CPU   6400  @ 2.13GHz   is not enough.. I think 
that it happened because everything else (those problems PAFF and so) took so 
long time that it couldn't keep up the sync.

-- 
JJussi

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread Anssi Kolehmainen
On Sun, Jun 29, 2008 at 08:02:05PM +0300, Anssi Hannula wrote:
 JJussi wrote:
  On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote:
  [h264 @ 0xb791d708]PAFF interlacing is not implemented
 
  This indicates that xine-lib is not using a new enough ffmpeg snapshot
  that supports PAFF.
 
  Depending on the version of ffmpeg your distribution provides, adding
  --with-external-ffmpeg to xine-lib ./configure line could be enough. I
  think PAFF interlacing was added to ffmpeg sometime last year.
  
  But as you can see from xine-lib compile log, --with-external-ffmpeg is 
  on..  
  ffmpeg version is 0.4.9_p20070616-r2 as compile log states.
 
 Too old ffmpeg snapshot, then.
 If the problem is just PAFF, then a newer snapshot will fix it.
 
 However, PAFF + spatial direct mode is not supported by current ffmpeg.
 If that is the case, the error message will change to
 PAFF + spatial direct mode is not implemented.

When I try to play streams with mplayer (debian-multimedia,
1:1.0.rc2svn20080531-0.1) it says:
[h264 @ 0x87a30d0]PAFF + spatial direct mode is not implemented% 85 0 0%

 I'm not on Welho so I don't know whether Nelonen HD uses that mode.

FWIW, I put a few seconds long test clip of that channel to
http://kelvin.aketzu.net/~akolehma/nelonen-hd.ts 

Recoded using vdr-streamdev and wget http://vdr:3000/TS/12

-- 
Anssi Kolehmainen
[EMAIL PROTECTED]
040-5085390

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Question about locales

2008-06-29 Thread Michael Mauch
Brian wrote:

 4. English EPG is shown, mostly correctly. But for example Her's is shown 
 as Herapos.s.
But, I get that info via xmltv2vdr, so I wonder if the problem is there 
 instead of in vdr.

That's most probably a problem of xmltv2vdr (or its input data). I don't
think there's anything in VDR that would translate a perfectly good
ASCII character into a broken HTML encoding. The apostrophe is at the
same character position in ASCII, Latin-1 and UTF-8, so there's really
nothing that could go wrong.

Maybe you can find that Herapos in the xmltv input data.

  Michael


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Finnish DVB-C channel Nelonen HD - h264

2008-06-29 Thread Anssi Hannula
Anssi Kolehmainen wrote:
 On Sun, Jun 29, 2008 at 08:02:05PM +0300, Anssi Hannula wrote:
 JJussi wrote:
 On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote:
 [h264 @ 0xb791d708]PAFF interlacing is not implemented

 This indicates that xine-lib is not using a new enough ffmpeg snapshot
 that supports PAFF.

 Depending on the version of ffmpeg your distribution provides, adding
 --with-external-ffmpeg to xine-lib ./configure line could be enough. I
 think PAFF interlacing was added to ffmpeg sometime last year.
 But as you can see from xine-lib compile log, --with-external-ffmpeg is 
 on..  
 ffmpeg version is 0.4.9_p20070616-r2 as compile log states.
 Too old ffmpeg snapshot, then.
 If the problem is just PAFF, then a newer snapshot will fix it.

 However, PAFF + spatial direct mode is not supported by current ffmpeg.
 If that is the case, the error message will change to
 PAFF + spatial direct mode is not implemented.
 
 When I try to play streams with mplayer (debian-multimedia,
 1:1.0.rc2svn20080531-0.1) it says:
 [h264 @ 0x87a30d0]PAFF + spatial direct mode is not implemented% 85 0 0%
 
 I'm not on Welho so I don't know whether Nelonen HD uses that mode.
 
 FWIW, I put a few seconds long test clip of that channel to
 http://kelvin.aketzu.net/~akolehma/nelonen-hd.ts 

Hmm, I indeed get the same message with current ffmpeg SVN (using
ffplay). However, the picture is decoded fine (!).

 Recoded using vdr-streamdev and wget http://vdr:3000/TS/12


-- 
Anssi Hannula

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr