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

Trying to use video compression #5

Open Richi2293 opened 3 years ago

Richi2293 commented 3 years ago

Hi,

sorry if I'm opening the second issue today .

However I have successfully installed the library in these steps:

My problem is that when I go to get a file and try to compress, I have this output in the logs:

image

For what strange reason?


iOS 14.4 ReactNative 0.63.4

PatrissolJuns commented 3 years ago

Did you well follow the installation steps of react-native-ffmpeg ? Especially Packages step

Richi2293 commented 3 years ago

Yes I added the package in the podfile and started the "pod install" command, just that right? (I wrote it in the comment above)

Richi2293 commented 3 years ago

I think I have found the problem, it just doesn't work with the latest version of react-native-ffmpeg (0.5.1)

PatrissolJuns commented 3 years ago

@Richi2293 Nice to hear that