The issue with large videos is more one of memory. The current implementation basically holds everything in memory, before it writes it to disk. The larger the video, the more demanding that is. Since I want the script to work on mobile, it's better if that can get offloaded to the disk asap. The new method will basically switch between holding in memory and writing direct to disk based on estimated file size. In memory is generally faster, but if your browser crashes, that's not very useful lol
The updated script is very nearly ready, but I've encountered an issue where some of the master playlists fansly serves up have weird audio tracks that aren't real, and the script tries to replace the actual audio with those, and bombs.
The updated script is very nearly ready, but I've encountered an issue where some of the master playlists fansly serves up have weird audio tracks that aren't real, and the script tries to replace the actual audio with those, and bombs.