Created
July 19, 2016 10:10
-
-
Save lofidevops/832da451eab85d7d55eb737840629d0f to your computer and use it in GitHub Desktop.
ffprobe the color-correct MP4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>ffprobe -show_format sample_colorcorrect.mp4 | |
ffprobe version N-81045-g450cf40 Copyright (c) 2007-2016 the FFmpeg developers | |
built with gcc 5.4.0 (GCC) | |
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dx | |
va2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-lib | |
ebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --ena | |
ble-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfree | |
type --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enab | |
le-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-lib | |
openjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-lib | |
snappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame | |
--enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx | |
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable- | |
libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enab | |
le-zlib | |
libavutil 55. 28.100 / 55. 28.100 | |
libavcodec 57. 50.100 / 57. 50.100 | |
libavformat 57. 42.100 / 57. 42.100 | |
libavdevice 57. 0.102 / 57. 0.102 | |
libavfilter 6. 47.100 / 6. 47.100 | |
libswscale 4. 1.100 / 4. 1.100 | |
libswresample 2. 1.100 / 2. 1.100 | |
libpostproc 54. 0.100 / 54. 0.100 | |
[h264 @ 000000000054bde0] Increasing reorder buffer to 1 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sample_colorcorrect.mp4': | |
Metadata: | |
major_brand : mp42 | |
minor_version : 0 | |
compatible_brands: mp42mp41 | |
creation_time : 2016-07-06 10:40:21 | |
Duration: 00:00:02.20, start: 0.000000, bitrate: 11848 kb/s | |
Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709) | |
, 1920x1080, 11683 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc (default) | |
Metadata: | |
creation_time : 2016-07-06 10:40:21 | |
handler_name : Alias Data Handler | |
encoder : AVC Coding | |
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, flt | |
p, 317 kb/s (default) | |
Metadata: | |
creation_time : 2016-07-06 10:40:21 | |
handler_name : Alias Data Handler | |
[FORMAT] | |
filename=sample_colorcorrect.mp4 | |
nb_streams=2 | |
nb_programs=0 | |
format_name=mov,mp4,m4a,3gp,3g2,mj2 | |
format_long_name=QuickTime / MOV | |
start_time=0.000000 | |
duration=2.197333 | |
size=3254453 | |
bit_rate=11848738 | |
probe_score=100 | |
TAG:major_brand=mp42 | |
TAG:minor_version=0 | |
TAG:compatible_brands=mp42mp41 | |
TAG:creation_time=2016-07-06 10:40:21 | |
[/FORMAT] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment