PatrissolJuns / react-native-audio-video-tools

React-native library that allows performing some advanced operation on audios and videos
https://www.npmjs.com/package/react-native-audio-video-tools
MIT License
28 stars 16 forks source link

Log Problem #1

Closed mertbuldur closed 3 years ago

mertbuldur commented 3 years ago

hi why is the log output like this? Ekran Resmi 2020-12-12 20 48 29

mertbuldur commented 3 years ago

sorry, this package not working :/ Ekran Resmi 2020-12-12 21 08 10

PatrissolJuns commented 3 years ago

Hello @mertbuldur, how did you do to get this result? What did you want to do? Have you tried the Example project because the package works perfectly!

mertbuldur commented 3 years ago

hello i use this code `const videoTools = new VideoTools("http://techslides.com/demos/sample-videos/small.mp4");

// Get details about the video videoTools.getDetails().then(details => { console.log("Size: " + details.size); console.log("Duration: " + details.duration); // Etc. });`

but return Ekran Resmi 2020-12-12 21 08 10 this error :/

i use ffmpeg "react-native-ffmpeg": "^0.5.0" If I don't include this version, ffmpeg cannot be found. Can you update the package for this version?

PatrissolJuns commented 3 years ago

hello i use this code `const videoTools = new VideoTools("http://techslides.com/demos/sample-videos/small.mp4");

// Get details about the video videoTools.getDetails().then(details => { console.log("Size: " + details.size); console.log("Duration: " + details.duration); // Etc. });`

but return Ekran Resmi 2020-12-12 21 08 10 this error :/

i use ffmpeg "react-native-ffmpeg": "^0.5.0" If I don't include this version, ffmpeg cannot be found. Can you update the package for this version?

Actually, this package requires react-native-ffmpeg, so make sure you have well installed it and well configured it especially check the package under react-native-ffmpeg you have used. For more details, have a look at https://github.com/tanersener/react-native-ffmpeg#23-packages