-
My operating environment is as follows:
macOS 11.23
electron 13.0.1
Run the following code in the main process of electron:
```javascript
const FfmpegCommand = require('fluent-ffmpeg');
import…
-
Hi, I did many searches and code inspections to learn how to deal with "Embedded multiple audio and text tracks switching for mp4 and mkv format videos." I want to process videos from URLs and need to…
-
### I am trying to access the youtube video and trying to download it for the use of my code and it is forbidding the process
- Here's the ERROR
let err = new Miniget.MinigetError(`S…
-
```
Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:407:11)
at spawn (child_process.js:557:9)
at C:\Program Files\Pivo Present\resources\app.asar\node_modules\flu…
-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: 4.2.2
* OS: Solus 4.1
### Code to reproduce
```js
ffmpeg()
// ...
.outputOptions(['-vf "drawtext=\\"fontfile=./…
-
Hi Team,
Im trying to write ffmpeg command, that takes rtmp stream and saves it to mp4 file. The following command works:
ffmpeg -i rtmp://rtmp.global.cdn.vindral.com/publish/sk_b75a2aa5-9d18-4f44…
-
Hi,
I am new to this library and want to execute my existing ffmpeg command using this library, could you please help in write a right query? Thanks in advance.
### Version information
* …
-
`ffprobe version 2.8.1 Copyright (c) 2007-2015 the FFmpeg developers`
Trying ffprobe with a 4k video from the current iPhone it fails reach the `[FORMAT]` block because an empty line appears inside o…
-
Please check out this code in /base/transcoder.ts.
Lines 105 --
As using pipe() involves run() it is called twice spawning the process twice and producing 2 output streams which mess the resulting …
-
fluent-ffmpeg is currently add '-y' option if output is file
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/blob/d74149d0956091791c627a3e8c149c083be41210/lib/processor.js#L248
In my thought…