[vdr] converting .TS recordings to DIVX (or XVID)

2010-07-14 Thread martinez
Does anybody have the config files for commands to select a recording in VDR 
and convert it to divx or xvid using ffmpeg?
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] yacoto TS patches [was: Re: converting .TS recordings to DIVX (or XVID)]

2010-07-14 Thread Lucian Muresan
On 14.07.2010 14:15, martinez wrote:
 Does anybody have the config files for commands to select a recording in VDR 
 and convert it to divx or xvid using ffmpeg?

Hi,

attached you will find my current TS and customization patches to
HelAu's vdr-yacoto-0.2.1 plugin and Yacoto worker scripts 0.0.2 in form
of Gentoo ebuilds (the bare patches are in the respective files
subdirectories in the archive if you're not using Gentoo, and the the
original distribution archives the patches are based based on can be
downloaded here: http://htpc-forum.de/index.php?url=downloads.php). They
work for me for SD recordings in TS format. I'm also working on
extending them with a new target for remuxing HD TS recordings into MKV,
and planning to submit the patches to HelAu's bugtracker...

Cheers,
Lucian


vdr-yacoto-ebuilds+patches-20100714.tar.bz2
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] yacoto TS patches [was: Re: converting .TS recordings to DIVX (or XVID)]

2010-07-14 Thread Helmut Auer
Hello
 
 attached you will find my current TS and customization patches to
 HelAu's vdr-yacoto-0.2.1 plugin and Yacoto worker scripts 0.0.2 in form
 of Gentoo ebuilds (the bare patches are in the respective files
 subdirectories in the archive if you're not using Gentoo, and the the
 original distribution archives the patches are based based on can be
 downloaded here: http://htpc-forum.de/index.php?url=downloads.php). They
 work for me for SD recordings in TS format. I'm also working on
 extending them with a new target for remuxing HD TS recordings into MKV,
 and planning to submit the patches to HelAu's bugtracker...
 
There's a newer version available, but only as part of Gen2VDR.
You can get it here:
http://www.htpc-forum.de/download/yacoto.tgz


-- 
Helmut Auer, hel...@helmutauer.de

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


Re: [vdr] Subdirectories are missing

2010-07-14 Thread Lars Bläser
On 14.07.2010 08:56, Arno Esser wrote:
 corrected headline
 
 Am 13.07.2010 23:29, schrieb YUP:
 Wow, thanks for the tip, it's good to know!

 Yarema

 2010/7/13 Arno Esser arno.es...@gmx.de mailto:arno.es...@gmx.de

 Hi,

 my 1.7.15 offer a nice feature. I have a subdirectory beneath
 video.00, that contains other mounted dirs. Initially after
 startup vdr only offers real recording in video.00. Only after a
 touch on video.00/.update ALL files in video.00 including the
 subdirectory are shown. Is that a mistake or a special feature?

this feature is 6 years old ;-)

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


[vdr] VDR and uClibc

2010-07-14 Thread Paul Menzel
Dear VDR folks,


I am trying to compile VDR with uClibc [1] using OpenEmbedded [2] and
get the following error.

thread.o: In function `cRwLock::Lock(bool, int)':

/oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:164:
 undefined reference to `pthread_rwlock_timedwrlock'

/oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:166:
 undefined reference to `pthread_rwlock_timedrdlock'
collect2: ld returned 1 exit status

The problem seems to exist since 2004 [3][4] and those function do not
seem to be implemented in uClibc [5].

Judging from the comment in Gentoo bug #201718 I hoped that this has
been resolved somehow. But I could not find any patches regarding this
issue in the Gentoo archive.

Did anyone solve this problem?


Thanks,

Paul


[1] http://www.uclibc.org/
[2] http://wiki.openembedded.net/index.php/Main_Page
[3] http://www.linuxtv.org/mailinglists/vdr/2004/07-2004/msg00089.html
[4] http://www.linuxtv.org/mailinglists/vdr/2004/12-2004/msg01061.html
[5] http://www.linuxtv.org/mailinglists/vdr/2004/12-2004/msg01077.html
[6] http://bugs.gentoo.org/show_bug.cgi?id=201718#c1
[7] 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-video/vdr/files/


signature.asc
Description: This is a digitally signed message part
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR and uClibc

2010-07-14 Thread Helmut Auer
Hi
 
 
 I am trying to compile VDR with uClibc [1] using OpenEmbedded [2] and
 get the following error.
 
 thread.o: In function `cRwLock::Lock(bool, int)':
 
 /oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:164:
  undefined reference to `pthread_rwlock_timedwrlock'
 
 /oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:166:
  undefined reference to `pthread_rwlock_timedrdlock'
 collect2: ld returned 1 exit status
 
 The problem seems to exist since 2004 [3][4] and those function do not
 seem to be implemented in uClibc [5].
 
 Judging from the comment in Gentoo bug #201718 I hoped that this has
 been resolved somehow. But I could not find any patches regarding this
 issue in the Gentoo archive.
 
 Did anyone solve this problem?
 
Maybe this helps:

http://www.vdrportal.de/board/thread.php?postid=641884


-- 
Helmut Auer, hel...@helmutauer.de

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


[vdr] vdr + Mystique SaTiX-S2 Dual / V2 CI card

2010-07-14 Thread Goga777
Hi

has someone the experience with vdr and Mystique SaTiX-S2 Dual / V2 CI ?
What about your impression for them ?
Does this card work well under Linux ?

Goga


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