pawlox / video-thumbnail

Laravel package for generating thumbnails from videos
22 stars 14 forks source link

laravel 6 #7

Open rolandverner opened 4 years ago

rolandverner commented 4 years ago

problems with install to laravel 6

  Problem 1
    - Installation request for pawlox/video-thumbnail ^1.0 -> satisfiable by paw
lox/video-thumbnail[v1.0.3].
    - Can only install one of: monolog/monolog[2.0.2, 1.x-dev].
    - Can only install one of: monolog/monolog[1.x-dev, 2.0.2].
    - Can only install one of: monolog/monolog[1.x-dev, 2.0.2].
    - Conclusion: install monolog/monolog 1.x-dev
    - Installation request for monolog/monolog (locked at 2.0.2, required as ^2.
0) -> satisfiable by monolog/monolog[2.0.2].

Installation failed, reverting ./composer.json to its original content.

Process finished with exit code 2.
pawlox commented 4 years ago

Sadly it's an issue with one of phpffmpeg's dependency package :/ - https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/680

MFN-freelancer commented 4 years ago

VideoThumbnail::createThumbnail(public_path('uploaded_video/oceans.mp4'), public_path('cover_images'),'movie.jpg', 2, 1920, 1080); I tried it like that. but it is not saving thumbnail image can you help me?