but I think each browser tab has a memory limit of 4gb? this means a web based video editor can only work on short clips?
Show HN: I created an After Effects alternative
21–30 of 285 posts
Re: Show HN: I created an After Effects alternative
#22but I think each browser tab has a memory limit of 4gb? this means a web based video editor can only work on short clips?
I.e. 1. Newer API such as directory access, which would let the app utilize something like swap as necessarily. And only ever loading the data it can currently handle from the filesystem (https://developer.mozilla.org/en-US/docs/Web/API/File_System...)
2. Input doesn't necessarily have to be RAW/8k. You get several h of 1080p AV1 video within 4gb.
I think it ultimately depends on how much effort the Devs wants to invest to support large video inputs. If none is invested, then your assumption would be true.
I was unable to find the source code, so I wasn't able to check for myself. We'll have to wait for the author to chime in, if they're willing.
Re: Show HN: I created an After Effects alternative
#23Re: Show HN: I created an After Effects alternative
#24Great idea and the product looks great. I looked everywhere for a suitable substitute for AE and there was none.
Re: Show HN: I created an After Effects alternative
#25So… What are the features vital that only available in Chrome?
Re: Show HN: I created an After Effects alternative
#26Are you planning on creating a company out of this? Are you going to monetize it?
1 - https://m.youtube.com/playlist?list=PL3pnEx5_eGm9BbCp2ZTj6LT...
Re: Show HN: I created an After Effects alternative
#27I feel like that web only is a positive way forward. If only it was possible to prove nothing goes back to the server I think it would gain a lot more trust. Though companies who want to see your data might not be so keen. On my phone, but will try it out when I get home.
That's an interesting question, but I think it's also equally difficult to prove for non-browser software.
Re: Show HN: I created an After Effects alternative
#28Re: Show HN: I created an After Effects alternative
#29Earlier quoted context omitted.
With ads/analytics, Google and the site operator know you're hitting certain pages at certain times, but assuming what they wrote under "privacy respected" is true, none of your content is uploaded. That's an important distinction to make especially for a browser based app. It's also a very low bar IMO, but one that many other companies aren't clearing anymore, like MS, Adobe, and others.
it is so easy to avoid Google analytics as a product developer nowadays that this is really a misplay (e.g. goatcounter, etc.)
Re: Show HN: I created an After Effects alternative
#30I feel like that web only is a positive way forward. If only it was possible to prove nothing goes back to the server I think it would gain a lot more trust. Though companies who want to see your data might not be so keen. On my phone, but will try it out when I get home.
Some crypto wallets, facing similar concerns but with I suppose higher stakes, will provide the user download a local copy of the software, load offline a private tab, close it when done and only then, go back online again. A bit fiddly for sure - but seems comprehensive enough.