Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Specify ffmpeg & ffprobe path using flag #4114
Comments
|
Duplicate of #2115. |
|
Thanks, I used os.environ["PATH"] = os.getcwd() and put both executables in the folder. |
I'm making a GUI for this and I don't want the user to have to install the whole ffmpeg package and have to add it to path. Is it possible to get the flag --ffprobe-path PATH --ffmpeg-path PATH? Both paths would lead to ffprobe.exe and ffmpeg.exe respectively.