-
Hello,
I'm working o a playback project and i'm using `ONVIFClient` class alongside with `H264Transport` to manage the `RTSP` recording and writing it to the `h264` file. and i use `ffmpeg` to read …
-
Thanks for this! Getting some errors, any ideas?
```sh
➜ node src/index.js
Extracting frames from video 1...
file:///Users/umarhansa/Downloads/video-rendering-nodejs-ffmpeg-main/src/utils/extra…
-
Hello,
I have this error
```
Error: Cannot find ffprobe
at C:\Users\User\node_modules\fluent-ffmpeg\lib\ffprobe.js:145:31
at C:\Users\User\node_modules\fluent-ffmpeg\lib\capabilities.js:…
-
### Current behavior
If I add an empty `vue.config.js` to the project described below `./node_modules/.bin/cypress run --component` fails to compile giving
```
...
Running: HelloWorld.cy.ts …
-
We had an interesting issue in which we could no longer process videos on the hardware.
The messages had the following kernel errors listed below.
Any attempt to try a new encoding would fail. It …
-
videoFile Name :: /Volumes/HD/Users/mac/Downloads/allInOne/video/Youtube_Async vs I.mp4
Command :: -i /Volumes/HD/Users/mac/Downloads/allInOne/video/Youtube_Async vs I.mp4 -vn -acodec copy fileName…
-
Hi, I am testing with physical device using version 1.1.3. I need to compress trimmed video , so I am using custom ffmpeg commands but the process fails.
Here is my code and output.
Code:
```
aw…
-
after days import with -i flag. process stopped by this error message:
TypeError: Cannot read property 'toFixed' of undefined
at FfmpegCommand. (/app/packages/extractor/dist/video.js:55:94)
…
-
**Description**
First and only order:
```
String version = FFmpegKitConfig.getVersion();
````
**Expected behavior**
Should print the version
**Current behavior**
Crashed the app
**To Re…
-
(Apologies if this belongs in the question section, rather than issues.)
I'm trying to use the ffmpeg-kit Android library 'ffmpeg-kit-full-4.5.1-1.LTS.aar' in my demo project
(developing in Kotli…