tapioca24

Results 12 comments of tapioca24

Hi @jcubic, Thank you for your suggestion. This sounds good. It makes sense to reference the frame rate in p5.js, since generally the animation frame rate and the recording frame...

That would be good. I have already created it. https://github.com/processing/p5.js/issues/5762 If I can get approval I would like to start working on it.

Hi, @SableRaf. Thank you for your suggestion and for introducing me to this interesting library! Do you assume image formats (png, jpg and webp) as the target of this feature?

I would definitely consider it, but it may take some time. I will let you know.

Hi @limzykenneth, `frameRate()` does not work in my use case. `frameRate()` returns an actual measured value, which is different from the target set by the user. This difference is especially...

Hi @antlii, thanks for reporting this! I watched the video and confirmed the problem. I am not familiar with mp4 encoding, so I have no idea what causes this. I...

I see. I'm sorry, but the choice of mp4 encoders available in browsers is limited, so using different encoders will be difficult for now. In the future, when the [WebCodecs...

Hi, @EltonoLab. Thank you for reporting this one! I don't think there is an SVG renderer in p5.js, are you using a library such as [p5.js-svg](https://github.com/zenozeng/p5.js-svg)? I have no plans...

Hi, @dhowe. Thank you for your question. There is no such option. I consider them to be outside the scope of this library's responsibilities and will not be added in...

Hi, @NoBodyButMe ! Sorry for the late reply. p5.capture does not have the feature to record sound. This is because it uses a frame rate safe recording method and is...