dozingcat / VectorCamera

Android app that applies real-time effects to the camera input
GNU General Public License v3.0
133 stars 18 forks source link

Save video #54

Closed yephny closed 1 year ago

yephny commented 2 years ago

It'd be great if there was a way to save a video recorded by VectorCamera. I tried sharing the video with SaveTo... but it resulted in an empty file, so I have to send it to Video Transcoder first, then encode it in a different format to save it.

dozingcat commented 2 years ago

Not sure why SaveTo wouldn't work, I'll look into that. But you should be able to get to the WebM video files at Android/data/com.dozingcatsoftware.vectorcamera/files/VectorCamera/VectorCamera_videos.

yephny commented 2 years ago

Thanks, I'll use Vector Camera's save directory.

yephny commented 2 years ago

@dozingcat Is it possible to extract the video in higher quality (on pc or phone)? I have an important video taken using VectorCamera but the webm export is extremely bad quality.

yephny commented 2 years ago

I extracted it as still frames, then merged them into a video.

yephny commented 2 years ago

Any updates on this one?

lmj0011 commented 1 year ago

I would suggest allowing the the user to select the directory where they would like their images to be stored, or at the very least saving the media files into Shared Storage and not App-specific storage

ref: https://developer.android.com/training/data-storage

Android/data/com.dozingcatsoftware.vectorcamera/files/VectorCamera is not accessible in the Google Files app (Android 13) non-rooted device