-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari support information #1
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, as per https://github.com/wide-video/app-ffmpeg/blob/main/TODO.md there is testing needed for Safari. I gave it a quick spin.
First I tried this in Firefox to get a baseline of excepted behavior: I dragged in a JPG file and used
ffmpeg -i autumn-5k-peter-k-burian.jpg -preset ultrafast output.png
to convert to PNG. Theoutput.png
file was created in the virtual FS as well as its preview was displayed after the command ran. The WASM related bits got pulled in and executed successfully.I didn't test a video or audio conversion, but I assume since the image conversion works, everything will.
The only problem is the lack of blinking cursor in the terminal on Firefox.
Next I tried to do the same on Safari and I was able to drag in the file as well. I then tried to use
ls
to check it was on the virtual FS, but I couldn't type into the terminal at all on Safari. I couldn't try any other steps as a result. There are no errors in the console. I am on macOS Sonoma 14.5.Let me know if you need any other help with Safari/Firefox testing on macOS.
The text was updated successfully, but these errors were encountered: