View Single Post
Old 02-19-2010, 08:07 AM  
Jakez
Confirmed User
 
Jakez's Avatar
 
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
Quote:
Originally Posted by fris View Post
what do you need help with?
I'm actually just trying to get a listing of video information onto a page, it's supposed to be just "ffmpeg -i file.flv" but I think that is only for ssh? I need something like:

Quote:
print exec("ffmpeg -i file.flv");
But that doesn't work, I do have this:

Quote:
print exec("mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");
But it will only print 1 value that I specify and not all the information.
__________________
[email protected] - jakezdumb - 573689400

Killuminati

Last edited by Jakez; 02-19-2010 at 08:09 AM..
Jakez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote