112k views
0 votes
How to check ffmpeg version windows

User Marijana
by
7.1k points

1 Answer

1 vote

Final answer:

To check the version of FFmpeg on Windows, open the command prompt and run the command 'ffmpeg -version'.

Step-by-step explanation:

To check the version of FFmpeg on Windows, you can open the command prompt and run the following command:

ffmpeg -version

This command will display the version information of FFmpeg installed on your system.

User Stuyam
by
7.4k points