Quick Sign In:  

Forum: VirtualDJ Skins

Topic: No master video in videoskin using video element

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

in a way to get PiP i created a simple minimalist video skin


<skin name="Just Video" version="8" width="1920" height="1080" breakline="1" breaklineV="1" image="transparent.png"/>


Which works ok. Then added

<group id="vid" >
<video x="70" y="51" width="364" height="204" source="deck" deck="1" visibility="deck 1 play ? deck 1 is_video ? true"/>
<video x="1920-364-70" y="51" width="364" height="204" source="deck" deck="2" visibility="deck 2 play ? deck 2 is_video ? true"/>
</group>


and this time there is no video background as with any other element but instead only the video from decks

finally got it work manually adding video using


<skin name="Just Videos" version="8" width="1920" height="1080" breakline="1" breaklineV="1" image="transparent.png">

<video width="1920" height="1080">

<group id="vid" visible="get_decks & param_greater 0">
<video x="70" y="51" width="364" height="204" source="deck" deck="1" visibility="deck 1 play ? deck 1 is_video ? true"/>
<video x="1920-364-70" y="51" width="364" height="204" source="deck" deck="2" visibility="deck 2 play ? deck 2 is_video ? true"/>
</group>



specifying the master fails by keeping the initial playing channel in background without transition/video effect

<video width="1920" height="1080" source="chanel" chan="master" >
<background x="0" y="0"/>
</video>


 

geposted Sat 11 May 19 @ 11:53 pm
NicotuxHome userMember since 2014
transparent.png plus <video> element in videoskin have strange effects. depending on <video> declaration and zoom crop or bars option. resizing have even more strange effects because of fixed position of the <video> element in the skin

another problem is videoskin engine which sometimes - often - don't show anything or background only or <video> only depending on
- the declaration of the alternative video source
- another existing videoskin variation with <video> element. In this case the variation is simply ignored

Using a videoskin with automix when a karaoke video file - with tag karaoke set - is in the playlist cancels the videoskin to use the selected karaoke one if any

Not an answer but a precision
<video width="1920" height="1080" source="chanel" chan="master"/ > <<---- missing "/"

<video width="1920" height="1080" source="master" />
works better but the <video> element is resizing from top left as X & Y are fixed to 0
transparent.png not needed because it is ignored and would be overwriten

what is fine with videoskins is the error dialog with line number would be fine to have that with skins

I promise one day i'll stop experimenting with strange use of VDJ
 

geposted Tue 14 May 19 @ 1:26 am


(Alte Themen und Foren werden automatisch geschlossen)