2024-12-17, 02:42 AM
(2024-12-17, 02:17 AM)lakinreid Wrote: So I'm attempting to use the updated line of code, but can't seem to get it working.. Am I running the powershell window in the wrong place? This is my first time dealing with FFMPEG and very much a novice at command line prompts, so please excuse my ignorance..
You only typed the arguments for the program. You need to first call the executable, then pass the arguments. See the example below:
Code:
.\ffmpeg.exe -y -hide_banner -stats -fflags ............