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.
kleiner nachtrag: ich habe hier auf ubuntu 10.04 kein nvidia distributionspaket installiert - nvidia-settings & nvidia-smi kommen aus dem treiber-paket direkt von nvidia (das sich auch die kernelmodule selbst kompiliert). ich hab es nun nochmal unter vdr-xine getestet und da funktioniert das "systeminfo" plugin (mit "nvidia-settings"). ich probiere es später nochmal mit nvidia-smi (danke für den tipp!).Dein systeminfo.sh ruft nvidia-settings auf,
Ah, ja, wir fragen die GPU Temp nicht mehr über nvidia-settings ab, sondern in etwa so:
![]()
Source code
1 2 3 4 5 ... GPU=$(nvidia-smi -g 0 -q | grep 'Gpu' | grep C | tr -s ' ' | cut -d' ' -f 4) ... echo -ne "\tGPU: +"$GPU".0°C\t"$DISK1"\t"$DISK2 ...
Das gehört zum Nvidia Treiber Paket:
![]()
Source code
1 2 #/> dpkg -S nvidia-smi nvidia-current: /usr/lib/nvidia-current/bin/nvidia-smi
Regards
fnu
-- segfault mit "osdpip" unter softhddevice (mit vdr-xine geht's): |
|
Source code |
1 2 3 4 |
Feb 28 10:05:33 pvr vdr: [4848] osdpip_osd thread started (pid=4787, tid=4848) Feb 28 10:05:33 pvr vdr: [4848] osdpip: decoder thread started (pid = 4787) Feb 28 10:05:33 pvr kernel: [ 7442.663834] osdpip_osd[4848]: segfault at 3c ip 00007feefb185aec sp 00007feed98fa768 error 4 in libswscale.so. 2.1.100[7feefb179000+4a000] |
osdpip mag ich schon ganz gern
Dann lieber simple_pip. Das funktioniert wenigstens gescheit, sowohl in SD als auch in HD. Wobei ich nicht probiert habe, ob es mit softhddevice funktioniert...
das osd-pip läuft auch gut, abgesehen vom Ressourcenverbrauch

osdpip mag ich schon ganz gern
Dann lieber simple_pip. Das funktioniert wenigstens gescheit, sowohl in SD als auch in HD. Wobei ich nicht probiert habe, ob es mit softhddevice funktioniert...![]()
Gruß
iNOB

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Feb 28 20:34:28 [vdr] video: 2:20:01.828 +131 508 240/\ms 10 v-buf_ Feb 28 20:34:28 [vdr] video: 2:20:01.928 +131 504 240/\ms 9 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.028 +131 500 240/\ms 9 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.128 +132 496 240/\ms 10 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.228 +132 516 240/\ms 10 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.328 +132 464 240/\ms 10 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.428 +132 412 240/\ms 7 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.528 +132 408 240/\ms 8 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.628 +132 428 240/\ms 8 v-buf_ Feb 28 20:34:29 [vdr] video: 2:20:02.648 +140 512 240/\ms 11 v-buf_ Feb 28 20:34:30 [vdr] codec/audio: drift(5481674) 8589ms 8589968570 5.98939_ Feb 28 20:34:30 [kernel] [ 81.322298] receiver on dev[3170]: segfault at fcb40 53f ip fcb4053f sp a0b69590 error 4 Feb 28 20:34:30 [lircd-0.9.0] removed client |
|
|
Source code |
1 |
#CONFIG += -DUSE_AUDIO_DRIFT_CORRECTION |
Quoted
CONFIG := #-DDEBUG
CONFIG += -DUSE_AUDIO_DRIFT_CORRECTION # build new audio drift code
CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # debug a/v sync
#CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np
CONFIG += -DUSE_TS_AUDIO # build new ts audio parser
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")
CONFIG += $(shell pkg-config --exists alsa && echo "-DUSE_ALSA")
CONFIG += -DUSE_OSS
Und nun noch mit
Quoted
Feb 28 21:59:34 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 21:59:34 [vdr] audio/alsa: using device 'default'_
Feb 28 21:59:34 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 21:59:34 [vdr] audio/alsa: buffer size 4608 96ms, period size 1152 24ms_
Feb 28 21:59:34 [vdr] audio/alsa: delay 266 ms_
Feb 28 21:59:34 [vdr] video: missed frame (4/0)_
Feb 28 21:59:34 [vdr] video: 0:00:00.-40+88888 143 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 21:59:34 [vdr] video: missed frame (5/0)_
Feb 28 21:59:34 [vdr] video: missed frame (6/0)_
Feb 28 21:59:35 [vdr] video: missed frame (7/0)_
Feb 28 21:59:35 [vdr] video: missed frame (8/0)_
Feb 28 21:59:35 [vdr] video: missed frame (9/0)_
Feb 28 21:59:35 [vdr] video: missed frame (10/0)_
Feb 28 21:59:35 [vdr] video: missed frame (11/0)_
Feb 28 21:59:35 [vdr] video: missed frame (12/0)_
Feb 28 21:59:35 [vdr] video: missed frame (13/0)_
Feb 28 21:59:36 [vdr] video: missed frame (14/0)_
Feb 28 21:59:36 [vdr] video: missed frame (15/0)_
Feb 28 21:59:36 [vdr] video: missed frame (16/0)_
Feb 28 21:59:36 [vdr] video: missed frame (17/0)_
Feb 28 21:59:36 [vdr] video: missed frame (18/0)_
Feb 28 21:59:36 [vdr] video: missed frame (19/0)_
Feb 28 21:59:36 [vdr] video: missed frame (20/0)_
Feb 28 21:59:36 [vdr] video: missed frame (21/0)_
Feb 28 21:59:37 [vdr] video: missed frame (22/0)_
Feb 28 21:59:37 [vdr] video: missed frame (23/0)_
Feb 28 21:59:37 [vdr] video: missed frame (24/0)_
Feb 28 21:59:37 [vdr] video: missed frame (25/0)_
Hier weder Bild noch Ton (OSD geht):
Quoted
CONFIG += -DUSE_TS_VIDEO # build new ts video parser
Grüße
Quoted
Feb 28 22:02:06 [vdr] [20672] [softhddev]SetPlayMode: 1_
Feb 28 22:02:06 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 4 times -
Feb 28 22:02:06 [vdr] video: missed frame (1/0)_
Feb 28 22:02:06 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:06 [vdr] video: missed frame (2/0)_
Feb 28 22:02:06 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:06 [vdr] video: missed frame (3/0)_
Feb 28 22:02:06 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:06 [vdr] video: missed frame (4/0)_
Feb 28 22:02:06 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:07 [vdr] video: missed frame (5/0)_
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:07 [root] Focus: (1078, 1911(softhddevice) - 21384
Feb 28 22:02:07 [root] Focus: 0
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:07 [vdr] video: missed frame (6/0)_
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 3 times -
Feb 28 22:02:07 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:07 [vdr] video: missed frame (7/0)_
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 11 times -
Feb 28 22:02:07 [vdr] video: missed frame (8/0)_
Feb 28 22:02:07 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 4 times -
Feb 28 22:02:08 [vdr] video: missed frame (9/0)_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:08 [vdr] video: missed frame (10/0)_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:08 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:08 [vdr] video: missed frame (11/0)_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:08 [vdr] [21286] buffer usage: 70% (tid=21284)
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:08 [vdr] [21467] EnigmaNG effects thread started (pid=20672, tid=21467)
Feb 28 22:02:08 [vdr] video: missed frame (12/0)_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:08 [vdr] video: missed frame (13/0)_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:08 [vdr] [20672] switching to channel 25
Feb 28 22:02:08 [vdr] [20672] [softhddev]SetPlayMode: 0_
Feb 28 22:02:08 [vdr] [20672] [softhddev]SetVideoDisplayFormat: 0_
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:08 [vdr] [21286] buffer usage: 80% (tid=21284)
Feb 28 22:02:08 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 6 times -
Feb 28 22:02:09 [vdr] video: missed frame (14/0)_
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:09 [vdr] [21286] buffer usage: 90% (tid=21284)
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 4 times -
Feb 28 22:02:09 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:09 [vdr] [20672] Decreased stripper usage for pid: 6010, used 0
Feb 28 22:02:09 [vdr] [20672] Delete stripper for pid: 6010
Feb 28 22:02:09 [vdr] [20672] Added stripper for pid: 6110 and type 1b
Feb 28 22:02:09 [vdr] [21455] osdteletext-receiver thread ended (pid=20672, tid=21455)
Feb 28 22:02:09 [vdr] [21286] buffer usage: 50% (tid=21284)
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:09 [vdr] [20672] buffer stats: 0 (0%) used
Feb 28 22:02:09 [vdr] [20672] [softhddev]SetPlayMode: 1_
Feb 28 22:02:09 [vdr] [21468] osdteletext-receiver thread started (pid=20672, tid=2146
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 3 times -
Feb 28 22:02:09 [vdr] video: missed frame (15/0)_
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 6 times -
Feb 28 22:02:09 [vdr] video: missed frame (16/0)_
Feb 28 22:02:09 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 4 times -
Feb 28 22:02:10 [vdr] video: missed frame (17/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:10 [vdr] video: missed frame (18/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:10 [vdr] video: missed frame (19/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:10 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:10 [vdr] video: missed frame (20/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:10 [vdr] video: missed frame (21/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:10 [vdr] video: missed frame (22/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:10 [vdr] video: missed frame (23/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:10 [vdr] video: missed frame (24/0)_
Feb 28 22:02:10 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:11 [vdr] video: missed frame (25/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:11 [vdr] video: missed frame (26/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:11 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:11 [vdr] video: missed frame (27/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:11 [vdr] video: missed frame (28/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:11 [vdr] [21286] buffer usage: 70% (tid=21284)
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:11 [vdr] video: missed frame (29/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:11 [vdr] video: missed frame (30/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:11 [vdr] [21286] buffer usage: 80% (tid=21284)
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:11 [vdr] video: missed frame (31/0)_
Feb 28 22:02:11 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:12 [vdr] video: missed frame (32/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:12 [vdr] video: missed frame (33/0)_
Feb 28 22:02:12 [vdr] [21286] buffer usage: 90% (tid=21284)
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:12 [vdr] video: missed frame (34/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:12 [vdr] [21284] ERROR: TS packet not accepted in Transfer Mode
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:12 [vdr] video: missed frame (35/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated twice -
Feb 28 22:02:12 [vdr] [21286] buffer usage: 100% (tid=21284)
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
Feb 28 22:02:12 [vdr] video: missed frame (36/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:12 [vdr] video: missed frame (37/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
- Last output repeated 2 times -
Feb 28 22:02:12 [vdr] video: missed frame (38/0)_
Feb 28 22:02:12 [vdr] video: 0:00:00.-40+88888 0 0/\ms 0 v-buf_
[Und nun noch mitHier weder Bild noch Ton (OSD geht):
Quoted
CONFIG += -DUSE_TS_VIDEO # build new ts video parser
[Und nun noch mitHier weder Bild noch Ton (OSD geht):
Quoted
CONFIG += -DUSE_TS_VIDEO # build new ts video parser
Die Option ist noch nicht fertig, da wollte ich anfangen, aber der Audiodrift kam dazwischen.
Johns
|
|
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 |
Feb 28 23:48:17 pvr vdr: video: slow down video . . Feb 28 23:48:17 pvr vdr: video: 2:29:46.978 +147 266 0/\ms 53 v-buf Feb 28 23:48:17 pvr vdr: video: 2:29:46.978 +127 246 0/\ms 52 v-buf Feb 28 23:48:17 pvr vdr: video: slow down video Feb 28 23:48:17 pvr vdr: video: 2:29:46.998 +107 206 0/\ms 52 v-buf Feb 28 23:48:17 pvr vdr: video: 2:29:46.998 +87 186 0/\ms 51 v-buf Feb 28 23:48:17 pvr vdr: video: slow down video Feb 28 23:48:17 pvr vdr: video: 2:29:47.018 +67 242 0/\ms 57 v-buf Feb 28 23:48:17 pvr vdr: video: slow down video Feb 28 23:48:17 pvr vdr: video: 2:29:47.038 +47 202 0/\ms 56 v-buf Feb 28 23:48:19 pvr vdr: [7542] EnigmaNG effects thread ended (pid=7442, tid=7542) Feb 28 23:48:19 pvr vdr: video/vdpau: osd clear dirty 1276x178+0+542 Feb 28 23:48:21 pvr vdr: video: slow down video Feb 28 23:48:21 pvr vdr: video: 2:29:51.338 +70 245 0/\ms 55 v-buf Feb 28 23:48:22 pvr vdr: video: slow down video Feb 28 23:48:22 pvr vdr: video: 2:29:51.958 +50 229 0/\ms 56 v-buf Feb 28 23:48:25 pvr vdr: codec/audio: drift( 89) 0ms -45076 -4.44058e-06 Feb 28 23:48:31 pvr vdr: [7455] changing pids of channel 1178 from 401+401=2:402=deu@3:0:0 to 501+501=2:502=deu@3:0:0 Feb 28 23:48:35 pvr vdr: codec/audio: drift( 87) 0ms -84651 -4.17058e-06 Feb 28 23:48:40 pvr vdr: video: slow down video Feb 28 23:48:40 pvr vdr: video: 2:30:10.458 +33 245 0/\ms 61 v-buf Feb 28 23:48:45 pvr vdr: codec/audio: drift( 85) 0ms -131445 -4.33386e-06 Feb 28 23:48:55 pvr vdr: codec/audio: drift( 84) 0ms -150938 -3.72883e-06 Feb 28 23:48:56 pvr vdr: video: 2:30:25.798 -27 223 0/\ms 59 v-buf Feb 28 23:49:05 pvr vdr: codec/audio: drift( 83) 0ms -197652 -3.90389e-06 Feb 28 23:49:15 pvr vdr: codec/audio: drift( 82) 0ms -220243 -3.62252e-06 Feb 28 23:49:26 pvr vdr: codec/audio: drift( 81) 0ms -263654 -3.72328e-06 Feb 28 23:49:36 pvr vdr: codec/audio: drift( 80) 0ms -282578 -3.49635e-06 Feb 28 23:49:46 pvr vdr: codec/audio: drift( 79) 0ms -323034 -3.55113e-06 Feb 28 23:49:56 pvr vdr: video: 2:31:25.798 -18 207 0/\ms 59 v-buf Feb 28 23:49:56 pvr vdr: codec/audio: drift( 78) 0ms -357560 -3.54041e-06 Feb 28 23:50:06 pvr vdr: codec/audio: drift( 77) 0ms -398570 -3.58722e-06 Feb 28 23:50:16 pvr vdr: codec/audio: drift( 76) 0ms -422865 -3.49141e-06 . . |
This post has been edited 1 times, last edit by "ciax" (Feb 28th 2012, 11:54pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Feb 29 08:04:30 i3v vdr: video: 11:00:58.599 +31 212 0/\ms 35 v-buf Feb 29 08:04:30 i3v vdr: video: slow down video Feb 29 08:04:30 i3v vdr: video: 11:00:58.819 +31 183 0/\ms 35 v-buf Feb 29 08:04:30 i3v vdr: video: slow down video Feb 29 08:04:30 i3v vdr: video: 11:00:59.019 +30 176 0/\ms 33 v-buf Feb 29 08:04:30 i3v vdr: video: slow down video Feb 29 08:04:30 i3v vdr: video: 11:00:59.279 +30 171 0/\ms 28 v-buf Feb 29 08:04:31 i3v vdr: video: slow down video Feb 29 08:04:31 i3v vdr: video: 11:00:59.479 +31 163 0/\ms 28 v-buf Feb 29 08:04:31 i3v vdr: video: slow down video Feb 29 08:04:31 i3v vdr: video: 11:00:59.719 +31 179 0/\ms 30 v-buf Feb 29 08:04:31 i3v vdr: video: slow down video Feb 29 08:04:31 i3v vdr: video: 11:00:59.939 +30 182 0/\ms 29 v-buf Feb 29 08:04:31 i3v vdr: video: slow down video Feb 29 08:04:31 i3v vdr: video: 11:01:00.179 +30 167 0/\ms 31 v-buf Feb 29 08:04:32 i3v vdr: video: slow down video Feb 29 08:04:32 i3v vdr: video: 11:01:00.379 +30 191 0/\ms 29 v-buf |
Findet Ihr es in Ordnung, in welcher Geschwindigkeit die "slow down video" durchlaufen?
M.E. ist auch der Bildeindruck nicht optimal, sichtbar bei langsamen Schwenks. Ist natürlich schwer zu beurteilen, da die Kette im Lab nicht optimal ist, jetzt müsste das wohl einmal an den großen Plasma...