4 ms·
can it work on very long video clips > 16gb? the browser tabs have a memory limit of 16 gb, in theory, any in browser video editor can't process video clips > 1
by billconan 1y ago
can it work on very long video clips > 16gb? the browser tabs have a memory limit of 16 gb, in theory, any in browser video editor can't process video clips > 16gb?
- hackerpi 1y agothe source file can be any size, a trimmed down version of the source is used for editing the video on the player. Once the changes are applied, the rendering happen on the actual source file. Only files less than 2GB are loaded directly, as Chrome has a 4GB per-tab memory limit. The bigger challenge is in terms of length, as videos beyond 1 hr needs splitting at right intervals (sometimes split follows a trim down) and later stitching them back as splits could have missing pieces.