Trying to find out what the information is for:
FFMPEG Binary Path
PHP Binary Path
Mp4 Binary Path
Flvtool2 Binary Path
is there a special path?
I’m using shared hosting.
I read that FFMPEG Binary path is: /usr/bin/ffmpeg
is this true?
Trying to find out what the information is for:
FFMPEG Binary Path
PHP Binary Path
Mp4 Binary Path
Flvtool2 Binary Path
is there a special path?
I’m using shared hosting.
I read that FFMPEG Binary path is: /usr/bin/ffmpeg
is this true?
Ya ur right on that path, I found that on the wiki site here.
I am also interested in this also…
I think the php binary is your php.ini file… whether you use the dedault for DH or not… I am assuming I am not sure but I think its assumable true considering thats what the prgm will run under…
Remember above is assuming…
You can use the which command in shell to find paths.
[code]$ which ffmpeg
/usr/bin/ffmpeg
$ which php
/usr/local/bin/php
$ which flvtool2
/bin/flvtool2[/code]To convert to mp4: $ ffmpeg file.ext [options] newfile.mp4
Maximum Cash Discount on any plan with MAXCASH
“To convert to mp4: $ ffmpeg file.ext [options] newfile.mp4”
What do you mean by this?
It’s a commandline for using ffmpeg to convert files into mp4 format.
file.ext is the source file (eg. mycam.avi)
newfile.mp4 is the destination .mp4 file that will be created.
[options] is where you can specify settings like resize, framerate, audio, etc.
Maximum Cash Discount on any plan with MAXCASH