Re: [vdr] xineliboutput cvs won't compile

2011-10-28 Thread Laz
On Thursday 27 Oct 2011, Marco Göbenich wrote: > Hi! > > I tried to compile xineliboutput from CVS, but I get an error message: > > xine_frontend_main.o: In function `main': > xine_frontend_main.c:(.text+0x867): undefined reference to `EXIT' > xine_frontend_main.c:(.text+0x895): undefined referen

Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Pertti Kosunen
On 28.10.2011 9:02, M. Fiegert wrote: Thanks a lot, that helps. I will try at weekend (although I would have prefered a linux solution). It says: "United cross-platform GUI - Windows, Linux, MacOS." http://www.videohelp.com/tools/tsMuxeR/old-versions#download http://www.videohelp.com/downloa

Re: [vdr] Wanted VDR xineliboutput client

2011-10-28 Thread Laz
On Saturday 22 Oct 2011, M. Fiegert wrote: > >> Any suggestions for small, powerful, quiet, FullHD VDR client? > >> So, I search machine what would act as VDR-client, using > >> xineliboutput with FullHD resolution and machine would have DVI or > >> HDMI connection optical audio. > > > > I bou

Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Lars Bläser
hi, beside this it's just a remuxer, not a transcoder you will need something like ffmpeg to transcode and if the resulting ts is not properly muxed for vdr you can remux it with that tool maybe a package like ripbot264 fits better to the topic http://www.videohelp.com/tools/RipBot264 (tsMuxeR i

Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Andreas Brachold
Hi, You could use ffmpeg to convert video files into MPEG-TS Format. A full-featured-DVB-Card support PAL like 704×576 (4cif) #> ffmpeg -i myvideo.mp4 -f mpegts -vcodec mpeg2video -aspect 16:9 \ -sameq -s 4cif -acodec mp2 -ar 48000 -ab 192k 1.ts Cu, Andreas ___

[vdr] Launching vdr + xineliboutput at startup

2011-10-28 Thread Damien Bally
Hello I'm making some kind of embedded vdr distribution based on busybox and minimal X11, the problem is I have no idea of how I can launch vdr and xineliboutput at startup. For now, I'm doing manually : # xinit /usr/bin/rxvt then type : # vdr -Pxineliboutput I tried to type directly : # xin

Re: [vdr] Launching vdr + xineliboutput at startup

2011-10-28 Thread Steffen Barszus
On Fri, 28 Oct 2011 22:59:09 +0200 Damien Bally wrote: > Hello > > I'm making some kind of embedded vdr distribution based on busybox > and minimal X11, the problem is I have no idea of how I can launch > vdr and xineliboutput at startup. > > For now, I'm doing manually : > # xinit /usr/bin/rxv

Re: [vdr] Launching vdr + xineliboutput at startup

2011-10-28 Thread JJussi
Simple way: http://old.fluxbox.org/docbook/en/html/app-setup.html And if you want to "autologin" at start of machine, google ' */etc/inittab*autologin X'. Catch is .xsession .xinitrc and /etc/inittab On 28.10.2011 23.59, Damien Bally wrote: Hello I'm making some kind of embedded vdr distribu