# Hungary / Szekesfehervar # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy # # A.multiplex UHF-30: # FREE ----------------------------------------------------------------------------------- # m1 HD, m2 HD, Duna World, Duna HD, MR1 Kossuth Radio, MR2 Petofi Radio, MR3 Bartok Radio [CHANNEL] DELIVERY_SYSTEM = DVBT FREQUENCY = 546000000 BANDWIDTH_HZ = 8000000 CODE_RATE_HP = 3/4 CODE_RATE_LP = NONE MODULATION = QAM/64 TRANSMISSION_MODE = 8K GUARD_INTERVAL = 1/4 HIERARCHY = NONE INVERSION = AUTO # # B.multiplex UHF-29: # NON-FREE -------------------------------------------------------------------------------- # PRO4, VIASAT3, Prizma TV, Muzsika TV, Universal Channel, Comedy Central, Minimax, # Cartoon Network, Spektrum, History, Sport1, Sport2, Dorcel TV [CHANNEL] DELIVERY_SYSTEM = DVBT FREQUENCY = 538000000 BANDWIDTH_HZ = 8000000 CODE_RATE_HP = 3/4 CODE_RATE_LP = NONE MODULATION = QAM/64 TRANSMISSION_MODE = 8K GUARD_INTERVAL = 1/4 HIERARCHY = NONE INVERSION = AUTO # # C.multiplex UHF-63: # FREE -------------------------------------------------------------------------------- # RTL Klub, TV2, Euronews Test, Info csatorna, Neo FM # NON-FREE ---------------------------------------------------------------------------- # Cool, Film+, HBO, National Geographic, Disney Channel, AXN, FEM3, Private spice, ATV, # HirTV, Sportklub [CHANNEL] DELIVERY_SYSTEM = DVBT FREQUENCY = 810000000 BANDWIDTH_HZ = 8000000 CODE_RATE_HP = 3/4 CODE_RATE_LP = NONE MODULATION = QAM/64 TRANSMISSION_MODE = 8K GUARD_INTERVAL = 1/4 HIERARCHY = NONE INVERSION = AUTO mmitdiffstats
path: root/isdb-t/br-ma-Caxias (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05Fix the Makefile to do the right thing after the conversionMauro Carvalho Chehab1-5/+8
Now that the tables got converted, rewrite it to generate DVBv3 from the DVBv5 channels, and to generate DVBv5 again from DVBv3, for testing purposes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Move the contents of dvbv5_dvb-t into dvb-tMauro Carvalho Chehab1172-8674/+832
Now that we have everything with DVBv5 format, we can get rid of duplicated tables. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Convert existing tables to DVBv5 formatMauro Carvalho Chehab891-7439/+72141
All comments were preserved on this conversion, thanks to a temporary patch for libdvbv5. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04Makefile: Add support to convert from DVBv5 to DVBv3Mauro Carvalho Chehab1-2/+13
That does the conversion from a previously generated DVBv5 directory back to DVBv3. This is useful to check if dvb-fe-convert is doing the right thing. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>