You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ffmpeg wasix build, like with wasmer run wasmer/ffmpeg --mapdir /src:. -- -i /src/a.mp4 /src/a.avi will do the coversion, but when it's over, the program is like it's waiting for an input, while it's over. The OS prompt is not showing.
Steps to reproduce
wasmer run wasmer/ffmpeg --mapdir /src:. -- -i /src/a.mp4 /src/a.av
with a.mp4 existing...
Expected behavior
Prompt showing at this end of the conversion
Actual behavior
Prompt not showing at the end of the conversion
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the ffmpeg wasix build, like with
wasmer run wasmer/ffmpeg --mapdir /src:. -- -i /src/a.mp4 /src/a.avi
will do the coversion, but when it's over, the program is like it's waiting for an input, while it's over. The OS prompt is not showing.Steps to reproduce
with a.mp4 existing...
Expected behavior
Prompt showing at this end of the conversion
Actual behavior
Prompt not showing at the end of the conversion
Additional context
The text was updated successfully, but these errors were encountered: