-
Hey! First of all let me tell you that I found this wrapper SUPER useful :)
As per the README MaediaToolkit "supports custom FFmpeg command line arguments"
I've been trying to speed up the video (to …
-
Hi,
I would like to reencode my library and I think a plugin would be the best.
If it's not in AAC reencode audio and if it's not in x265 same
while keeping all the tracks regardless of the …
-
This is my cmd : -i input.mp4 -c copy -an output.mp4_mute_1568022190075.mp4
And i'm using executeAsync :
```
val cmd = "-i ${file!!.path} -c copy -an ${outputLocation.path}"
val ffmpegCommand =…
-
Hello,
I'm looking to put an overlay on top of a video.
I'm trying this :
`String ffmpegCommand = String.format("-i %s -i %s -filter_complex overlay=10:main_h-overlay_h-10 %s", videoPath, "drawab…
-
Hi,
Playing in Safari works again. I see that when one seeks in the video (e.g. clinking on progress bar, is spawns a new ffmpegCommand (obviously).... But the previous command keeps on running... …
-
I am attempting to merge two different videos using mergeToFile().
Code below:
var twoMerged = function (one, two){
setTimeout(function(){
new FfmpegCommand(one).addOption('-strict', 'exp…
-
Hi!
I often end up with this error while trying to encode audio files:
```
/home/encoder/node_modules/fluent-ffmpeg/lib/processor.js:493
ffmpegProc.stdout.on('data', function (data) {
…
Buzut updated
5 years ago
-
Is it possible to use raw data without a container (like pcm for raw audio) as input at the moment?
What I got:
``` c#
var commandFactory = CommandFactory.Create();
var cmd = commandFactory.CreateOut…
-
Module doesn't work with latest ytdl module version (0.14.4)
-
**Description**
Message from debugger: Terminated due to memory issue
let ffmpegCommand = "-i input_path -c copy -f mp4 output_path"
// EXECUTE
let result: Int = Int(MobileFFmpeg.execu…