Hallo,
Ende Mai (zur EM) soll es endlich soweit sein: DVB-T2 mit 1080p
Nachteil: Das geht dann nur mit HEVC (H.265).
Gibt es eigentlich eine Distri (MLD, yaVDR, easyVDR), die absehbar HEVC unterstützt?
Grüße
hannes_e
PS: Der LinkSys-Konzert-Patch wäre:
# file pat.c:
case 0x1B: // H.264
+ case 0x24: // H.265
Vpid = esPid;
# file remux.c:
case 0x1B: // H.264
+ case 0x24: // H.265
vpid = stream.getPid();
# und:
type = Type;
- isVideo = type == 0x01 type == 0x02 type == 0x1B; // MPEG 1, 2 or H.264
+ isVideo = type == 0x01 type == 0x02 type == 0x1B type == 0x24; // MPEG 1, 2 or H.264
delete parser;
-----------------------------------
PS2: HEVC gibt es schon auf DVB-S2 mit 2160p/UHD - channels.conf:
Code
SES UHD Demo:10994:HC56M2O0P0S1:S19.2E:22000:110=2:0;120=@106:0:0:1:0:1035:0UHD1 by ASTRA:10994:HC56M2O0P0S1:S19.2E:22000:101=2:102=@4:0:0:2:0:1035:0Fashion 4k:11112:HC23M2O0P0S1:S19.2E:22000:2815=2:0;2816=@106:0:0:12510:0:1043:0Canal+ UHD:11479:VC23M2O0P0S1:S19.2E:22000:110=2:121=@4:0:0:6401:0:1018:0Insight UHD;SES ASTRA:12344:HC23M2O0P0S1:S19.2E:30000:255=2:256=eng@3:0:0:2000:1:1097:0Pearl 4k TV UHD;SES ASTRA:12344:HC23M2O0P0S1:S19.2E:30000:2816=2:2816=@4:0:0:2010:1:1097:0
Mod.: Code-Tags verwenden!