Troubleshooting Exit Code 8

Hello Community,
I received the below error any help would be greatly appreciated ! Note that I did not upload any file ending 6f29.mp3 however my template does quite a few transitions so this might be an interim file created by Transcodeit… Below the error I’m pasting my template

error INTERNAL_COMMAND_ERROR
reason FfmpegCommand failed with exit code: 8
http_code 500
exitCode 8
stderr [mp3 @ 0x2a537540] Estimating duration from bitrate, this may be inaccurate Input #0, mp3, from ‘/srv/shared/tmp/download/9f188161860946dc86271ba18017ebf1_513db6edb142477297cb24670b356f29.mp3’: Duration: 00:00:10.06, start: 0.000000, bitrate: 320 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 320 kb/s [AVFilterGraph @ 0x2a538a00] No such filter: ‘0.5’ [aost#0:0/libmp3lame @ 0x2a544e00] Error initializing a simple filtergraph Error opening output file /srv/shared/tmp/scratch/9f188161860946dc86271ba18017ebf1_2687acab909a4e92a68ad5332e00de28. Error opening output files: Filter not found

{
“steps”: {
“original_video”: {
“robot”: “/http/import”,
“url”: “https://filedn.com/l8mi4dKMD3GuNIzLy2uQvvz/${fields.vid_url}
},
“looped_video”: {
“robot”: “/video/encode”,
“use”: “original_video”,
“ffmpeg_stack”: “v6.0.0”,
“preset”: “empty”,
“ffmpeg”: {
“input_options”: {
“stream_loop”: “-1”,
“t”: “${fields.voice_duration}”
}
}
},
“silent_audio”: {
“robot”: “/http/import”,
“url”: “${fields.silence_url}”
},
“original_voice”: {
“robot”: “/http/import”,
“url”: “${fields.aud_url}”
},
“original_sounds”: {
“robot”: “/http/import”,
“url”: “${fields.sound_url}”
},
“reduced_vol_sounds”: {
“use”: “original_sounds”,
“robot”: “/audio/encode”,
“result”: true,
“preset”: “mp3”,
“ffmpeg_stack”: “v6.0.0”,
“ffmpeg”: {
“filter:a”: “${fields.sound_volume}”
}
},
“looped_sounds”: {
“robot”: “/audio/loop”,
“use”: “reduced_vol_sounds”,
“duration”: “${fields.voice_duration}”,
“ffmpeg_stack”: “v6.0.0”,
“result”: true,
“preset”: “mp3”
},
“concatenated_voice”: {
“robot”: “/audio/concat”,
“ffmpeg_stack”: “v6.0.0”,
“use”: {
“steps”: [
{
“name”: “original_voice”,
“as”: “audio_1”
},
{
“name”: “silent_audio”,
“as”: “audio_2”
}
]
},
“result”: true
},
“merged_audio”: {
“robot”: “/audio/merge”,
“preset”: “mp3”,
“use”: {
“steps”: [
{
“name”: “concatenated_voice”,
“as”: “audio”
},
{
“name”: “looped_sounds”,
“as”: “audio”
}
]
},
“ffmpeg_stack”: “v6.0.0”,
“duration”: “shortest”,
“result”: true
},
“merged”: {
“robot”: “/video/merge”,
“use”: {
“steps”: [
{
“name”: “merged_audio”,
“as”: “audio”
},
{
“name”: “looped_video”,
“as”: “video”
}
]
},
“result”: true,
“ffmpeg_stack”: “v6.0.0”,
“ffmpeg”: {
“shortest”: null
},
“preset”: “ipad-high”
}
},
“notify_url”: “https://hook.us2.make.com/kb7avhspsoe7vvhjw2ms2bh7bytu0m9e
}

Hi Mike,

You are right with your assumption, that Transloadit might create temporary files.

However, please drop me a note on Intercom via transloadit.com (blue widget in the bottom right corner), because I need further information in order to help you with that issue.

If you open your ticket, please also share the assembly id. (Only share the assembly id at Intercom, not inside the forum as it might disclose private data)

Looking forward to hearing from you!