How to fix ffmpeg is not recognized as an internal and external Command Error in Terminal
731 views
Jun 7, 2025
Buy the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video So
0:02
in this video I will show you if you
0:04
can't access ffmpg from your terminal If
0:07
you're getting this error message that
0:09
ffmpg is not recognized as an internal
0:12
or external command Uh the prime reason
0:15
of this problem is you haven't added uh
0:18
ffmpg in your environment variable I'm
0:20
assuming that you have installed ffmpg
0:22
software If you haven't then just
0:25
download
0:26
it I have already installed it Uh but
0:29
still I'm getting this error I can't
0:31
access it from your from my terminal So
0:35
by default it's stored in the C
0:37
directory So just open the location
0:40
wherever you stored your FMPG I created
0:43
a folder in the C directory If you see
0:47
uh just we have the bin folder and we
0:51
have these three executables You can see
0:53
that ffmppg FF proof FF play All these
0:58
three executables are there If I try to
1:00
open command line
1:04
here you will see the command will
1:06
perfectly
1:08
work fmpg You can see it is printing out
1:11
the version So what you need to do
1:14
wherever you stored fmpp just select
1:16
that location right click copy this
1:19
location and just open your environment
1:21
variable and
1:23
just select system variables
1:27
Select the path
1:29
here and then just add a new entry Paste
1:32
this location So this allows you to
1:35
register ffmpg globally Now if you open
1:39
restart your terminal after making these
1:42
changes and just type the same command
1:44
ffmppg Now you will see the command will
1:47
perfectly
1:48
work This is the one step You just need
1:51
to add the location of your fmpg in your
1:53
environment path variable and just
1:56
restart it Just open terminal once again
1:59
Thank you very much for watching this
2:00
video and also check out my website free
2:04
media tools.com uh which contains
2:07
thousands of tools
#Software