Thomas Le Coz

Results 10 issues of Thomas Le Coz

Hello, WebCodec API introduce the ability to encode & decode video directly in the browser but doesn't provide any way to natively mux the data and create a mp4 file....

Here is my code [nodeJs] ``` const puppeteer = require('puppeteer'); class App { private static ROOT_PATH:string = "D:/WWW/test_puppeteer_file_access/" private static CLIENT_PATH:string = "http://127.0.0.1/edsa-LocalHost_D/test_puppeteer_file_access/src/index.html"; private page:any; constructor(){ this.init(); } async init(){...

bug
upstream
confirmed
P2

Hello Google-engineers ! Thanks for all your hard work ! Can you please provide a working example that shows how to read a webm using MSE & Webcodec I tryed...

**Describe the bug** ![image](https://github.com/jeromeetienne/AR.js/assets/272817/ac31d8d5-c3c8-451b-9e01-9865e7254a2b) **To Reproduce** Steps to reproduce the behavior: 1. go to : https://ar-js-org.github.io/AR.js/aframe/examples/image-tracking/nft/ 2. open the console :) **Expected behavior** The asset should be loaded and the...

The fact that GPUBufferUsage & cie are based on int make the debugging harder I made (helped by chatGPT) a function to solve this problem : ``` let GPUBufferUsageById =...

question
feature request
api

![image](https://github.com/Carnaux/NFT-Marker-Creator/assets/272817/ecf3b1c0-c1a8-4804-bae5-529acc2ccad0) I use Node.js v18.16.0 EDIT : the web version doesn't seem to work neither 😬😭

Hello Can you please add a demo with a soundtrack based on an audiobuffer generated from WebAudio.decodeAudioData or even just with some noise ? Or can you just indicate somewhere...

it's impossible to hide the arrows and apply some style on the component It's really frustrating....

You can find my file here : http://beginfill.com/webm/out.webm It's using an alpha background , maybe the problem come from here (?) Any idea how to get it working as expected...

Hello everyone, I am raising an issue that I believe has been an ongoing source of frustration for countless developers: the management of package-lock.json and the lack of automatic integration...