HEVC
Aus VDR Wiki
(Unterschied zwischen Versionen)
Jsffm (Diskussion | Beiträge) (→Was geht?: Xineliboutput) |
Mtron (Diskussion | Beiträge) (softhddevice hevc git repo aktualisiert) |
||
Zeile 17: | Zeile 17: | ||
;Wiedergabe | ;Wiedergabe | ||
− | * Für das [[Softhddevice-plugin|Softhddevice]] Plugin mit [https://github.com/FFmpeg/FFmpeg/tree/release/3.2 ffmpeg 3.2] ist eine Weiterentwicklung im [https://github.com/ | + | * Für das [[Softhddevice-plugin|Softhddevice]] Plugin mit [https://github.com/FFmpeg/FFmpeg/tree/release/3.2 ffmpeg 3.2] ist eine Weiterentwicklung im [https://github.com/pesintta/vdr-plugin-softhddevice/tree/vpp_support fork] von pesintta verfügbar (branch vpp_support). |
− | git clone https://github.com/ | + | git clone https://github.com/pesintta/vdr-plugin-softhddevice.git |
cd vdr-plugin-softhddevice | cd vdr-plugin-softhddevice | ||
− | git checkout | + | git checkout vpp_support |
Diskussion dazu im [http://www.vdr-portal.de/board17-developer/board21-vdr-plugins/129888-softhddevice-with-hevc vdr-portal]. | Diskussion dazu im [http://www.vdr-portal.de/board17-developer/board21-vdr-plugins/129888-softhddevice-with-hevc vdr-portal]. |
Version vom 11. April 2017, 18:28 Uhr
High Efficiency Video Coding
Auch H265 oder H.265 genannt, Codec, wird bei UHD und in Deutschland bei DVB-T2 eingesetzt.
Inhaltsverzeichnis |
Patches
HEVC-Patch für VDR - Ab vdr-2.3.2 ist HEVC Unterstützung integriert.
Was geht?
- Aufzeichnen
- Ab VDR-2.3.2 ist die HEVC-Unterstützung integriert. Ältere Versionen benötigen den Core Patch oben.
- Wiedergabe
- Für das Softhddevice Plugin mit ffmpeg 3.2 ist eine Weiterentwicklung im fork von pesintta verfügbar (branch vpp_support).
git clone https://github.com/pesintta/vdr-plugin-softhddevice.git cd vdr-plugin-softhddevice git checkout vpp_support
Diskussion dazu im vdr-portal.
- Für das Plugin Xineliboutput gibt es einen ersten Patch
und eine neue Version 2.0.0-pre1
wobei die CPU-Last auf einer GTX 950 recht hoch ist.
- Ausgabe per KODI kann über eine .strm Datei erfolgen
-
git clone https://github.com/FernetMenta/vdr-plugin-vnsiserver.git
- Plugins
- femon Plugin
git clone https://github.com/rofafor/vdr-plugin-femon
Was fehlt noch?
xvdr Plugin
Hardware
- Nvidia-Karten mit VDPAU Feature Level F/G, haben einen eigenen HEVC Hardware Decoder
- Das sind Karten mit Maxwell (ab 2.Generation VP7) und Pascal-Architektur (VP8) : GTX 950, GTX 960, GTX 750 SE, GTX 1050, GTX 1070, GTX 1080.
- Karten mit Maxwell 1.0 und Kepler z.B. GT 710, GT 730 benutzen zusätzlich die CPU zur Wiedergabe des HEVC Materials, welche dann entsprechend leistungsstark sein muss.
- Intel
- ab Cherry Trail-T Atom Decoder
- ab Cherryview/Braswell Celeron/ Pentium Decoder
- ab Skylake ( HEVC max. 8bit/30Hz/HDMI 1.4. )
- Kaby Lake verbesserte Codec-Beschleunigungen für H.265
- ARM
- Odroid C1, C1+ (HDMI 1.4), C2 (HDMI 2.0)
Links
-