Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ffmpeg/ffprobe show_frames option

Tags:

ffmpeg

ffprobe

I recently installed ffmpeg version 0.8.5-4:0.8.5 on my Ubuntu Linux box.

When I execute "ffprobe -show_frames http://test.com/test.mp4" I get the following error:

Unrecognized option 'show_frames'

I have tried installed all sorts of ffmpeg dependent packages to fix this without any success.

Can someone help to resolve this error by telling me what I need to install exactly to fix this?

Thanks

like image 285
user1526912 Avatar asked Nov 24 '25 14:11

user1526912


1 Answers

You're using a crippled, fake version of "ffprobe" that originates from libav, not FFmpeg:

Ubuntu switched from FFmpeg to libav because the Debian/Ubuntu ffmpeg package maintainer is a libav developer. The intentional usage of the names "ffmpeg" and "ffprobe" for something not from FFmpeg was disappointing, and is misguiding to users and misrepresents the work of the FFmpeg developers. Also see Who can tell me the difference and relation between ffmpeg, libav, and avconv?

This bizarro "ffprobe" does not have the -show_frames option. You have three options:

  • Compile ffmpeg and/or ffprobe
  • Use Jon Severinsson's FFmpeg PPA
  • Use a static build of ffmpeg

All three methods will provide a real, working ffprobe. Use the static build if you're lazy.

like image 167
llogan Avatar answered Nov 27 '25 15:11

llogan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!