Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2012 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3857325 to your computer and use it in GitHub Desktop.
Save anonymous/3857325 to your computer and use it in GitHub Desktop.
stdin
$ ffprobe -print_format xml ~/mplayer2/x-0.png
ffprobe version 0.11.1 Copyright (c) 2007-2012 the FFmpeg developers
built on Jun 9 2012 13:50:13 with gcc 4.7.0 20120505 (prerelease)
configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-libv4l2 --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
libavutil 51. 54.100 / 51. 54.100
libavcodec 54. 23.100 / 54. 23.100
libavformat 54. 6.100 / 54. 6.100
libavdevice 54. 0.100 / 54. 0.100
libavfilter 2. 77.100 / 2. 77.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
<?xml version="1.0" encoding="UTF-8"?>
<ffprobe>
Input #0, image2, from '/home/rpolzer/mplayer2/x-0.png':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, gray, 1024x694, 25 tbr, 25 tbn, 25 tbc
</ffprobe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment