visgl / hubble.gl

A client-side JavaScript library for animating data visualizations and rendering videos.
https://hubble.gl
MIT License
146 stars 29 forks source link

add(docs) video conversion guide #260

Closed chrisgervang closed 1 year ago

chrisgervang commented 2 years ago

Putting an early version of this guide up for visibility. The image sequence sections need some more explanation about the cropping and trimming they demonstrate.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3448667555

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3113643303: 0.0%
Covered Lines: 255
Relevant Lines: 842

đź’› - Coveralls
chrisgervang commented 2 years ago

Yeah, I want to keep it brief to help someone what they need quickly, but I think there's room for a bit more dissection of each new flag. Maybe a couple more "learn more" links to helpful docs if they're tricky to find.

akre54 commented 2 years ago

Potentially of interest: https://ffmpegwasm.netlify.app/

akre54 commented 1 year ago

This looks great! I wonder if we can shore up the intended audience a bit for these - I think someone learning about video codecs and ffmpeg for the first time shouldn’t need to learn the intricacies of the arguments passed to ffmpeg, or what the wasm port does. I wonder if this should be two separate docs; one for basics of transcoding (using Handbrake) and one for a more advanced “recipes” of common Hubble invocations and what they mean.

chrisgervang commented 1 year ago

Yeah, this could a bit daunting if they're not trying to grok codecs or get too deep.

For the basic handbrake use case, what about making it something everyone will see by putting it in the "introduction" article, which can also link to a these advance recipes?

chrisgervang commented 1 year ago

I'm going to ship this and can iterate on audience and content organization overtime.