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.

This post has been edited 1 times, last edit by "iNOB" (Mar 14th 2011, 10:58am)

This post has been edited 3 times, last edit by "ebsi" (Mar 14th 2011, 2:18pm)

Quoted
Original von Atechsystem
Welche deinterleacer kann man mit den Optionen für vaapi deinterleacing aktivieren?
0 = Aus?
1 = Bob?
2 = Temporal?
. CPU-Last und Leistungsaufnahme sind phänomenal niedrig. HD und SD läuft bei ersten Tests ordentlich. Lediglich|
|
Source code |
1 2 3 |
# Priorität für Dekoder ffmpegaudio # numeric, default: 0 engine.decoder_priorities.ffmpegaudio:1 |
|
|
Source code |
1 |
engine.decoder_priorities.ffmpegaudio:1 |

Quoted
Original von ebsi
Man nehme das letze svn r150.
Verwende vdr-xine.
Unter den plugin Einstellung für vdr-xine stelle man "OSD Display mode" auf -> X11 overlay und betrachte das OSD.
Quoted
xiTK has received SIGSEGV signal, RIP.
Quoted
Originally posted by Flachzange
Danke Wolfgang. Das hat geholfen!
@ebsi
Das OSD sieht jetzt top aus. Wenn das mit xineliboutput laufen würde, wäre das die Ideallösung, denn da sind ja schon gute Software-Deinterlacer drin.
Beim Deinterlacer 2 in vdr-xine ruckelt bei mir das Bild. Die anderen beiden nicht, sind aber auch nicht besonders schön.
Danke erstmal, so ist vaapi jetzt auch im vdr wirklich nutzbar.

Quoted
Originally posted by wbreu
Nabend,
nach etwas längerer Pause, mal wieder VDR...
Super freut mich, dass es soweit voran geht.
@ebsi,
danke dir dafür, dass du so fleissig bist, soweit sieht das ja schon sehr gut aus mit der neuen Variante inkl. vaapi und dem vdr-xine-plugin.
Ich habe mir erlaubt mal meine Homepage auf den aktuellen Stand zu bringen und deine Tips von hier zusammenzufassen.
@Flachzange, nimm mal eine aktuelle xine-ui.
Gruß
Wolfgang


Quoted
Original von Atechsystem
Das Deinterleacing über die VAAPI Option funktioniert bei mir nicht. Option 2 (Bob) führt lediglich zu einem Auffälligen Ruckeln.

This post has been edited 1 times, last edit by "iNOB" (Mar 16th 2011, 7:21pm)
|
|
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 |
Make sure you have the following in your ~/.xine/config. General ffmpeg settings : # Priorität für Dekoder ffmpeg-wmv8 # numeric, default: 0 engine.decoder_priorities.ffmpeg-wmv8:0 # Priorität für Dekoder ffmpeg-wmv9 # numeric, default: 0 engine.decoder_priorities.ffmpeg-wmv9:0 # Priorität für Dekoder ffmpegvideo # numeric, default: 0 engine.decoder_priorities.ffmpegvideo:1 # Priorität für Dekoder mpeg2 # numeric, default: 0 #engine.decoder_priorities.mpeg2:0 Video out settings : #vaapi: set deinterlace to 0 ( none ), 1 ( top field ), 2 ( bob ). # numeric, default: 0 video.output.vaapi_deinterlace:2 # vaapi: reinit vaapi on every format change. When no reinit is used deinterlaced is turned off. # numeric, default: 1 #video.output.vaapi_reinit:1 It is posible not to use reinit on every format change. The problem is that this does not work relayable. On Intel VAAPI the driver crashes. Therefore deinterlacing is disabled when reinit is set to 0. Notes on use with VDR. The OSD will have some delay. This is technical and can only be overcome writting a complete new decoder which use VAAPI direct and not ffmpeg. Call xine like : xine -V vaapi video.mkv |

This post has been edited 1 times, last edit by "ebsi" (Mar 17th 2011, 2:21pm)
Quoted
Notes on use with VDR. The OSD will have some delay. This is technical and can only be overcome