Skip to content

Instantly share code, notes, and snippets.

@michaelhelmick
Created February 1, 2014 17:36
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 michaelhelmick/ffceaede71065271b549 to your computer and use it in GitHub Desktop.
Save michaelhelmick/ffceaede71065271b549 to your computer and use it in GitHub Desktop.
ffmpeg version 1.2.4 Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 1 2014 11:16:40 with Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.4 --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
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/mikehelmick/Desktop/IMG_0429.mov':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2013-07-01 03:58:07
model : iPhone 5
model-eng : iPhone 5
encoder : 7.0
encoder-eng : 7.0
date : 2013-06-30T23:58:07-0400
date-eng : 2013-06-30T23:58:07-0400
make : Apple
make-eng : Apple
Duration: 00:00:01.74, start: 0.000000, bitrate: 16790 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 18551 kb/s, 29.97 fps, 29.97 tbr, 600 tbn, 1200 tbc
Metadata:
rotate : 180
creation_time : 2013-07-01 03:58:07
handler_name : Core Media Data Handler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 60 kb/s
Metadata:
creation_time : 2013-07-01 03:58:07
handler_name : Core Media Data Handler
Output #0, image2, to '/Users/mikehelmick/Desktop/testing.jpg':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
make-eng : Apple
model : iPhone 5
model-eng : iPhone 5
make : Apple
encoder-eng : 7.0
date : 2013-06-30T23:58:07-0400
date-eng : 2013-06-30T23:58:07-0400
encoder : Lavf54.63.104
Stream #0:0(und): Video: mjpeg, yuvj420p, 640x320, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Metadata:
rotate : 180
creation_time : 2013-07-01 03:58:07
handler_name : Core Media Data Handler
Stream mapping:
Stream #0:0 -> #0:0 (h264 -> mjpeg)
Press [q] to stop, [?] for help
frame= 0 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.00 bitrate=N/A
video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead -inf%
Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment