Jump to content


Photo

1080p mode for VideoHardware.py


  • Please log in to reply
18 replies to this topic

#1 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 5 August 2012 - 19:04

hi PLi team

would you please add 1080p mode to http://openpli.git.s...ideoHardware.py

?

rates["1080p"] =  { "50Hz": { 50: "1080p50" },
	    "24Hz": { 24: "1080p" },
	    "25Hz": { 25: "1080p" },
	    "30Hz": { 30: "1080p" },
	    "60Hz": { 60: "1080p" },
	    "multi":  { 50: "1080p50", 60: "1080p" } }

should be added

  modes["YPbPr"] = ["720p", "1080i", "576p", "480p", "576i", "480i", "1080p"]
  modes["DVI"] = ["720p", "1080i", "576p", "480p", "576i", "480i", "1080p"]

should be edited for 1080p

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #2 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 5 August 2012 - 22:22

At moment there is no hardware which is support by pli for 1080p50/60

YPbPr maximum resolution is I so far I know 720p
rates 1080p24/25/30 is so far I know no legal resolution for dvb

Close topic for now?
XP1000, Clarketech CT9000 and a VU+ duo

Re: 1080p mode for VideoHardware.py #3 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 5 August 2012 - 22:46

find other mipsel STBs with 1080p support yourself

google is your friend

it's good to have more features when we can

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #4 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 5 August 2012 - 23:07

1080p support yes.... but no p50/60.......

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 1080p mode for VideoHardware.py #5 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 August 2012 - 16:37

it's for gigablue (example)

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #6 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 6 August 2012 - 17:11

Are you 100% sure it does output 1080p50/60??? ANd do you also know what TV is required????

And we cannot simply adapt that as we need a feature check on hardware there....

Edited by littlesat, 6 August 2012 - 17:12.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 1080p mode for VideoHardware.py #7 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 August 2012 - 17:14

yeah i'm sure , it's from Open MIPS private git

as i know new LED TVs supports it

so is there any hope that we can see 1080p in PLi enigma2 or we should patch it ourselves ?

Edited by Persian Prince, 6 August 2012 - 17:15.

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #8 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 6 August 2012 - 17:19

We do not support Giga Blue.... so we are not able to test too... And in adition it needs a hardware check too (so you do not get the option on the other boxes - thas is the biggest leak in this patch). So I suggest it is better for now to add a patch to enigma2 for it when someone creates an openpli based image for these boxes rather then put it standardwize in OpenPli.

P.S. Where can I find sources/movies with 1080p50/60 content????

Edited by littlesat, 6 August 2012 - 17:21.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 1080p mode for VideoHardware.py #9 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 August 2012 - 17:59

it's already tested so don't worry about it

all i'm asking is supporting something new not supporting other boxes

why should we use patches when we can have it in original PLi with simple changes ?

about movies i think you should search for blueray or mkv movies (i'm not sure about this) but you can see those options in WD TV media players from Western Digital too

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #10 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 6 August 2012 - 19:53

There are NO 1080p50 Bluray movies!!! What Bluray calls 1080p is either 1080p30, 1080p25 or 1080p24 (film mode).

And that is why you ALWAYS must mention WHAT 1080p mode you mean. I know some sigma receiver can indeed output 1080p50/1080p60 to the television set. Most decent television have been able to handle that signal for years and years, you don't need a "recent" television for that.

Now what is the use. There are only two uses that come to my mind:
- Home shot 1080p50 material. Yes, my videocamera can shoot in 1080p50. But I don't use it, because it takes up way to much bandwidth and too much cpu to play on a computer.
- The STB can do a bob&weave deinterlacing, which in itself is very interesting, this is the only type of deinterlacing that does not discard image information. On the other hand, if you send the tv set the original 1080i50 (1080i60) signal, it will happily do the same.

There are no DVB broadcasters using 1080p50/p60, it's not defined in the standard. And that's probably why no broadcom SoC's support it.

Also please keep two things separated. Support for 1080p50/p60 in the autoresolution is not equal to support in enigma. If enigma would support the mode, you'd already be able to watch your 1080p50/p60 stuff, there is no absolute need for support in autoresolution for that.

Having said that, I think there is no real objection to not include 1080p50/p60 support in enigma, it won't hurt. I only think you will find no developers willing to sacrifice time on implemenation. So a complete patch for support in enigma is welcome, imho. After that, autoresolution support is a piece of cake.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: 1080p mode for VideoHardware.py #11 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 August 2012 - 22:58

1080p.patch for VideoHardware.py

(created by diff -u)

works ok

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #12 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 6 August 2012 - 23:23

component cannot do 1080p (neither refreshrate)

Re: 1080p mode for VideoHardware.py #13 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 7 August 2012 - 06:42

check sifteam enigma2 : https://github.com/SIFTeam/enigma2

they did it for their enigma2 (based on Open PLi)

and maybe you can add some extra things too (from their enigma2)

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #14 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 7 August 2012 - 11:11

component cannot do 1080p (neither refreshrate)

Indeed......

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 1080p mode for VideoHardware.py #15 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 September 2012 - 08:40

thanks for http://openpli.git.s...2443b120d9a92ef

also add 1080p to

http://openpli.git.s.../VideoWizard.py

and

http://openpli.git.s...videowizard.xml

thanks :)

and something else for Open PLi 3.0 : http://git.opendream...2093960aa88f5c5 ;)

Edited by Persian Prince, 3 September 2012 - 08:42.

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #16 radxnl

  • Senior Member
  • 1,527 posts

+57
Good

Posted 3 September 2012 - 08:43

hi,

is there really some one out there that uses the videowizard?

to be honest i am thinking about changing the whole wizard stuff for a long time so we'll see what happens ;)

Re: 1080p mode for VideoHardware.py #17 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 September 2012 - 08:52

yeah AZBox and GigaBlue owners ;)

eager to see your idea ;)

Open Vision sources: https://github.com/OpenVisionE2


Re: 1080p mode for VideoHardware.py #18 guirigui

  • Senior Member
  • 297 posts

0
Neutral

Posted 9 September 2012 - 09:12

HI,

Trying to output 1080P is a very bad idea anyway as it is a very CPU consuming process.
Although XTrend STB and some VU+ using the broadcom 7413 can natively do it the resutl is rather terrible in fast action contents...
But it is much better to rely on the TV set desinterlacing process...usualy far more effiscient with 1080i...

Edited by guirigui, 9 September 2012 - 09:17.

ET6000 mounted in triple tuners with DVB-S2 Anysee E7 S2 + DVB-T Twintech UT30

Re: 1080p mode for VideoHardware.py #19 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 9 September 2012 - 09:23

From what I read in your post I am afraid you completely don't know what this is about, I am sorry.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users