Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

ffmpeg


Go to End


28 Posts   4639 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

27 November 2010 at 7:59am

$path is a variable. You need to set it equal to your ffmpeg path.

$path = "/some/path";

Avatar
GRiiDWeb

Community Member, 60 Posts

27 November 2010 at 9:52am

AAAAAAARGH My God It's WORKING!!!!

I'm in shock.

Thanks again for pointing me in the right direction. It's taken some doing.

FLV::set_ffmpeg_root($path="/usr/local/bin"); is the final line of code.

Much appreciated. I need a stiff drink to calm down.

Paul

Avatar
UncleCheese

Forum Moderator, 4102 Posts

27 November 2010 at 10:21am

Nice!

All you need is:

FLV::set_ffmpeg_root("your/path");

or:

$path = "/your/path";
FLV::set_ffmpeg_root($path);

Avatar
GRiiDWeb

Community Member, 60 Posts

27 November 2010 at 10:41am

Thanks again for your help.
Don't you fancy getting involved with the e-commerce revamp? I reckon it could really move forward with you involved.

P.

Go to Top