Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-25 Thread Reinhard Nissl
Hi, Jelle De Loecker schrieb: I had to remove *-V xvideo --post vdr_video --post vdr_audio --post upmix_mono *or I would not have any sound. (Well, sound would play for a nanosecond and then drop out.) Hhm, I don't think that xine --help lists 'xvideo' near -V. I'm not sure which driver

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Reinhard Nissl
Hi, Jelle De Loecker schrieb: I followed a german tutorial on how to install VDR with xine. It had some patches for better h.264 playback, but when I tune to BBC HD, it's still painfully slow, and the image is quite bad, too! Try to cheat decoding in ~/.xine/config:

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Timothy D. Lenz
Subject: Re: [vdr] VDR-xine + ffmpeg? (h.264 problems) Hi, Jelle De Loecker schrieb: I followed a german tutorial on how to install VDR with xine. It had some patches for better h.264 playback, but when I tune to BBC HD, it's still painfully slow, and the image is quite bad, too! Try

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Goga777
I followed a german tutorial on how to install VDR with xine. It had some patches for better h.264 playback, but when I tune to BBC HD, it's still painfully slow, and the image is quite bad, too! Try to cheat decoding in ~/.xine/config:

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Goga777
: Reinhard Nissl [EMAIL PROTECTED] To: VDR Mailing List vdr@linuxtv.org Sent: Saturday, May 24, 2008 12:03 AM Subject: Re: [vdr] VDR-xine + ffmpeg? (h.264 problems) Hi, Jelle De Loecker schrieb: I followed a german tutorial on how to install VDR with xine. It had some patches

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Goga777
Similar optimization for xine-lib / xine-ui: CFLAGS='-g3 -O3 -pipe -march=pentium4' ../xine-lib-1.2/configure --prefix=/soft/xine-lib-1.2-video --with-external-ffmpeg --disable-dxr3 CFLAGS='-g3 -O3 -pipe -march=pentium4' ../xine-ui/configure --prefix=/soft/xine-ui-1.2-video

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Jelle De Loecker
Reinhard Nissl schreef: Try to cheat decoding in ~/.xine/config: video.processing.ffmpeg_choose_speed_over_accuracy:1 video.processing.ffmpeg_pp_quality:0 video.processing.ffmpeg_skip_loop_filter:all video.processing.ffmpeg_thread_count:2 Interesting, it gave it a bit of a boost, although

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Goga777
De Loecker [EMAIL PROTECTED] To: Goga777 [EMAIL PROTECTED], VDR Mailing List vdr@linuxtv.org Date: Sat, 24 May 2008 15:22:48 +0200 Subject: Re: [vdr] VDR-xine + ffmpeg? (h.264 problems) Reinhard Nissl schreef: Try to cheat decoding in ~/.xine/config

Re: [vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-24 Thread Halim Sahin
Hi, On Sa, Mai 24, 2008 at 03:22:48 +0200, Jelle De Loecker wrote: I'm trying to apply Xine-lib's dshowserver patch ( [1]http://code.google.com/p/coreavc-for-linux/wiki/XineInstall ) But apparantly in the last week or so a lot of stuff changed so the patch is useless. I tried

[vdr] VDR-xine + ffmpeg? (h.264 problems)

2008-05-23 Thread Jelle De Loecker
Hello everyone, I followed a german tutorial on how to install VDR with xine. It had some patches for better h.264 playback, but when I tune to BBC HD, it's still painfully slow, and the image is quite bad, too! I compiled xine with the ffmpeg option (external ffmpeg or something) but I never