-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version:
* OS: Windows 10
### Code to reproduce
```js
const express = require('express')
const server = express()
…
-
When I transcode any video using the ffmpegCommandRemoveStreamByProperty plugin in "not_includes" mode, it ends up outputting an h264 video with a vorbis audio stream no matter what streams I try to r…
-
```go
scene1.addAudio({path:path.join(__dirname, "source/voice/1.wav")});
const subtitle = new FFSubtitle({
comma: true, // 是否逗号分割
backgroundColor: '#…
-
Thank you guys for such a great project.
I would like to ask you: "Is there any workaround for running the FFmpeg with FFmpeg that is built from docker?"
For example, my computer is failed to i…
-
Right now paths are all relative to where it was launched. This should be fixed.
Also, absolute paths don't work in the config.json, since they are just appended to the Current Working Directory
-
I use FfplayCommand and FfmpegCaptureCommand as follow:
```c#
using FfmpegUnity;
using System;
using UnityEngine;
using System.IO;
using OwnRequestStruct;
public class FFmpegManager : MonoBeh…
-
|seek_viewer|seek_snapshot|
|---|---|
|![corrupted](https://user-images.githubusercontent.com/25488086/163948583-85e052d3-157e-46f9-bdda-dd1e83280563.png)|![output](https://user-images.githubusercon…
-
Suggestion for improvement:
> As an user I want to be able to formalise a full FFMpeg command and expect the method to accept everything as it is without adding any additional parameter or conversion…
-
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: ffmpeg static 2.3 from https://www.npmjs.com/package/ffmpeg-static
* OS: Debian 9
I am using ffmpeg for screenshot generation and video transcodin…
-
I'm running the 2.17.01 Docker version of Tdarr. I'm trying to convert an h264 Youtube video to hevc using the FFMPEG flow plugins including the Set Video Encoder one. I have the following configurat…