Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. pi@raspberrypi:~ $ ffmpeg_g -v debug -max_streams 1 -f v4l2 -list_formats all -i /dev/video0
  2. ffmpeg version N-83027-g0ddc24d Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 5.2.0 (crosstool-NG crosstool-ng-1.22.0)
  4. configuration: --enable-cross-compile --cross-prefix=/opt/cross/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- --arch=armel --target-os=linux --prefix=/home/redacted/workspace/arm
  5. libavutil 55. 43.100 / 55. 43.100
  6. libavcodec 57. 71.100 / 57. 71.100
  7. libavformat 57. 62.100 / 57. 62.100
  8. libavdevice 57. 2.100 / 57. 2.100
  9. libavfilter 6. 68.100 / 6. 68.100
  10. libswscale 4. 3.101 / 4. 3.101
  11. libswresample 2. 4.100 / 2. 4.100
  12. Splitting the commandline.
  13. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  14. Reading option '-max_streams' ... matched as AVOption 'max_streams' with argument '1'.
  15. Reading option '-f' ... matched as option 'f' (force format) with argument 'v4l2'.
  16. Reading option '-list_formats' ... matched as AVOption 'list_formats' with argument 'all'.
  17. Reading option '-i' ... matched as input url with argument '/dev/video0'.
  18. Finished splitting the commandline.
  19. Parsing a group of options: global .
  20. Applying option v (set logging level) with argument debug.
  21. Successfully parsed a group of options.
  22. Parsing a group of options: input url /dev/video0.
  23. Applying option f (force format) with argument v4l2.
  24. Successfully parsed a group of options.
  25. Opening an input file: /dev/video0.
  26. [NULL @ 0x3589d60] Value 0.000000 for parameter 'flags' is not a valid set of 32bit integer flags
  27. num: 1.000000
  28. intnum: 0
  29. den: 1
  30. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement