[vdr] bug dvb subtitle

2012-08-24 Thread zaverel
Hello, I recently change vdr-1.7.23 to vdr-1.7.29 Now, dvb subtitle are badly display Jerky, faster speeds, and the display remains on the last sentence until a new dialogue happens. (clearly visible in a scene change) It's available for dvb-t and dvb-s (almost TV5 Monde Europe on astra)

[vdr] vdr xine-lib eac3

2012-07-12 Thread zaverel
@Zaverel, What do you mean by It's not perfect but that work ? it's cpu extensive because all audio is recoded in ac3. You can try with this in /etc/asound.conf (for global user ) or ~/.asoundrc (only user) pcm.!default { type plug slave.pcm surroundaudio } ctl.!default { type plug

[vdr] vdr xine-lib eac3

2012-07-11 Thread zaverel
/ Is it the normal behaviour, or did I miss something ? // Is there a way to convert eac3 = ac3 for delivering 5.1 stream through the // spdif output ? // // Regards. // Karim // hello, with alsa-plugins and a52 you can have more than 2 channels on spdif sound is encoded in dolby

[vdr] vdr xine-lib eac3

2010-06-15 Thread zaverel
hello i use your patch xineliboutputeac3_4.diff with vdr-1.7.15 and latest xine-lib-1.2 and xineliboutput . That's work very better than my previous test. But there is a probleme with 5.0 audio (only music and no voice). I think that's why i have ramdom crash at vdr-sxfe startup or zapping

Re: [vdr] vdr xine-lib eac3

2010-04-06 Thread zaverel
jaregu...@telefonica.net: Yes, the file is ff_audio_decoder.c You must put the line this-context-request_channels = 2; after this-context-codec_tag = _x_stream_info_get(this-stream, XINE_STREAM_INFO_AUDIO_FOURCC); Jose Alberto El Sábado, 27 de Marzo de 2010, zaverel escribiÃ

Re: [vdr] Any valid patch for streamdev plugin to support EAC3 for TS (France)?

2010-03-29 Thread zaverel
That's ok but do you use a ffmpeg patched eac3 for spectral extension and build xbmc-pvr for use it ? link for the lastest patch eac3_spx_11.diff http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-March/085858.html Le 28/03/2010 16:20, Eric Valette a écrit : Hi, With the previously

Re: [vdr] Any valid patch for streamdev plugin to support EAC3 for TS (France)?

2010-03-29 Thread zaverel
/channel_number__i_want or mplayer http://127.0.0.1:3000/channel_number__i_want Le 29/03/2010 15:31, Eric Valette a écrit : On 03/29/2010 02:46 PM, zaverel wrote: That's ok but do you use a ffmpeg patched eac3 for spectral extension and build xbmc-pvr for use it ? link for the lastest patch

Re: [vdr] vdr xine-lib eac3

2010-03-27 Thread zaverel
Is ff_audio_decoder.c to patch ? I try but that change nothing. Le 26/03/2010 13:12, Jose Alberto Reguero a écrit : You can add the line: this-context-request_channels = 2; in line 247 and 295. Then you have stereo sound. Joae Alberto El Viernes, 26 de Marzo de 2010, zaverel escribió

Re: [vdr] vdr xine-lib eac3

2010-03-26 Thread zaverel
. Jose Alberto El Jueves, 25 de Marzo de 2010, zaverel escribió: The typo was on remux.c = lost : and ; Anyway xine-lib has been updated and your patch don't apply. Update is for eac3 with mkv i don't test it yet corrected remux.c line 533 case SI::AC3DescriptorTag: +case SI

Re: [vdr] vdr xine-lib eac3

2010-03-25 Thread zaverel
for xineliboutput. Now must work if you patch remux.c. You must have the latest xine-lib and xineliboutput. Yesterday both have changes about eac3. Jose Alberto El Jueves, 25 de Marzo de 2010, zaverel escribió: The typo was on remux.c = lost : and ; Anyway xine-lib has been updated

[vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
hello i try the patch from Jose Alberto to use ffmpeg eac3 with xine http://www.linuxtv.org/pipermail/vdr/2010-March/022687.html The good things is that eac3 sound is now decoded with xine-lib But it's not stable at all when zapping frhom HD to HD channel or SD channel vdr-sxfe doesn't work

[vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
hello your second patch doesn't work : no sound on eac3 channel if you want there is a sample of vdr hd-eac3 recording here: http://dl.free.fr/ew4rJddM8 103mo else , i don't know what mailing-list is the more indicate for debuging the vdr or xine-dev mailing-list ?

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
violent segfault on libavcodec Hope this help you Best regards PS : Sorry to pollute the vdr mailing list (not subscribed to ffmpeg or xine-lib) Le Wednesday 24 March 2010 18:41:14 zaverel, vous avez écrit : hello your second patch doesn't work : no sound on eac3 channel

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
: +//this-context-request_channels = 2; because your example has 5 channels. If you have trouble with that you can comment the line again. Which typo error has the second patch? Jose Alberto El Miércoles, 24 de Marzo de 2010, zaverel escribió: i 've patched pat.c and now remux.c and with use