Skip to content

Instantly share code, notes, and snippets.

@Jarred-Sumner
Created November 30, 2016 02:56
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 Jarred-Sumner/e53391805a15d3309fa25780a919fbc0 to your computer and use it in GitHub Desktop.
Save Jarred-Sumner/e53391805a15d3309fa25780a919fbc0 to your computer and use it in GitHub Desktop.
ffprove
➜ video git:(audio-transcrpition) ✗ ffprobe headphones-r1.mov
ffprobe version 3.2.1 Copyright (c) 2007-2016 the FFmpeg developers
built with Apple LLVM version 8.0.0 (clang-800.0.38)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libass --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-opencl --enable-openssl --disable-lzma --enable-nonfree --enable-vda
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libavresample 3. 1. 0 / 3. 1. 0
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'headphones-r1.mov':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2016-11-30T01:53:17.000000Z
encoder-eng : Mac OS X v? (AVF 1183.4, CM 1903.11, x86_64)
encoder : Lavf57.56.100
Duration: 00:00:00.85, start: 0.000000, bitrate: 166822 kb/s
Stream #0:0(eng): Video: prores (ap4h / 0x68347061), yuva444p10le(smpte170m/smpte170m/bt709), 956x714, 166801 kb/s, 60 fps, 60 tbr, 15360 tbn, 15360 tbc (default)
Metadata:
creation_time : 2016-11-30T01:53:17.000000Z
handler_name : Core Media Data Handler
encoder : Apple ProRes 4444
timecode : 00:00:00:00
Stream #0:1(eng): Data: none (tmcd / 0x64636D74), 0 kb/s
Metadata:
creation_time : 2016-11-30T01:53:17.000000Z
handler_name : Core Media Data Handler
timecode : 00:00:00:00
Unsupported codec with id 0 for input stream 1
➜ video git:(audio-transcrpition) ✗ ffprobe headphones.mov
ffprobe version 3.2.1 Copyright (c) 2007-2016 the FFmpeg developers
built with Apple LLVM version 8.0.0 (clang-800.0.38)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libass --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-opencl --enable-openssl --disable-lzma --enable-nonfree --enable-vda
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libavresample 3. 1. 0 / 3. 1. 0
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'headphones.mov':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2016-11-29T22:19:05.000000Z
encoder : Mac OS X v? (AVF 1183.4, CM 1903.11, x86_64)
encoder-eng : Mac OS X v? (AVF 1183.4, CM 1903.11, x86_64)
Duration: 00:00:00.85, start: 0.000000, bitrate: 168698 kb/s
Stream #0:0(eng): Video: prores (ap4h / 0x68347061), yuva444p10le(smpte170m/smpte170m/bt709), 956x714, 168642 kb/s, 60 fps, 60 tbr, 60 tbn, 60 tbc (default)
Metadata:
creation_time : 2016-11-29T22:19:05.000000Z
handler_name : Core Media Data Handler
encoder : Apple ProRes 4444
timecode : 00:00:00:00
Stream #0:1(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
Metadata:
creation_time : 2016-11-29T22:19:05.000000Z
handler_name : Core Media Data Handler
timecode : 00:00:00:00
Unsupported codec with id 0 for input stream 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment