Re: [FFmpeg-user] ff_frame_thread_encoder_init failed when run via PHP exec

2018-07-01 Thread rwilkin
Sorry, I didn't realise I was top posting. I was just replying to the emails. Is there any other suggestions to what I can try? -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman

[FFmpeg-user] ff_frame_thread_encoder_init failed when run via PHP exec

2018-06-23 Thread rwilkin
Hi, I am very new to ffmpeg, so sorry if this is a silly question. I am trying to create a thumbnail image from a video with PHP. This is the command I am using: "/home2/public_html/ffmpeg/ffmpeg" -i "/home2/public_html/ffmpeg/SampleVideo.mp4" -ss 00:00:01.000 -vframes 1 -y "/home2/public_html/