Video playback and Image questions #1326
Replies: 4 comments 4 replies
-
@Glazzes we know support offscreen rendering which might be of interest to you. We give some hints on how to use it at #1359 Using Videos as a Skia texture would be really cool. If you have a native implementation that creates an OpenGL (for Android) and Metal (for iOS) texture which is updated with video frame, we can probably find an extension point where we can load it as a Skia texture. |
Beta Was this translation helpful? Give feedback.
-
We published video support in 1.3 |
Beta Was this translation helpful? Give feedback.
-
I will ship it early next week
…On Thu 23 May 2024 at 12:00, OleksiiMaksymov ***@***.***> wrote:
Can I somehow seek frame by frame (scrubbing) the video in Android?
Because if yes, that is huge pro to use RNSkia instead of RNVideo!
Thanks!
—
Reply to this email directly, view it on GitHub
<#1326 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKXVSFP465XNQBM7Z7I3TZDW42ZAVCNFSM6AAAAAAUPNNN7GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMZSGU4TI>
.
You are receiving this because you modified the open/close state.Message
ID: <Shopify/react-native-skia/repo-discussions/1326/comments/9532594@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
@wcandillon Just in case tried already video feature today, look good! Only few things find a bit off:
Anyway waiting for the new version! If scrubbing on Android will work, this going to be killer feature to use this, instead of RNVideo! Thanks! |
Beta Was this translation helpful? Give feedback.
-
I do have a couple of questions about different topics, so, I rather ask them all at once than creating a discussion for each one, Thank you in advance for your taking your time to reply to my questions.
Image
ByteArray
or aBase64 string
. Could we expect the image to be saved to the device's hard drive directly?const image = useImage(url, {Authorization: token})
, for protected images it forces you to download it before hand with a library likereact-native-file-system
orexpo-file-system
Video
react-native-vision-camera
's new featuresBeta Was this translation helpful? Give feedback.
All reactions