This topic was automatically generated from Slack. You can find the original thread here.
Howdy! I am struggling with getting ffmpeg running. My goal is to simply trim an .mp3 or .m4a file that has been downloaded to /tmp. Problem is, when running the below step, I get a timeout error. I’m using fluent-ffmpeg, which seems to all be working fine (but don’t technically need).
• Any tips on how to troubleshoot a timeout error? What can I add to this code to help me understand where it is getting hung up?
• Can someone point me to a working pipedream ffmpeg code snippet that I can copy / modify?
• Any simpler ways to trim .m4a files?
Thanks!
Any logs you print / data you export before the timeout should show up in the test — we try to collect everything we can and show you the partial execution.
If you’re not seeing the partial logs, it may be that you’re hitting 100% of the available CPU on the worker. In that case, try to increase the memory of your workflow and you’ll get a proportional increase in vCPU, and that might help
Sweet. I was able to look at that step, and copy relevant bits to get the below! It is working great (hasn’t failed yet) – however it does return a warning that “Code was still running when the step ended.“. I assume that’s a false positive?