[Windows system] Install FFmpeg tutorial

Table of contents

1. Download FFmpeg

2. Configure environment variables

3. Inspection and testing


1. Download FFmpeg

Two download paths:

2. Configure environment variables

Unzip the downloaded file

Open the bin folder, copy this path, and add it to the environment variable (add the variable double-click path in the user environment):

Select New, paste the bin path you just copied, and click OK.

Remember to click OK at the bottom, then close the current window and click OK again, so that it can be saved, and remember not to click Cancel.

Finally close the window on the line.

3. Inspection and testing

At this point, the configuration of ffmpeg is complete. We call the command line (windows+R to enter cmd) and enter "ffmpeg –version". If the following results appear, the configuration is successful.

Guess you like

Origin blog.csdn.net/qq_45100200/article/details/131820450