Hunter Perrin
Hunter Perrin
My guess is that the older version of Blender from the repository doesn't support what you're doing, so the render is hanging. Try it with the above solution and let...
This is basically a two bad ways to do it situation, because the upstream segmented button package.json is broken. Are you able to pin it to v6.1.1 until v7 comes...
+1 I'd like this too. Maybe a "Auto reload for the next 5 seconds" or something.
@picitujeromanov I'm building off your repo right now. I'm hoping this works. I have a project that actually requires transcoding video in Mobile Safari, and this is my last hope...
@picitujeromanov If you can believe it, this actually worked for me for a legitimate use case. I've got an end to end encrypted messenger app called [Tunnelgram](https://github.com/hperrin/tunnelgram) that supports sending...
@picitujeromanov I have a limit of 20mb for videos, so I use a two pass strategy to transcode them with the right bitrates to be just under 20mb. The biggest...
I also took out every encoder but H.264 and AAC, since those are the only ones I'm using, and I wanted the file size to be as small as possible.
@Mathieu-Gosbee-ConnectedLab Yeah, I've done that. I think the transcoding time is just because I'm using pretty high quality H.264 settings, and I'm using two passes (so it's almost twice as...
Ok, done. The original video was actually only 106mb, but here's the result: https://drive.google.com/open?id=19R9ZAWat6iF9HLqJ-77q39W1IXEYFj0K And it took a little over an hour to do that one too.
This would have unintended consequences. Basically it breaks value prop binding.