Guest User

Untitled

a guest
Jul 26th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. avconv -loglevel debug -f video4linux2 -i /dev/video0 -vcodec libx264 -f mpegts /home/jeroen/Desktop/local.ts
  2. avconv version 10.2, Copyright (c) 2000-2014 the Libav developers
  3. built on Jul 26 2014 16:59:36 with gcc 4.9.1 (GCC)
  4. configuration: --prefix=/usr --enable-shared --disable-static --disable-debug --enable-gpl --enable-nonfree --enable-libtheora --enable-libvpx --enable-libx264 --enable-libxvid --enable-libfaac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libfreetype --enable-gnutls --enable-openssl --enable-librtmp
  5. libavutil 53. 3. 0 / 53. 3. 0
  6. libavcodec 55. 34. 1 / 55. 34. 1
  7. libavformat 55. 12. 0 / 55. 12. 0
  8. libavdevice 54. 0. 0 / 54. 0. 0
  9. libavfilter 4. 2. 0 / 4. 2. 0
  10. libavresample 1. 1. 0 / 1. 1. 0
  11. libswscale 2. 1. 2 / 2. 1. 2
  12. Splitting the commandline.
  13. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument 'debug'.
  14. Reading option '-f' ... matched as option 'f' (force format) with argument 'video4linux2'.
  15. Reading option '-i' ... matched as input file with argument '/dev/video0'.
  16. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'mpegts'.
  18. Reading option '/home/jeroen/Desktop/local.ts' ... matched as output file.
  19. Finished splitting the commandline.
  20. Parsing a group of options: global .
  21. Applying option loglevel (set libav* logging level) with argument debug.
  22. Successfully parsed a group of options.
  23. Parsing a group of options: input file /dev/video0.
  24. Applying option f (force format) with argument video4linux2.
  25. Successfully parsed a group of options.
  26. Opening an input file: /dev/video0.
  27. [video4linux2 @ 0x133c820] [4]Capabilities: 84000001
  28. [video4linux2 @ 0x133c820] Querying the device for the current frame size
Advertisement
Add Comment
Please, Sign In to add comment