Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-23 Thread Jan Ehrhardt
Reindl Harald in gmane.comp.video.ffmpeg.user (Mon, 21 Jul 2014 21:27:20 +0200): >* update and find a solution for your needs That solution is php-av. Jan ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-use

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-22 Thread Nicolas George
Le tridi 3 thermidor, an CCXXII, Reindl Harald a écrit : > > Le tridi 3 thermidor, an CCXXII, Tom Evans a écrit : > >> Shell'ing to run ffprobe gets you the same data; using software with > >> known exploits is much more insecure than making sure you correctly > >> escape filenames. > > And it is e

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-21 Thread Reindl Harald
Am 21.07.2014 21:27, schrieb Reindl Harald: > Am 21.07.2014 21:20, schrieb Nicolas George: >> Le tridi 3 thermidor, an CCXXII, Tom Evans a écrit : >>> Shell'ing to run ffprobe gets you the same data; using software with >>> known exploits is much more insecure than making sure you correctly >>> e

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-21 Thread Reindl Harald
Am 21.07.2014 21:20, schrieb Nicolas George: > Le tridi 3 thermidor, an CCXXII, Tom Evans a écrit : >> Shell'ing to run ffprobe gets you the same data; using software with >> known exploits is much more insecure than making sure you correctly >> escape filenames. > > And it is even better to mak

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-21 Thread Nicolas George
Le tridi 3 thermidor, an CCXXII, Tom Evans a écrit : > Shell'ing to run ffprobe gets you the same data; using software with > known exploits is much more insecure than making sure you correctly > escape filenames. And it is even better to make sure not to _need_ to escape filenames. Regards, --

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-21 Thread Tom Evans
On Sun, Jul 20, 2014 at 8:53 PM, Jan Ehrhardt wrote: > Reindl Harald in gmane.comp.video.ffmpeg.user (Sun, 20 Jul 2014 22:45:26 > +0200): >>such OS calls are typically done via cronjobs and very >>restricted CLI calls and not directly running in the >>webservers context at all > > My users need in

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Jan Ehrhardt
Reindl Harald in gmane.comp.video.ffmpeg.user (Sun, 20 Jul 2014 22:45:26 +0200): >such OS calls are typically done via cronjobs and very >restricted CLI calls and not directly running in the >webservers context at all My users need instant feedback on what is in a videofile. Besides that: they are

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Reindl Harald
Am 20.07.2014 22:32, schrieb Jan Ehrhardt: > Reindl Harald in gmane.comp.video.ffmpeg.user (Sun, 20 Jul 2014 18:27:40 > +0200): >> Am 20.07.2014 17:13, schrieb Jan Ehrhardt: >> >>> If you want direct access from within PHP to the videofiles, I would not >>> recommend ffmpeg-php. With some trouble

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Jan Ehrhardt
Reindl Harald in gmane.comp.video.ffmpeg.user (Sun, 20 Jul 2014 18:27:40 +0200): >Am 20.07.2014 17:13, schrieb Jan Ehrhardt: > >> If you want direct access from within PHP to the videofiles, I would not >> recommend ffmpeg-php. With some trouble you can get it to compile, but >> only with FFmpeg 0

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Reindl Harald
Am 20.07.2014 17:13, schrieb Jan Ehrhardt: > Orest Hasa in gmane.comp.video.ffmpeg.user (Tue, 15 Jul 2014 10:00:59 > +0200): >> Do I need to install ffmpeg-php, if yes can you please send me a >> tutorial our server is centos 6.5. > > If you want direct access from within PHP to the videofiles,

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Carl Eugen Hoyos
Jan Ehrhardt ehrhardt.nl> writes: > I would not recommend ffmpeg-php. With some trouble > you can get it to compile, but only with FFmpeg 0.6: Just to make sure everybody understands: FFmpeg 0.6 is not maintained for several years (please do not get fooled by updated packages in some distribu

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-20 Thread Jan Ehrhardt
Orest Hasa in gmane.comp.video.ffmpeg.user (Tue, 15 Jul 2014 10:00:59 +0200): >Do I need to install ffmpeg-php, if yes can you please send me a >tutorial our server is centos 6.5. If you want direct access from within PHP to the videofiles, I would not recommend ffmpeg-php. With some trouble you

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-19 Thread David Favor
Orest Hasa wrote: Hello, I installed the ffmpeg with the help of the following tutorial: http://trac.ffmpeg.org/wiki/CompilationGuide/Centos Now that compile proces is done what else should I do, so we can integrate the ffmpeg withing a video site. Do I need to install ffmpeg-php, if yes ca

[FFmpeg-user] ffmpeg for a joomla video website

2014-07-15 Thread Orest Hasa
Hello, I installed the ffmpeg with the help of the following tutorial: http://trac.ffmpeg.org/wiki/CompilationGuide/Centos Now that compile proces is done what else should I do, so we can integrate the ffmpeg withing a video site. Do I need to install ffmpeg-php, if yes can you please send m