Search code examples
phpvideoffmpegimagemplayer

How to take pictures of the video through mplayer or ffmpeg to php?


How to take pictures of the video through mplayer or ffmpeg to php?


Solution

  • try,

    exec("ffmpeg -i $video_file_path -an -y -f mjpeg -ss 00:02:00 -vframes 1 $image_path")