shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

"Error getting track info" facing this error in Ios while compressing a video in ios. #338

Open rajat-mobileCoder opened 3 years ago

rajat-mobileCoder commented 3 years ago

getting "Error getting track info" error while compressing a file in ios ProcessingManager.compress(source, options) // like VideoPlayer compress options .then((data: any) => { console.log(data.source, 'data.source'); return data.source; }) .catch((e: any) => { console.log({e}); });

venomkage commented 2 years ago

Any solution?