Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Mar 11th, 2011  |  syntax: None  |  size: 1.64 KB  |  hits: 186  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. dhcp-169-229-212-17:slides_tiff adam$ ffmpeg -strict inofficial -y -i sample.mp4 -ss 40 -r 1 -vframes 1 -f image2 sample.tiff
  2. FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  3.   built on Mar  3 2011 21:54:45 with gcc 4.2.1 (Apple Inc. build 5646) (dot 1)
  4.   configuration: --prefix=/opt/local --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-avfilter-lavf --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --enable-libvpx --enable-libspeex --enable-nonfree --mandir=/opt/local/share/man --enable-shared --enable-pthreads --disable-indevs --cc=/usr/bin/gcc-4.2 --arch=x86_64
  5.   libavutil     50.15. 1 / 50.15. 1
  6.   libavcodec    52.72. 2 / 52.72. 2
  7.   libavformat   52.64. 2 / 52.64. 2
  8.   libavdevice   52. 2. 0 / 52. 2. 0
  9.   libavfilter    1.19. 0 /  1.19. 0
  10.   libswscale     1.11. 0 /  1.11. 0
  11.   libpostproc   51. 2. 0 / 51. 2. 0
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sample.mp4':
  13.   Metadata:
  14.     major_brand     : mp42
  15.     minor_version   : 0
  16.     compatible_brands: isomavc1mp42
  17.   Duration: 00:03:55.00, start: 0.000000, bitrate: 2093 kb/s
  18.     Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 116 kb/s
  19.     Stream #0.1(und): Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 1975 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc
  20. Output #0, image2, to 'sample.tiff':
  21.   Metadata:
  22.     encoder         : Lavf52.64.2
  23.     Stream #0.0(und): Video: tiff, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 1 tbc
  24. Stream mapping:
  25.   Stream #0.1 -> #0.0
  26. Press [q] to stop encoding
  27. Segmentation fault