Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
----- Video ----- Seitenverhältnis: Automatik Schneide letterbox 4:3 zu 16:9: <ja Letterbox automatisch erkennen: <ja Analysis rate (frames): 4 Stabilize time (frames): 125 Weich starten: <ja Soft start step (lines): 2 Schneide auf: <14:9/16:9 Erkenne Untertitel: nein> Subtitles lifetime (frames): 1500 Subtitles stabilize time (frames): 12 Maximum logo width (%): 20 Ignored side border (%): 3 Bar tone tolerance: 8 Software scaling: nein> Overscan (Bildränder abschneiden): Aus Nachbearbeitung (ffmpeg): nein> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
xineliboutput.Video.AspectRatio = 3 xineliboutput.Video.AutoCrop = 1 xineliboutput.Video.AutoCrop.AnalysisRate = 4 xineliboutput.Video.AutoCrop.AutoDetect = 1 xineliboutput.Video.AutoCrop.BarToneTolerance = 8 xineliboutput.Video.AutoCrop.DetectSubs = 0 xineliboutput.Video.AutoCrop.DetectSubsLifetime = 1500 xineliboutput.Video.AutoCrop.DetectSubsStabilizeTime = 12 xineliboutput.Video.AutoCrop.FixedSize = 1 xineliboutput.Video.AutoCrop.LogoWidth = 20 xineliboutput.Video.AutoCrop.Overscan = 3 xineliboutput.Video.AutoCrop.SoftStart = 0 xineliboutput.Video.AutoCrop.SoftStartStep = 4 xineliboutput.Video.AutoCrop.StabilizeTime = 125 xineliboutput.Video.Brightness = -1 xineliboutput.Video.Contrast = -1 xineliboutput.Video.Deinterlace = tvtime xineliboutput.Video.DeinterlaceOptions = method=use_vo_driver,cheap_mode=1,pulldown=none,framerate_mode=full,judder_correction=0,use_progressive_frame_flag=0,chroma_filter=0,enabled=1 xineliboutput.Video.Driver = auto xineliboutput.Video.FieldOrder = 0 xineliboutput.Video.HUE = -1 xineliboutput.Video.IBPTrickSpeed = 1 xineliboutput.Video.MaxTrickSpeed = 12 xineliboutput.Video.NoiseReduction = 336 xineliboutput.Video.Overscan = 0 xineliboutput.Video.Port = :0.0 xineliboutput.Video.Saturation = -1 xineliboutput.Video.Scale = 1 xineliboutput.Video.Sharpness = 511 xineliboutput.Video.SwScale = 0 xineliboutput.Video.SwScale.Aspect = 1 xineliboutput.Video.SwScale.Downscale = 1 xineliboutput.Video.SwScale.Height = 720 xineliboutput.Video.SwScale.Resize = 1 xineliboutput.Video.SwScale.Width = 1280 xineliboutput.VideoModeSwitching = 1 xineliboutput.X11.UseKeyboard = 1 xineliboutput.X11.WindowHeight = 720 xineliboutput.X11.WindowWidth = 1280 |
This post has been edited 1 times, last edit by "omek" (Jun 26th 2009, 1:29pm)
Quoted
Original von sdude
Sorry, bin noch nicht zuhause...
ich lade mal heute abend auszugsweise meine setup.conf hoch, OK?
.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
cd /usr/local/src rm -r xine-vdpau svn co svn://jusst.de/xine-vdpau cd xine-vdpau #patch xine-vdpau-r273-crop-v7.diff in den xine-vdpau Ordner kopieren patch -p0 < xine-vdpau-r273-crop-v7.diff ./autogen.sh ./configure --prefix=/usr make make install ldconfig -v |
This post has been edited 3 times, last edit by "Gerdchen03" (Jun 26th 2009, 1:27am)
Quoted
Original von Gerdchen03
Ich vermute mal, dass man mit dem Befehl pidof vdpau testen kann, ob vdpau auch wirklich läuft. Dieser Befehl bringt bei mir keine Ausgabe.
Zu installation von xine-vdpau bin ich wie folgt vorgegangen:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 cd /usr/local/src rm -r xine-vdpau svn co svn://jusst.de/xine-vdpau cd xine-vdpau #patch xine-vdpau-r273-crop-v7.diff in den xine-vdpau Ordner kopieren patch -p0 < xine-vdpau-r273-crop-v7.diff ./autogen.sh ./configure --prefix=/usr make make install ldconfig -v
Das Bild in VDRAdmin hat anschließend die falschen Farben und kein OSD.
This post has been edited 1 times, last edit by "durchflieger" (Jun 26th 2009, 9:59am)
Quoted
Original von Razorblade
In /root/.xine wird sie ja nur von root gesucht, das geht aber nicht, wenn man vdr aus einem init.d-script startet (jedenfalls wird auch nicht meine .xinitrc von dort benutzt)
|
|
Source code |
1 |
su root -c 'deinscript.sh' |
Quoted
Original von durchflieger
Hallo,
im ersten Artikel habe ich den Patch für die CVS Version des xineliboutput (Tag HEAD) bereitgestellt.
Gruss durchflieger
This post has been edited 2 times, last edit by "DrBoon" (Jun 30th 2009, 2:23pm)

Quoted
Originally posted by durchflieger
Diese Version ist Voraussetzung für das xine atmo post plugin dass ich in einem weiteren Thread veröffentlichen werde.
Quoted
Original von durchflieger
Falls Ihr Probleme mit stockender Videowiedergabe bei aktiven grabbing habt dann setzt mal die Queuelänge um eins höher. Hierzu neues Parameter video.output.vdpau_display_queue_length verändern.