python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SharedArrayBuffer not defined when using Cypress
I'm using Vite and Cypress for dev and testing
I'm loading ffmpeg, it loads fine on Chrome but on Cypress, it gives this error
ReferenceError: SharedArrayBuffer is not defined
Apparently, it's caused...

unloco
Votes: 0
Answers: 2
Discord Bot won't tell someone to join a voice channel, instead it just throws an error. Other parts work totally fine
I've been working on this function for my Discord bot for quite a while and finally got most of it up and running, but I am running into an issue for my "Connect to a voice channel" warning....
kevinvi8
Votes: 0
Answers: 2
What are the metadata tags for 360 video, how do I set them from Blender / ffmpeg / script?
I want to start making more 180* / 360* animations with Blender. I recently read that VLC is among the first video players to properly support panoramic video, it's one I use so that's great news on t...

MirceaKitsune
Votes: 0
Answers: 1
Which ALAC encoder should I use with ffmpeg ? (alac, alac_at)
I'm encoding audio files from AIFC to ALAC using ffmpeg, I noticed that ffmpeg provides two different encoders for this purpose, named alac and alac_at:
$ ffmpeg -encoders
...
A..... alac ...
Julien Dargelos
Votes: 0
Answers: 0