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) |
||
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* | + | # ls -1 /dev/dvb/adapter0/video* |
− | /dev/dvb/adapter0/video0 | + | /dev/dvb/adapter0/video0 |
− | /dev/dvb/adapter0/video1 | + | /dev/dvb/adapter0/video1 |
− | |||
If the output contains **/dev/dvb/adapter0/video1** then PiP supported. | If the output contains **/dev/dvb/adapter0/video1** then PiP supported. |
Revision as of 17:51, 2 May 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 [Feature comparison].
Wikipedia: [Picture-in-picture]