-
Enviroment
- v4l2loopback version: 0.11.0 compiled from source commit 05a03e2
- Kernel version: 4.16 (Linux pc 4.16.0-gentoo)
- Distribution (+version): Gentoo Unstable
Problem
I cannot use…
-
**Description**
Hello! I am trying to use mobile-ffmpeg to stream from android camera. With video it works ok, but audio is absent. I was checking with commands like
`-f android_camera -video_size …
vuzya updated
4 years ago
-
**Description**
I am trying to trim video with re-encoding but facing quality loss.
I have tried using
```
const result = await RNFFmpeg.executeWithArguments([
'-ss',
`${start…
-
Command: -i input.mp4 -ss 00:00:00 -t 00:00:16 -ab 128k output.mp3
One more thing, Can i get any event when Command Process is completed?
**Description**
Get error while onverting .mp4 file t…
-
**Description**
I try to change audio volume and merge some audio together. Here is my call arguments :
[-y, -i, /var/mobile/Containers/Data/Application/BF640C9A-CAD6-4A28-951E-961C047633CB/Documen…
hwh97 updated
4 years ago
-
I use this command to do merge video file:
-y -f concat -safe -1 -i "/Users/XXX/Library/Developer/CoreSimulator/Devices/9B0CC62F-D424-42D2-93E9-7D9FF672B29E/data/Containers/Data/Application/F07EE09F-…
-
**Description**
Not able to execute FFmpeg task like example
**Expected behavior**
Download provided file as mp4
**Current behavior**
The command works fine in the shell but in Android Studi …
-
First of all, I'm sorry because I know this is kind of a duplicate of #78 and #40, but I didn't quite understand the solutions and I'm not sure if they're still relevant.
### Environment
* `v4…
-
Hi,
Thanks for Flutter FFMPEG and its underlying library mobile-ffmpeg in android. I was earlier using flutter_video_compress which uses FFMPEG-android but the problem with that library is that's dea…
-
**Description**
On full-gpl if I am using mpeg4 everything works great, meaning the video is processed and ffmpeg completes, no problems. I think mpeg4 lacks in quality, and takes longer to process, …