Shreyash Tripathi

Results 5 comments of Shreyash Tripathi

I had the same issue. I converted the file to MP4 format using ffmpeg-kit-react-native and then compressed it, and it worked.

@paulsizer I used this command as this single command handle both compression and conversion. `-i ${inputFile} -c:v mpeg4 -crf 40 -preset slow ${outputFile}`. Before executing this command you have create...

I dug further into this issue and found that this library uses NextLevelSessionExporter under the hood, which is unable to process the APAC audio codec. The following comment provides the...

@numandev1 Tried 1.10.3, it works fine