Euklios
Euklios
I'll close this for now because the question seems answered. If necessary, feel free to reopen or create a new issue.
@goxr3plus According to the console output, the conversion has succeeded. Try running the code using shell `ffmpeg -i audio.aac audio.mp3` to test further
@bosen365, if there is still an issue, please provide more information on how exactly you created the thread. And please use English.
Two passes essentially run ffmpeg twice. The first pass is instrumented, and the output is discarded. The second pass is stored, but ffmpeg will use the data collected during the...
Thank you for the issue and answer! I'll go ahead and close this issue, as you have answered it yourself. Feel free to reopen or create a new issue.
Sorry for the late update: The way we and ffmpeg handle parameters makes this extremely hard. A general ffmpeg command has the following structure: `ffmpeg {global options} ({input options} {input})+...
As already mentioned, this is supported
@bramp: What's your thought on this? I'd be willing to resolve the conflicts
I'll close this issue, as it seems to be resolved. Feel free to reopen or create a new issue.
@bramp This has been fixed in commit 94a8658