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

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

2018-06-27 Thread Robert Wilkin
Andr? H?nsel Sent: Wednesday, 27 June 2018 3:22 PM To: 'FFmpeg user questions' Subject: Re: [FFmpeg-user] ff_frame_thread_encoder_init failed when run via PHP exec > I ran ffmpeg with ulimit -a but it comes back with unrecognized option 'a' Not ffmpeg, just "ulim

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

2018-06-26 Thread André Hänsel
> I ran ffmpeg with ulimit -a but it comes back with unrecognized option 'a' Not ffmpeg, just "ulimit -a". It will show you the current resource limits that are set in that environment. PHP might set some and then you will see it in the output. ___ ff

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

2018-06-26 Thread Robert Wilkin
gb24 out of 9 ref:yuv420p alpha:0 [auto_scaler_0 @ 0x5049e40] w:560 h:320 fmt:yuv420p sar:0/1 -> w:560 h:320 fmt:rgb24 sar:0/1 flags:0x4 [png @ 0x504c0c0] ff_frame_thread_encoder_init failed Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorr

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

2018-06-26 Thread Robert Wilkin
rror splitting the argument list: Option not found From: ffmpeg-user on behalf of André Hänsel Sent: Tuesday, 26 June 2018 7:59 PM To: 'FFmpeg user questions' Subject: Re: [FFmpeg-user] ff_frame_thread_encoder_init failed when run via PHP exec >

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

2018-06-26 Thread Carl Eugen Hoyos
2018-06-23 13:39 GMT+02:00, rwilkin : > 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/ffmpeg/SampleVideo.p

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

2018-06-26 Thread André Hänsel
> > It works perfectly when I log in to the console via putty and run it. But > > when I run it via exec() in PHP it always comes back with > > ff_frame_thread_encoder_init failed Error initializing output stream 0:0 -- > > Error while opening encoder for output stream #0:0 - maybe incorrect > > pa

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

2018-06-24 Thread Moritz Barsnick
On Sat, Jun 23, 2018 at 04:39:27 -0700, rwilkin wrote: > I am very new to ffmpeg, so sorry if this is a silly question. Not at all. > It works perfectly when I log in to the console via putty and run it. But > when I run it via exec() in PHP it always comes back with > ff_frame_thread_encoder_ini

[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/