2024-07-26, 05:09 PM
(2024-07-26, 05:01 PM)TheDreadPirate Wrote: That is not the correct env command.
You have to run the env command I provided from the HOST and not inside the container.
Also, wtf. 9.8G ffmpeg process?! I have never seen it use that much.
Run this command and it should output the full ffmpeg command so we can see what that is doing.
Code:ps -aux | grep ffmpeg
See attached screenshots for ENV and FFMPEG.
Thanks again for the help.