Does anyone know a good place to get help with these?
Good forum for help with ffmpeg/mplayer/mencoder?
Collapse
X
-
Good forum for help with ffmpeg/mplayer/mencoder?
Tags: None -
what do you need help with?
you will find tutors that will help you more than waiting for someone to answer in a forum
http://www.catswhocode.com/blog/19-f...-for-all-needs -
-
IRC is your best best. Probably irc.freenode.org #ffmpeg - 132 peopleI'm a PHP developer - 594086663 - [email protected]Comment
-
Comment
-
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:
But that doesn't work, I do have this:print exec("ffmpeg -i file.flv");
But it will only print 1 value that I specify and not all the information.print exec("mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");Last edited by Jakez; 02-19-2010, 06:09 AM.Comment
-
Comment
-
I was hoping there was a way to have the info placed into an array or something, but I guess I can just grab text from that info and make my own.Comment
-





Comment