Skip to content

Commit

Permalink
Merge pull request #9 from adepolas/patch-2
Browse files Browse the repository at this point in the history
Update Thumbnail.php
  • Loading branch information
lakshmaji authored May 19, 2017
2 parents 8065400 + 5308eed commit d6ba32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thumbnail.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getThumbnail($video_path,$storage_path,$thumnail_name,$tts=10)

try {
if(config('thumbnail.binaries.enabled')) {
$ffmpeg = FFMpeg\FFMpeg::create(
$ffmpeg = FFMpeg::create(
array(
'ffmpeg.binaries' => config('thumbnail.binaries.path.ffmpeg'),
'ffprobe.binaries' => config('thumbnail.binaries.path.ffprobe'),
Expand Down

0 comments on commit d6ba32a

Please sign in to comment.