react-native-video-processing
react-native-video-processing copied to clipboard
"Error getting track info" facing this error in Ios while compressing a video in ios.
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}); });
Any solution?