forked from fluent-ffmpeg/node-fluent-ffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- Please fill the following template --> | ||
|
||
### Version information | ||
|
||
* fluent-ffmpeg version: | ||
* ffmpeg version: | ||
* OS: | ||
|
||
### Code to reproduce | ||
|
||
```js | ||
|
||
|
||
``` | ||
|
||
(note: if the problem only happens with some inputs, include a link to such an input file) | ||
|
||
### Expected results | ||
|
||
|
||
|
||
### Observed results | ||
|
||
|
||
|
||
### Checklist | ||
|
||
<!-- you may delete that checklist when you have checked everything --> | ||
|
||
* [ ] I have read the [FAQ](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/wiki/FAQ) | ||
* [ ] I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place) | ||
* [ ] I have included full stderr/stdout output from ffmpeg |