7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » ffmpeg
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 2085 Views |
-
Re: ffmpeg

27 November 2010 at 7:59am
$path is a variable. You need to set it equal to your ffmpeg path.
$path = "/some/path";
-
Re: ffmpeg

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
-
Re: ffmpeg

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); -
Re: ffmpeg

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.
| 2085 Views | ||
| Go to Top |

