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
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
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
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
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
___
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
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
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