prism-media
prism-media copied to clipboard
Easily transcode media using Node.js 🎶
#### Issue: I'm not being able to install prism-media as it returns the following error: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR!...
Can prism-media smooth volume transforming?
I might be wrong but in my tests prims.opus.Encoder generates stream with only 1 frame per packet. I tried rates of 48000/20 and 16000/60 and different bitrates. In all the...
I wonder what is the allowed combinations of `rate` and `frameSize` options for `prism.opus.Encoder`? From my experiments just a limited list is actually allowed, step left or right - and...
The TypeScript refactor should make no breaking changes unless they are absolutely necessary.
Is there a way to save an Opus stream into a file using prism-media?
My question may look a little unrelated to the usage of this particular library. Basically, I receive an Opus stream from the internet, decode it with prism.opus.Decoder, get PCM packets...
#### Issue: Hey Amish - appreciate all the work on this! I'm using [discord-ytdl-core](https://github.com/DevSnowflake/discord-ytdl-core) to effectively trim a youtube clip with a start & end time (`-ss` / `-to` flags...
#### Issue: When users attempt to play certain videos, it errors `Error: FFmpeg/avconv not found!`, although ffmpeg-static v4.2.7 is installed in the project. After using `apt install ffmpeg`, it works...
#### Issue: im getting `Cannot call write after a stream was destroyed` in discord.js after doing `.destroy()` on dispatcher finish event #### Steps to reproduce: use prism ffmpeg and pass...