Created
November 5, 2014 23:22
-
-
Save gabeodess/01e11b8b8070d5cdcc35 to your computer and use it in GitHub Desktop.
ffprobe output
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
gabeodess@Gabriels-MacBook-Air-4:~/Desktop$ffprobe market-sd.mp4 | |
ffprobe version 2.2.3 Copyright (c) 2007-2014 the FFmpeg developers | |
built on Nov 4 2014 12:47:40 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libvpx | |
libavutil 52. 66.100 / 52. 66.100 | |
libavcodec 55. 52.102 / 55. 52.102 | |
libavformat 55. 33.100 / 55. 33.100 | |
libavdevice 55. 10.100 / 55. 10.100 | |
libavfilter 4. 2.100 / 4. 2.100 | |
libavresample 1. 2. 0 / 1. 2. 0 | |
libswscale 2. 5.102 / 2. 5.102 | |
libswresample 0. 18.100 / 0. 18.100 | |
libpostproc 52. 3.100 / 52. 3.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'market-sd.mp4': | |
Metadata: | |
major_brand : isom | |
minor_version : 512 | |
compatible_brands: isomiso2avc1mp41 | |
encoder : Lavf55.33.100 | |
Duration: 00:00:21.94, start: 0.000000, bitrate: 898 kb/s | |
Stream #0:0(eng): Video: h264 (High 4:2:2) (avc1 / 0x31637661), yuv422p, 640x360 [SAR 1:1 DAR 16:9], 895 kb/s, 23.98 fps, 23.98 tbr, 11988 tbn, 47.95 tbc (default) | |
Metadata: | |
handler_name : VideoHandler |
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
gabeodess@Gabriels-MacBook-Air-4:~/Desktop$ffprobe holiday-phase1.mp4 | |
ffprobe version 2.2.3 Copyright (c) 2007-2014 the FFmpeg developers | |
built on Nov 4 2014 12:47:40 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libvpx | |
libavutil 52. 66.100 / 52. 66.100 | |
libavcodec 55. 52.102 / 55. 52.102 | |
libavformat 55. 33.100 / 55. 33.100 | |
libavdevice 55. 10.100 / 55. 10.100 | |
libavfilter 4. 2.100 / 4. 2.100 | |
libavresample 1. 2. 0 / 1. 2. 0 | |
libswscale 2. 5.102 / 2. 5.102 | |
libswresample 0. 18.100 / 0. 18.100 | |
libpostproc 52. 3.100 / 52. 3.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'holiday-phase1.mp4': | |
Metadata: | |
major_brand : M4V | |
minor_version : 1 | |
compatible_brands: M4V M4A mp42isom | |
creation_time : 2014-10-24 20:14:58 | |
description : This video is about ROAD TRIP 1 | |
album_artist : Chavetta, Alejandro(AWF) | |
artist : Chavetta, Alejandro(AWF) | |
title : ROAD TRIP 1 | |
Duration: 00:00:34.37, start: 0.000000, bitrate: 2758 kb/s | |
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 960x506 [SAR 1:1 DAR 480:253], 2756 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc (default) | |
Metadata: | |
creation_time : 2014-10-24 20:14:58 | |
handler_name : Core Media Video |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment