tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

Is it available execute multiple command at once? #263

Closed dazzyjong closed 3 years ago

dazzyjong commented 3 years ago

Description call RNFFmpeg.execute without await in a for loop. if I added await, then it works fine.

Expected behavior get return 0 results for the all commands.

Current behavior Some return 0. The rest returns 255.

Logs [Tue Aug 31 2021 10:28:52.156] LOG Exiting normally, received cancel signal.

Environment "react-native": "0.63.2", "react-native-ffmpeg": "^0.5.1",

dazzyjong commented 3 years ago

If I use executeAsync instead of execute, it seems working fine.