nystudio107 / craft-transcoder

Transcode video & audio files to various formats, and provide video thumbnails
https://nystudio107.com/plugins/transcoder
Other
43 stars 12 forks source link

Doesn't work :( #29

Closed helleholmsen closed 4 years ago

helleholmsen commented 4 years ago

Nothing works :( Testing this locally. I'm hosting my assets on S3, the plugin is installed and paid for, and ffmpeg is installed at /usr/local/bin/ffmpeg. The error messages varies a bit, either it just outputs "unkown" when I'm trying to transform a video, or

  {% set fileInfo = craft.transcoder.getFileInfo(video, true) %}
  <h4>{{ fileInfo }}</h4>

gives me "Array to string conversion" (sometimes). Am I missing something?

khalwat commented 4 years ago

So please ensure that devMode is on, and then check storage/logs/web.log and search on transcoder to see if you can find any error or status messages

helleholmsen commented 4 years ago

@khalwat no error messages. All I can find is

[ma5u1vne35q1c5qvgcuv95ng4f][info][nystudio107\transcoder\Transcoder::init] Transcoder plugin loaded

khalwat commented 4 years ago

You should have a whole lot more than that. Try this:

Then send me the complete web.log file to: andrew@nystudio107.com

helleholmsen commented 4 years ago

@khalwat thanks! I sent you an email:)

khalwat commented 4 years ago

Ended up being an incomplete local software install -- ffprobe was missing from the brew install