Skip to content
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

Log Problem #1

Closed
mertbuldur opened this issue Dec 12, 2020 · 4 comments
Closed

Log Problem #1

mertbuldur opened this issue Dec 12, 2020 · 4 comments

Comments

@mertbuldur
Copy link

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

@mertbuldur
Copy link
Author

mertbuldur commented Dec 12, 2020

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

@PatrissolJuns
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants