Good afternoon, I use FFMPEG to merge and transfer videos from a remote (mount folder) to a local folder. If the video is very large, the whole network stream gets clogged and the system goes down for a while. This is unacceptable for me. Is there any way to limit the speed of reading from the remote drive?
My command
/usr/bin/ffmpeg -safe 0 -protocol_whitelist pipe,file -y -f concat -i - -c copy /tmp/record3115801675360365846.mp4