This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| bunnyuploader [2026/01/17 09:00] – admin | bunnyuploader [2026/01/17 18:10] (current) – admin | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| After the video is uploaded, Bunny will process it and that can take even a few minutes -- depends on the size of the video file you had uploaded. | After the video is uploaded, Bunny will process it and that can take even a few minutes -- depends on the size of the video file you had uploaded. | ||
| + | |||
| + | **What if you do NOT use Windows?** | ||
| + | |||
| + | Not to worry. The same zip file actually has the BUN source code for uploadBunny.exe You can install BUN (A Javascript interpreter) in your computer (Say Mac or Linux) and ask BUN to run that uploadBunny.ts script But before that you need to install a couple of additional modules into the installed BUN environment by giving this command: | ||
| + | |||
| + | bun add tus-js-client yaml | ||
| + | |||
| ---- | ---- | ||