-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export frames as video #1471
base: main
Are you sure you want to change the base?
Export frames as video #1471
Conversation
Someone is attempting to deploy a commit to the louis030195's projects Team on Vercel. A member of the Team first needs to authorize it. |
I have some doubts about adding this to search pipe. should the export button be shown only when the selected items are all ocr content-type? |
okay maybe just rewind then yeah not sure i understand where the video goes though? should be obvious, like https://screen.studio/ or https://cap.so/ |
I have added video saving like cap.so, giving user option where they want to save the video Screen.Recording.2025-02-27.at.5.51.59.PM.1.mp4 |
const { writeFile } = tauri.fs; | ||
|
||
const filePath = await save({ | ||
filters: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting, did not know we could do that with tauri :D
nice works just last thing, there is toast error that shows up every time at the end of the export |
looking into this |
fixed the error toast appear at end of the export the error you see in console log, is only happening in safari browser client. which seem to be a bug |
@louis030195 you can merge this. error toast is not appearing at the end of export Also let me know about adding tauri APIs in node js sdk |
/claim #1407
related #1407
Screen.Recording.2025-02-24.at.7.44.20.PM.1.mp4