-
### 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 …
-
**Description**
After a certain amount of log messages are produced, they stop being available via the log call back. The messages begin to appear in logcat tagged ffmpeg-kit
**Expected behavior*…
-
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 …
-
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:…
-
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…
-
**Description**
First and only order:
```
String version = FFmpegKitConfig.getVersion();
````
**Expected behavior**
Should print the version
**Current behavior**
Crashed the app
**To Re…
-
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)
…
-
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…
-
(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…
-
**Description**
When build a ffmpeg command with getSafParameterForWrite (using Android's Storage Access Framework) to export, I find the exported video cannot be played on same devices sometimes. …