-
When trying your bot on the first try after connecting it, when I say "Bumblebee search ..." it'll crash immediately:
Error: Output stream closed
at Timeout._onTimeout (D:\Temp\npm_aura\Speech…
-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: 4.1.3
* OS: Mac OS X 10.14.5
### Code to reproduce
```js
const ffmpeg = require('fluent-ffmpeg');
const reques…
-
I use video_thumbnail: ^0.5.3 and video_trimmer: ^2.0.1
It can not open file when edited video from video_trimmer.
If open video but did not trim video and save. video_thumbnail can open the file.
…
-
The way the ffmpeg command is currently setup, it’s transcoding the video due to the vcodec/vf params:
```js
let ffmpegCommand = this.ffmpegSource + ' -threads 0 -vcodec '+vcodec+' -an -pix_fmt yu…
-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: 4.1.0 (via [@ffmpeg-installer/ffmpeg](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg))
* OS: Ubuntu 18.04
### C…
-
I'm using fluent-ffmpeg to write id3tags to an output. The issue arrives when the string has multiple spaces. The result is unstable sometimes it will work and add `"Charlie Path"` with quotes to meta…
-
I added a env, which is not harmful to anything, as follows:
HashMap env1 = new HashMap();
env1.put("a", "a");
However, when execute command, it will failed with exception:
E/FFmpeg: Exceptio…
-
Not `-f s16le` but `-f ac3` is used line 334 of TsMuxeRVideo.java.
Is it a typo or `-f ac3` is needed?
```
StreamModifier sm = new StreamModifier();
sm.setPcm(pcm);
sm.setDtsEmb…
-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: 4.2.2
* OS: mac
### Code to reproduce
```js
var ffmpeg = require('fluent-ffmpeg')
ffmpeg({source: 'teacher.m…
-
ffmpeg-concat -t circleopen -d 750 -o m.mp4 jia1.mp4 jia2.mp4
{
cmd: 'ffmpeg -i jia1.mp4 -y -loglevel info -pix_fmt rgba -start_number 0 /tmp/b6bbead5b5c84b569ab9edb1c7813c80/scene-0-%012d.raw'
…