Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CmdException in Commands.php (line 80) #5

Open
usmansharif525 opened this issue Aug 30, 2017 · 5 comments
Open

CmdException in Commands.php (line 80) #5

usmansharif525 opened this issue Aug 30, 2017 · 5 comments

Comments

@usmansharif525
Copy link

Hi,
I am facing a strange error in Flavy->thumbnail method. here is my code and I think it's a problem with Flavy.
Flavy::thumbnail(storage_path().'/uploads/users/gallery/'.$strippedName, storage_path().'/uploads/users/gallery/'.$basename.'.jpg', 1); //returns array with file info
Please see this Screenshot.
flavyerror

@reinierkors
Copy link
Contributor

For windows it looks like you need to use backslashes instead. See the error message.

error

@usmansharif525
Copy link
Author

Thanks for you reply bro
but still same issue
http://prntscr.com/gkbcbk

@mitulmlakhani
Copy link

I think problem is flavy can't find ffmpeg.exe path, you can follow this steps.

  1. make sure you have installed ffmpeg in your machine, you can download from here.

  2. In your project config/flavy.php you have to specify path of ffmpeg.exe and ffprobe.exe. you can find example in below image.

image

@codecooker0105
Copy link

Hi, I have same issue.
I set path of ffmpeg in config/flave.php like this.
image
but still returns same error.
please check screenshot.
image
how can i fix it?

@codecooker0105
Copy link

I have downloaded ffmpeg binaries in here.
ffmpeg 4.2.1 binaries / linux-64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants