Hi
I download videos by plugging USB into my receiver,
Then I put the video from USB to the computer,
If I upload the video from the computer to a forum, it does not upload.
If I download from mobile, it is done.
What is the reason for this?
i have a question
Re: i have a question #161
Re: i have a question #162
Posted 26 December 2023 - 14:51
No idea what you mean by "downloading", but in general video sites (like youtube, etc) adjust the delivered data for the device and screensize which does the downloading.
So it could very well be the resulting file on your mobile is much smaller, no forum allows uploads of unlimited size.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: i have a question #164
Posted 29 December 2023 - 11:11
typically an issue due to there are too many options in the channel selection... so when you want to change one thing it is getting a big spaghetti monster.
"Show record indicator" -->Red colored
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: i have a question #165
Posted 29 December 2023 - 11:37
And what?
After all, all these options worked before the big changes.
Just need to check all modes options, on all standard openPli skins(HD-FullHD), before using such a large code.
this need add check
-if (m_pixmaps[picRecord] && isRecorded) + if (m_pixmaps[picRecord] && isRecorded && ((m_record_indicator_mode == 1) || (m_record_indicator_mode == 2))) { eSize pixmap_size = m_pixmaps[picRecord]->size(); xlpos -= 15 + pixmap_size.width(); eRect area = eRect(xlpos, offset.y() + yoffs + (ctrlHeight - pixmap_size.height())/2, pixmap_size.width(), pixmap_size.height()); painter.clip(area); painter.blit(m_pixmaps[picRecord], ePoint(area.left(), area.top()), area, gPainter::BT_ALPHABLEND); painter.clippop(); }
Edited by Dimitrij, 29 December 2023 - 12:01.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: i have a question #166
Re: i have a question #167
Posted 29 December 2023 - 18:02
The purpose of the changes was adding new elements to the 2 line mode that was impossible to do with old code. Also there was simplification in python part.
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
Re: i have a question #168
Posted 29 December 2023 - 19:00
Dimitar,
Just wondering: is there any reason for making the second infobar screen smaller than the infobar itself, instead of make the bottom of the screen (lower left and lower right) match the infobar ? I think it will give the illusion of a popup (or roll-open) which is a bit easier on the eye.
Also, it is possible to give the infobar the same treatment as Screen_Base when it comes to alpha blending? As the infobar is very slow to load on HiSilicon boxes, while other screens that use Screen_Base as panel don't suffer from that problem.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: i have a question #169
Posted 29 December 2023 - 20:03
So only infobar suffers from alphablending issue on HiSilicon boxes?
Interesting.... I have to look at that....
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
Re: i have a question #170
Posted 29 December 2023 - 20:21
I posted a video about the infobar problem a few weeks ago.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: i have a question #171
Re: i have a question #172
Re: i have a question #173
Re: i have a question #174
Posted 30 December 2023 - 11:50
Yes when you found bugs or glitches and found a solution you can always make PR for it.
Please create PR
+
Fixed] [listboxservice] zero column lenght not work
This is your code and you know its logic.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: i have a question #175
Re: i have a question #176
Posted 30 December 2023 - 13:19
Yes i saw it, but i thought that it is for all screens and not only the infobar...
No, it is specific to the infobar.
In comparison, the second infobar also has a light-grey underlay with a black overlay with rounded corners, but doesn't show the problem.
From what I see, the difference is that the infobar uses large png's that must be alphablended, while the second infobar and other screens (using Screen_Base) doesn't alphablend the large images, it only alphablends the small corner images, which is much faster.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: i have a question #177
Re: i have a question #178
Posted 30 December 2023 - 13:28
No, Dimitar uses png's for the underlay's.
These cause the problem:
<ePixmap pixmap="infobar_bg.png" position="38,862" size="1839,184" zPosition="-11"/> <ePixmap pixmap="infobar_overlay.png" position="370,864" size="1505,180" alphatest="blend" zPosition="-11"/>
I have removed blending from the first, which speeds that one up without (as far as I can see) no side effects, but the second can't be removed without display issues in the rounded corners.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: i have a question #179
Re: i have a question #180
Posted 30 December 2023 - 15:09
Generally its possible but then if you want to resize only the overlay the whole image have to be created again.
With using small images only for the rounded corners in the middle will use only eLabel with background color that will eliminate the alphablending of whole huge image and you will be possible to freely resize elements without modifying any image.
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users