On windows, I just want to convert webm audio file to mp3.
But ffmpeg never find the input file, even the file exist:
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: ProcessException: The specified file could not be found.
Command: ffmpeg -i E:\Download/test.webm -ab 320 -ar 44100 -filter_complex " " E:\Download/test.mp3
Same with files in assets folder.