Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ffmpeg -f avfoundation -i "0:0" out.mpg # .avi yields the same results
  2. ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.7.2_1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libvo-aacenc --enable-libxvid --enable-vda
  5. libavutil 54. 27.100 / 54. 27.100
  6. libavcodec 56. 41.100 / 56. 41.100
  7. libavformat 56. 36.100 / 56. 36.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 16.101 / 5. 16.101
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 2.100 / 1. 2.100
  13. libpostproc 53. 3.100 / 53. 3.100
  14. [avfoundation @ 0x7ffc2380da00] Selected framerate (29.970030) is not supported by the device
  15. [avfoundation @ 0x7ffc2380da00] Supported modes:
  16. [avfoundation @ 0x7ffc2380da00] 1280x720@[1.000000 30.000000]fps
  17. Last message repeated 2 times
  18. [avfoundation @ 0x7ffc2380da00] 640x480@[1.000000 30.000000]fps
  19. Last message repeated 2 times
  20. [avfoundation @ 0x7ffc2380da00] 320x240@[1.000000 30.000000]fps
  21. Last message repeated 2 times
  22. 0:0: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement