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.
Ab und zu mal sehe ich beim Starten das:
[NULL @ 0xb2d00480] insufficient thread locking around avcodec_open/close()
This post has been edited 2 times, last edit by "johns" (Jan 4th 2012, 5:16pm)
Wenn man nur Fernsehen will, würde ich diese Version als Produktions reif ansehen.
Wenn man nur Fernsehen will, würde ich diese Version als Produktions reif ansehen.
Da vor Ton, definitiv erstmal ein gutes Bild kommt, stellt sich die Frage wie es mit dem Color-Management aussieht?
- ITU BT601 und ITU BT709, wobei der Farbraum BT709 für HD ist, und BT601 für SD
- RGB studio levels (16-235)?
Mir ist guter Ton um einiges wichtiger, als ein gutes Bild
FullAck

This post has been edited 1 times, last edit by "fnu" (Jan 5th 2012, 7:55pm)
@johns
Gut, wollte ich nur wissen, weil Stand jetzt gibt es halt noch tote schwarze Flächen und gelegentlich sind die Farben ein wenig "Off" ...
This post has been edited 1 times, last edit by "johns" (Jan 7th 2012, 2:06pm)
Wenn du GIT verwendest, dann kannst mal testen ob es jetzt besser ist. (studio level fehlt aber noch)
Moin Moin,
klingt ja sehr gut alles .. mir fehlt aber für den produktiven einsatz definitiv SPDIF Passthrough.
Gibts da schon einen Plan für.
Werde es aber trotzdem mal testen.
Hat jemand schon ein ebuild geschrieben?
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
>>> Compiling source in /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999 ... make -j3 all CC=i686-pc-linux-gnu-gcc 'CFLAGS=-march=prescott -O2 -pipe -fomit-frame-pointer -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CONFIG= -DUSE_VDPAU -DUSE_ALSA' LIBDIR=. g++ -march=prescott -O2 -pipe -fomit-frame-pointer -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include/v4l-dvb-hg -I/usr/include -c -o softhddevice.o softhddevice.cpp i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include/v4l-dvb-hg -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o softhddev.o softhddev.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include/v4l-dvb-hg -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o video.o video.c softhddevice.cpp: In destructor »virtual cSoftOsd::~cSoftOsd()«: softhddevice.cpp:138: Fehler: »vidWin« wurde in diesem Gültigkeitsbereich nicht definiert softhddevice.cpp: In member function »virtual void cSoftOsd::Flush()«: softhddevice.cpp:156: Fehler: »vidWin« wurde in diesem Gültigkeitsbereich nicht definiert make: *** [softhddevice.o] Fehler 1 make: *** Warte auf noch nicht beendete Prozesse... emake failed |
Quoted
Original von free-x
Tempräre Lösung
./configure --disable-yaepg
Mein VDR ist zwar mit Extensions gepatcht aber yaepg ist nicht aktiviert...trotzdem softdevice findet yaepg patch
Zitat aus der README.DE des Extensions-Patch
Quoted
Wenn YAEPG nicht aktiviert wird, muss softdevice mit "./configure --disable-yaepg" erstellt werden.
This post has been edited 1 times, last edit by "mentox" (Jan 7th 2012, 11:43pm)
|
|
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
>>> Unpacking source... remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 4), reused 0 (delta 0) Unpacking objects: 100% (5/5), done. From git://projects.vdr-developer.org/vdr-plugin-softhddevice fd60c3c..9568c5b master -> master GIT update --> repository: git://projects.vdr-developer.org/vdr-plugin-softhddevice.git updating from commit: fd60c3c1325f8254276b70a91eba8d28402a4ddb to commit: 9568c5bd93a5d3056ba258fc90ed8cc0520b9243 ChangeLog | 1 + Todo | 1 + softhddevice.cpp | 4 ++++ 3 files changed, 6 insertions(+), 0 deletions(-) branch: master storage directory: "/usr/portage/distfiles/egit-src/vdr-plugin-softhddevice.git" checkout type: bare repository Cloning into /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999... done. Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999 >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999 ... * Patching Makefile >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-softhddevice-9999/work/softhddevice-9999 ... make -j5 all CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CONFIG= -DUSE_VDPAU -DUSE_ALSA' LIBDIR=. g++ -march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include -I/usr/include -c -o softhddevice.o softhddevice.cpp x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o softhddev.o softhddev.c x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o video.o video.c x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o audio.o audio.c x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_DDEPGENTRY -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_PLUGINMISSING -DUSE_VDPAU -DUSE_ALSA -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include -I/usr/include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags vdpau` `pkg-config --cflags alsa` -c -o codec.o codec.c codec.c: In function 'Codec_get_buffer': codec.c:177: error: 'AVCodecContext' has no member named 'pkt' codec.c:178: error: 'AVFrame' has no member named 'pkt_pts' codec.c:178: error: 'AVCodecContext' has no member named 'pkt' codec.c:180: error: 'AVFrame' has no member named 'pkt_pts' codec.c:202: error: 'AVCodecContext' has no member named 'pkt' codec.c:203: error: 'AVFrame' has no member named 'pkt_pts' codec.c:203: error: 'AVCodecContext' has no member named 'pkt' codec.c:205: error: 'AVFrame' has no member named 'pkt_pts' codec.c: In function 'CodecVideoOpen': codec.c:432: error: 'AVCodecContext' has no member named 'active_thread_type' make: *** [codec.o] Error 1 make: *** Waiting for unfinished jobs.... video.c: In function 'VideoSetPts': video.c:6254: error: 'AVFrame' has no member named 'pkt_pts' video.c:6257: error: 'AVFrame' has no member named 'pkt_dts' make: *** [video.o] Error 1 emake failed |