tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

No such file or directory. File in app cache #245

Closed Ekaterina38 closed 3 years ago

Ekaterina38 commented 3 years ago

I cant figurate out, what my path should look like? (path to video from cache)

I use react-native-camera, make video and I try get preview from this video, command: -i ${path} -vf fps=${10 / videoData.time}, scale=90:-1 -preset veryfast ${path}_thumb_%01d.jpg

My path = "file:///data/user/0/com.quickstories/cache/Camera/b37cd480-7a42-4cd0-bea2-586decef2cdd.mp4" path like this: "/data/user/0/com.quickstories/cache/Camera/b37cd480-7a42-4cd0-bea2-586decef2cdd.mp4" dont work to

What should i do to make it work?

Снимок экрана от 2021-05-20 13-33-40

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.