Thomas Le Coz
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(){...
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**  **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 =...
 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...