yes, it's better to use svn ffmpeg version, but anyway
from this commit http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/h264.c?r1=13538&r2=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.