getting exception Your FFProbe version is too old and does not support `-help` option












0















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?










share|improve this question

























  • 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
















0















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?










share|improve this question

























  • 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














0












0








0


2






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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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












1 Answer
1






active

oldest

votes


















1














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'

));





share|improve this answer


























  • 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 from ApplicationPoolIdentity to LocalSystem.

    – TCB13
    Dec 5 '18 at 23:10











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
});


}
});














draft saved

draft discarded


















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









1














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'

));





share|improve this answer


























  • 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 from ApplicationPoolIdentity to LocalSystem.

    – TCB13
    Dec 5 '18 at 23:10
















1














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'

));





share|improve this answer


























  • 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 from ApplicationPoolIdentity to LocalSystem.

    – TCB13
    Dec 5 '18 at 23:10














1












1








1







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'

));





share|improve this answer















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'

));






share|improve this answer














share|improve this answer



share|improve this answer








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 from ApplicationPoolIdentity to LocalSystem.

    – 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













  • 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 from ApplicationPoolIdentity to LocalSystem.

    – 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




















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?