Hey Alexis,
unfortunately the ffmpeg settings can`t be changed in the current version.
There is also nothing really happening which could cause this - the current settings looks
like this:
processArgs.push("-ss");
processArgs.push(startVal);
processArgs.push("-t");
processArgs.push(duration);
processArgs.push("-i");
processArgs.push(decodeURI(inputFile.nativePath));
processArgs.push("-vcodec");
processArgs.push("copy");
processArgs.push("-ar");
processArgs.push("44100");
processArgs.push(decodeURI(outputFile.nativePath));
I`ve also never seen this happening before so maybe it`s a special combination of audio/video codec.
Could you send me your video file so i can take a look - that would be sweet.
Thanks