GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Good forum for help with ffmpeg/mplayer/mencoder? (https://gfy.com/showthread.php?t=954605)

Jakez 02-19-2010 07:08 AM

Good forum for help with ffmpeg/mplayer/mencoder?
 
Does anyone know a good place to get help with these?

fris 02-19-2010 07:32 AM

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

Owner 02-19-2010 07:38 AM

http://forum.doom9.org/index.php

SmellyNose 02-19-2010 07:43 AM

IRC is your best best. Probably irc.freenode.org #ffmpeg - 132 people

plsureking 02-19-2010 08:01 AM

http://www.scriptmantra.info/ffmpeg.html

Jakez 02-19-2010 08:07 AM

Quote:

Originally Posted by fris (Post 16867245)
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.

fuzebox 02-19-2010 08:33 AM

print shell_exec("ffmpeg -i file.flv 2>&1");

Jakez 02-19-2010 08:37 AM

Quote:

Originally Posted by fuzebox (Post 16867672)
print shell_exec("ffmpeg -i file.flv 2>&1");

Is there anything more structured? I don't think something like that would look the same on every server no?

UniqueD 02-19-2010 08:40 AM

i use the system("ffmpeg -i file.mp4")

the ffmpeg-php extension is pretty usefull for stuff like this. Lets you grab specific attributes such as video bitrate, audio bitrate, framerate etc..

Jakez 02-19-2010 08:44 AM

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.

fris 02-19-2010 09:04 AM

use the php library fuck executing

quantum-x 02-19-2010 09:07 AM

Quote:

Originally Posted by Jakez (Post 16867846)
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.

As above: use http://ffmpeg-php.sourceforge.net/


All times are GMT -7. The time now is 06:34 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123