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 "CKone" (Apr 22nd 2012, 6:06pm)
This post has been edited 1 times, last edit by "CKone" (Apr 22nd 2012, 8:07pm)
|
|
Source code |
1 2 3 4 |
Apr 24 19:35:43 CKone vdr: [1642] EPGSearch: search timer update finished Apr 24 19:36:30 CKone vdr: video: 10:07:07.574 +25 207 0/\ms 21 v-buf Apr 24 19:37:30 CKone vdr: video: 10:08:07.574 +25 207 0/\ms 30 v-buf Apr 24 19:38:30 CKone vdr: video: 10:09:07.574 +25 207 0/\ms 22 v-buf |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Apr 24 19:42:11 CKone vdr: [1374] [softhddev]SetPlayMode: 0 Apr 24 19:42:11 CKone vdr: [1374] [softhddev]SetVideoDisplayFormat: 1 Apr 24 19:42:11 CKone vdr: [3989] TS buffer on device 1 thread ended (pid=1374, tid=3989) Apr 24 19:42:11 CKone vdr: [3988] buffer stats: 233308 (5%) used Apr 24 19:42:11 CKone vdr: [3988] receiver on device 1 thread ended (pid=1374, tid=3988) Apr 24 19:42:11 CKone vdr: [3992] receiver on device 1 thread started (pid=1374, tid=3992) Apr 24 19:42:11 CKone vdr: [3993] TS buffer on device 1 thread started (pid=1374, tid=3993) Apr 24 19:42:11 CKone vdr: [1374] [softhddev]SetPlayMode: 1 Apr 24 19:42:11 CKone vdr: audio/alsa: using device 'default' Apr 24 19:42:12 CKone vdr: audio/alsa: delay 264ms Apr 24 19:42:12 CKone vdr: codec: buggy ffmpeg/libav Apr 24 19:43:12 CKone vdr: video: decoder buffer empty, duping frame (311/90) 0 v-buf Apr 24 19:43:12 CKone vdr: video: 12:04:04.626 +28 387 240/\ms 12 v-buf Apr 24 19:44:12 CKone vdr: video: 12:05:04.626 +28 460 240/\ms 14 v-buf Apr 24 19:45:12 CKone vdr: video: 12:06:04.626 +28 436 240/\ms 14 v-buf |
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
ii libavcodec-dev 4:0.8.1-0ubuntu1 Development files for libavcodec ii libavcodec53 4:0.8.1-0ubuntu1 Libav codec library ii libavformat-dev 4:0.8.1-0ubuntu1 Development files for libavformat ii libavformat53 4:0.8.1-0ubuntu1 Libav file format library ii libavutil-dev 4:0.8.1-0ubuntu1 Development files for libavutil ii libavutil51 4:0.8.1-0ubuntu1 Libav utility library ii libpostproc52 4:0.8.1-0ubuntu1 Libav video postprocessing library ii libswscale-dev 4:0.8.1-0ubuntu1 Development files for libswscale ii libswscale2 4:0.8.1-0ubuntu1 Libav video scaling library |
This post has been edited 1 times, last edit by "CKone" (Apr 24th 2012, 10:11pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
diff --git a/video.c b/video.c
index 5958502..d965d8c 100644
--- a/video.c
+++ b/video.c
@@ -7629,7 +7629,7 @@ static int64_t VdpauGetClock(const VdpauDecoder * decoder)
// - 2 fields are future, + 2 in driver queue
return decoder->PTS -
20 * 90 * (2 * atomic_read(&decoder->SurfacesFilled)
- - decoder->SurfaceField - 2 + 2);
+ - decoder->SurfaceField - 2 + 2 + 3);
}
// + 2 in driver queue
return decoder->PTS - 20 * 90 * (atomic_read(&decoder->SurfacesFilled) +
|
Dann kombinier das mal bitte mit AudioDelay.
Durch deine Geräte kommt es ja auch zu einer Verschiebung, da die bei jedem anders ist, kann man die im Setup verstellen.
Wichtig ist das im Plugin SD + HD keine Unterschiedlichen Werte brauchen.
This post has been edited 1 times, last edit by "CafeDelMar" (May 3rd 2012, 7:33pm)
Wichtig ist das im Plugin SD + HD keine Unterschiedlichen Werte brauchen.