Created
July 19, 2016 10:09
-
-
Save lofidevops/a6e8df2268d6e09e20c2e31f18081e13 to your computer and use it in GitHub Desktop.
ffprobe the color-correct DPX
This file contains 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_dpx_colourcorrect.dpx | |
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 | |
[dpx_pipe @ 000000000054a6c0] Stream #0: not enough frames to estimate rate; con | |
sider increasing probesize | |
Input #0, dpx_pipe, from 'sample_dpx_colourcorrect.dpx': | |
Duration: N/A, bitrate: N/A | |
Stream #0:0: Video: dpx, gbrp10le, 1920x1080 [SAR 1:1 DAR 16:9], 25 tbr, 25 | |
tbn, 25 tbc | |
[FORMAT] | |
filename=sample_dpx_colourcorrect.dpx | |
nb_streams=1 | |
nb_programs=0 | |
format_name=dpx_pipe | |
format_long_name=piped dpx sequence | |
start_time=N/A | |
duration=N/A | |
size=8296448 | |
bit_rate=N/A | |
probe_score=51 | |
[/FORMAT] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment