Search results

  1. J

    I created wide.video - a free, browser-based video editor

    @adnane Thanks @adnane , allways happy to hear when someone likes it.
  2. J

    I created wide.video - a free, browser-based video editor

    @hope Hi @hope , very good question. To start with, there are two types of online video editors. Most are running on server side, which means your media gets uploaded to cloud and when being exported, the server does the heavy lifting. The other option is running locally, which is the case of...
  3. J

    I created wide.video - a free, browser-based video editor

    @esther90 In your code you seem to miss a lot of important steps. You also seem to create VideoFrame from a byteArray of an original mp4 file which is missing demuxing step. Also your created frame has duration=0... Here are the full process to handle: demuxing soruce video - Consume bytes of...
  4. J

    I created wide.video - a free, browser-based video editor

    @cloudlight93 Supports mkv (and many other formats) on demux/mux
  5. J

    I created wide.video - a free, browser-based video editor

    @lighthouse4031 Hi @lighthouse4031 , do you observe any specific issue on firefox that makes you think it is not supported? There are a few checks WV does on startup: - One is, checking access for FS api. FF does not provide full FS api (via showDirectoryPicker , see how https://vscode.dev/...
  6. J

    I created wide.video - a free, browser-based video editor

    @chainsaw1 You are partially correct. showDirectoryPicker() API is afaik missing for security politics on FF side, while VideoEncoder API is most likely shortage on staff and delivery pace.
  7. J

    I created wide.video - a free, browser-based video editor

    @fritzc Hi @fritzc , thanks for your feedback. I have created a few video guides on WV youtube channel https://www.youtube.com/channel/UCbVm99aIcBULnIqczmkyOsw which willl get you started. If you can think of something specific that should be covered, please let me know. It is kind of a...
  8. J

    I created wide.video - a free, browser-based video editor

    @cloudlessulfer Thanks @cloudlessulfer , hope the app will serve you well
  9. J

    I created wide.video - a free, browser-based video editor

    @john420 Sure, happy to have a chat either here or https://discord.gg/Q54kW97yj5 .
  10. J

    I created wide.video - a free, browser-based video editor

    @wviolet HTML / CSS / Typescript / WASM. I avoid 3rd party frameworks and dependencies when possible, to maintain full control, keep it lightweight and fast. Anything specific you wanted to know about FE?
  11. J

    I created wide.video - a free, browser-based video editor

    Hey everyone, I'm excited to share my project with you: https://wide.video wide.video, a free online video editor, offers seamless creativity in your browser. Experience absolute privacy, with all processing conducted locally. No uploads, no installations. Enjoy effortless HD or 4K editing...
Back
Top