Flutter Sound Helpers API
executeFFmpegWithArguments()
executeFFmpegWithArguments()
executeFFmpegWithArguments()
int rc = await flutterSoundHelper.executeFFmpegWithArguments
([
'-loglevel',
'error',
'-y',
'-i',
infile,
'-c:a',
'copy',
outfile,
]); // remux OGG to CAFLast updated
Was this helpful?