getting exception Your FFProbe version is too old and does not support `-help` option
I installed ffmpeg by doing sudo apt-get install ffmpeg
From a terminal, when I run /usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title: Your FFProbe version is too old and soes not support '-help'
I am using laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpeg
Where am i going wrong?
php laravel ffmpeg
add a comment |
I installed ffmpeg by doing sudo apt-get install ffmpeg
From a terminal, when I run /usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title: Your FFProbe version is too old and soes not support '-help'
I am using laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpeg
Where am i going wrong?
php laravel ffmpeg
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35
add a comment |
I installed ffmpeg by doing sudo apt-get install ffmpeg
From a terminal, when I run /usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title: Your FFProbe version is too old and soes not support '-help'
I am using laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpeg
Where am i going wrong?
php laravel ffmpeg
I installed ffmpeg by doing sudo apt-get install ffmpeg
From a terminal, when I run /usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title: Your FFProbe version is too old and soes not support '-help'
I am using laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpeg
Where am i going wrong?
php laravel ffmpeg
php laravel ffmpeg
edited May 26 '15 at 5:41
Sameer Shaikh
asked May 25 '15 at 12:46
Sameer ShaikhSameer Shaikh
122216
122216
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35
add a comment |
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35
add a comment |
1 Answer
1
active
oldest
votes
I found the solution to this issue after 22 days
Step 1
Download ffmpeg link
Step 2
Extract and rename ffmpeg
Step 3
Ubuntu
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' => /home/shubhamazad/Downloads/ffmpeg/ffmpeg',
'ffprobe.binaries' =>/home/shubhamazad/Downloads/ffmpeg/ffprobe'
));
Windows
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' =>'C:userDownloadsffmpegbinffmpeg.exe',
'ffprobe.binaries' =>'C:userDownloadsffmpegbinffprobe.exe'
));
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity fromApplicationPoolIdentity
toLocalSystem
.
– TCB13
Dec 5 '18 at 23:10
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30438732%2fgetting-exception-your-ffprobe-version-is-too-old-and-does-not-support-help-o%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found the solution to this issue after 22 days
Step 1
Download ffmpeg link
Step 2
Extract and rename ffmpeg
Step 3
Ubuntu
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' => /home/shubhamazad/Downloads/ffmpeg/ffmpeg',
'ffprobe.binaries' =>/home/shubhamazad/Downloads/ffmpeg/ffprobe'
));
Windows
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' =>'C:userDownloadsffmpegbinffmpeg.exe',
'ffprobe.binaries' =>'C:userDownloadsffmpegbinffprobe.exe'
));
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity fromApplicationPoolIdentity
toLocalSystem
.
– TCB13
Dec 5 '18 at 23:10
add a comment |
I found the solution to this issue after 22 days
Step 1
Download ffmpeg link
Step 2
Extract and rename ffmpeg
Step 3
Ubuntu
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' => /home/shubhamazad/Downloads/ffmpeg/ffmpeg',
'ffprobe.binaries' =>/home/shubhamazad/Downloads/ffmpeg/ffprobe'
));
Windows
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' =>'C:userDownloadsffmpegbinffmpeg.exe',
'ffprobe.binaries' =>'C:userDownloadsffmpegbinffprobe.exe'
));
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity fromApplicationPoolIdentity
toLocalSystem
.
– TCB13
Dec 5 '18 at 23:10
add a comment |
I found the solution to this issue after 22 days
Step 1
Download ffmpeg link
Step 2
Extract and rename ffmpeg
Step 3
Ubuntu
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' => /home/shubhamazad/Downloads/ffmpeg/ffmpeg',
'ffprobe.binaries' =>/home/shubhamazad/Downloads/ffmpeg/ffprobe'
));
Windows
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' =>'C:userDownloadsffmpegbinffmpeg.exe',
'ffprobe.binaries' =>'C:userDownloadsffmpegbinffprobe.exe'
));
I found the solution to this issue after 22 days
Step 1
Download ffmpeg link
Step 2
Extract and rename ffmpeg
Step 3
Ubuntu
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' => /home/shubhamazad/Downloads/ffmpeg/ffmpeg',
'ffprobe.binaries' =>/home/shubhamazad/Downloads/ffmpeg/ffprobe'
));
Windows
$ffmpeg = FFMpegFFMpeg::create(array(
'ffmpeg.binaries' =>'C:userDownloadsffmpegbinffmpeg.exe',
'ffprobe.binaries' =>'C:userDownloadsffmpegbinffprobe.exe'
));
edited Dec 5 '18 at 4:05
answered Nov 20 '18 at 14:20
Shubham AzadShubham Azad
396213
396213
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity fromApplicationPoolIdentity
toLocalSystem
.
– TCB13
Dec 5 '18 at 23:10
add a comment |
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity fromApplicationPoolIdentity
toLocalSystem
.
– TCB13
Dec 5 '18 at 23:10
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
What do you mean by "rename ffmpeg". I've tried this and it doesn't work... running on Windows. :(
– TCB13
Dec 4 '18 at 15:57
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
When you downloaded and extract the zip it's a folder named 'ffmpeg-20181119-e3a9630-win64-static' please rename it by ffmpeg.And give the exact path like 'your download directory path ffmpegbinffmpeg.exe'
– Shubham Azad
Dec 5 '18 at 4:02
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
and which PHP framework you are using?
– Shubham Azad
Dec 5 '18 at 4:06
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity from
ApplicationPoolIdentity
to LocalSystem
.– TCB13
Dec 5 '18 at 23:10
I managed to fix my issue, one more complex thing within IIS.I had to change IIS Application Pool > Advanced Settings > Process Model > Identity from
ApplicationPoolIdentity
to LocalSystem
.– TCB13
Dec 5 '18 at 23:10
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30438732%2fgetting-exception-your-ffprobe-version-is-too-old-and-does-not-support-help-o%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
just run "whereis ffmpeg" command
– RaMeSh
May 25 '15 at 12:50
it is running properly from the terminal but my app is not able to detect
– Sameer Shaikh
May 25 '15 at 12:59
@SameerShaikh did you get done?
– Arafath
Nov 28 '17 at 6:35