Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Carl Eugen Hoyos
2018-01-04 23:40 GMT+01:00 Jim Shupert : > > On 1/4/2018 1:37 PM, Gaye Gül Bulut wrote: >> Previously, I was able to create csv files using ffprobe. Today, I am >> getting this error: >> $ ffprobe >> 'ffprobe' is not recognized as an internal or external command, >> operable program or batch file.

Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Jim Shupert
On 1/4/2018 1:37 PM, Gaye Gül Bulut wrote: Hi all, Previously, I was able to create csv files using ffprobe. Today, I am getting this error: $ ffprobe 'ffprobe' is not recognized as an internal or external command, operable program or batch file. I tried killing the terminal and restarting an

Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Gaye Gül Bulut
Worked! Steps: 1. Make sure it was still in the environmental variables path 2. Make sure ffprobe.exe was still in that folder (for some reason it was not, I don't know how it ever worked before tbh) Thanks! On Thu, Jan 4, 2018 at 10:54 AM, Carl Zwanzig wrote: > On 1/4/2018 10:37 AM, Gaye Gül

Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Carl Zwanzig
On 1/4/2018 10:37 AM, Gaye Gül Bulut wrote: $ ffprobe 'ffprobe' is not recognized as an internal or external command, operable program or batch file. Something changed the path your shell is using or deleted the executable file. Does ffprobe.exe (or ffmpeg.exe) exist? What's in the path variab

Re: [FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Tim Hiles
Sounds like a path issue. Tim Hiles - A/V & Multimedia Specialist The Conference Exchange - Main office 30 Martin St. Suite 3A1 Cumberland, RI 02864 Office: 401-334-0220 Mobile: (408) 471-8464 On Thu, Jan 4, 2018 at 1:37 PM, Gaye Gül Bulut wrote: > Hi all, > > Previously, I was able to create

[FFmpeg-user] ffprobe not working in command line

2018-01-04 Thread Gaye Gül Bulut
Hi all, Previously, I was able to create csv files using ffprobe. Today, I am getting this error: $ ffprobe 'ffprobe' is not recognized as an internal or external command, operable program or batch file. I tried killing the terminal and restarting and it did not work. Any help would be amazing!