Roco
Roco4mo ago

Roco - Is there any way to know what exactly is...

Is there any way to know what exactly is the problem with ffmpeg combine audio? This is the return message FFmpeg exited with code 1
4 Replies
Roco
Roco4mo ago
For reference this is the screenshot
No description
No description
Gaurav Chadha
Gaurav Chadha4mo ago
Hi @Roco, form the screenshot it has an upload base64 for the audio input which seems to be the issue, as it only requires an array of file paths for the audio to combine. You can remove it from the array, and if the final intro does contains an array then the outer array brackets are also not required.
Roco
Roco4mo ago
@Gaurav Chadha hi thank you for this, but these are separate links the final into and the upload base 64 are separate single links
Gaurav Chadha
Gaurav Chadha4mo ago
Can you try with direct values? not variables and give a test using individual node test, as the could be within the variable values.