Difference between revisions of "Abbreviations:PiP"
From OpenPLi Wiki
Rick Hunter (talk | contribs) (Created page with "======Picture-in-picture====== Boxes that have a second video encoder can support PiP. In order to check if box has a second video encoder you can check using the following...") |
Rick Hunter (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
In order to check if box has a second video encoder you can check using the following command from telnet. | In order to check if box has a second video encoder you can check using the following command from telnet. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | # ls -1 /dev/dvb/adapter0/video* | |
+ | /dev/dvb/adapter0/video0 | ||
+ | /dev/dvb/adapter0/video1 | ||
− | + | If the output contains '''/dev/dvb/adapter0/video1''' then PiP supported. | |
− | Wikipedia: | + | Please note that some boxes support only SD channels in PiP, more information about PiP in supported boxes can be found in [[Receivers:Settopbox_Coparison| <span style="color:SteelBlue">Settop Box Comparison</span>]] |
+ | |||
+ | Wikipedia: [https://en.wikipedia.org/wiki/Picture-in-picture Picture-in-picture] |
Latest revision as of 00:19, 1 July 2017
Picture-in-picture
Boxes that have a second video encoder can support PiP.
In order to check if box has a second video encoder you can check using the following command from telnet.
# ls -1 /dev/dvb/adapter0/video* /dev/dvb/adapter0/video0 /dev/dvb/adapter0/video1
If the output contains /dev/dvb/adapter0/video1 then PiP supported.
Please note that some boxes support only SD channels in PiP, more information about PiP in supported boxes can be found in Settop Box Comparison
Wikipedia: Picture-in-picture