- From: Kensaku Komatsu <kensaku.komatsu@ntt.com>
- Date: Thu, 24 Jul 2025 08:04:07 +0000
- To: Rob Smith <rob.smith@awayteam.co.uk>, "public-sync-on-the-web@w3.org" <public-sync-on-the-web@w3.org>
- Message-ID: <TYCP301MB012502A6DEB30E1AC7C76410E35EA@TYCP301MB0125.JPNP301.PROD.OUTLOOK.COM>
Rob, Thanks for your suggestion. It’s nice to propose lighting scenario for the WebVMT CG for me. I prepared sample video files and the script for controlling dmx lighting devices. You can check them at https://github.com/KensakuKOMATSU/dmx-control-example . This repository includes sample vmt files which is roughly considered, still in progress though. I’ll think more about how to express lighting device with the WebVMT. Then, I’ll raise a new issue. Thanks, --- Ken NTT docomo business P.S. below is in-progress consideration of the VMT file for lighting case. https://github.com/KensakuKOMATSU/dmx-control-example/blob/main/samples/dmx-right-sample.vmt ``` WEBVMT NOTE lighting sample MEDIA dmx-example0724.mp4 mime-type:video/mp4 NOTE Lighting config ( right side ) LIGHTING pan:0 tilt:0 dimmer:0 color: "rgb(0, 0, 0)" 00:00:07.000 --> { "pan": 160, "tilt": 160, "dimmer": 255, "color": "rgb( 255, 0, 0 )" } 00:00:09.500 --> { "pan": 32, "tilt": 96, "dimmer": 255, "color": "rgb( 0, 255, 0 )" } 00:00:12.000 --> { "pan": 160, "tilt": 160, "dimmer": 255, "color": "rgb( 255, 0, 0 )" } 00:00:14.500 --> { "pan": 32, "tilt": 96, "dimmer": 255, "color": "rgb( 0, 255, 0 )" } 00:00:17.000 --> { "pan": 160, "tilt": 160, "dimmer": 255, "color": "rgb( 255, 0, 0 )" } 00:00:19.500 --> { "pan": 32, "tilt": 96, "dimmer": 255, "color": "rgb( 0, 255, 0 )" } ``` 差出人: Rob Smith <rob.smith@awayteam.co.uk> 日付: 木曜日, 2025年7月17日 22:31 宛先: public-sync-on-the-web@w3.org <public-sync-on-the-web@w3.org> 件名: Re: [sync-on-the-web] announce for the tag at ME-IG rob.smith@awayteam.co.uk からメールを受け取る頻度は高くありません。これが重要である理由<https://aka.ms/LearnAboutSenderIdentification> Ken, Thanks for your response. Your idea to create a human-readable format for lighting cues sounds great. This could be an opportunity to prototype an interoperable format for lighting details, if no such standard already exists. I look forward to seeing your sample files. In the interim, please raise a new issue in the WebVMT CG repo [1] to outline your use case so we can discuss the VMT details there. Many thanks. Rob Smith Away Team www.awayteam.co.uk<http://www.awayteam.co.uk> [1] https://github.com/webvmt/community-group/issues
Received on Thursday, 24 July 2025 08:04:15 UTC