Advertisement
Guest User

Untitled

a guest
Jun 27th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. root@porteus:/mnt/sdb1/surv# ffplay -f v4l2 /dev/video5
  2. ffplay version 0.10.2.git-e9d5c05 Copyright (c) 2003-2012 the FFmpeg developers
  3. built on Jun 23 2012 01:58:33 with gcc 4.5.2
  4. configuration: --disable-yasm --enable-libmp3lame
  5. libavutil 51. 61.100 / 51. 61.100
  6. libavcodec 54. 29.100 / 54. 29.100
  7. libavformat 54. 11.100 / 54. 11.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 82.100 / 2. 82.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. Bus error
  13. root@porteus:/mnt/sdb1/surv#
  14.  
  15.  
  16.  
  17. But this works:
  18.  
  19.  
  20. root@porteus:/mnt/sdb1/surv# mplayer tv:// -tv width=640:height=480:device=/dev/video5
  21. MPlayer SVN-r34180-4.5.1 (C) 2000-2011 MPlayer Team
  22.  
  23. Playing tv://.
  24. TV file format detected.
  25. Selected driver: v4l2
  26. name: Video 4 Linux 2 input
  27. author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
  28. comment: first try, more to come ;-)
  29. v4l2: your device driver does not support VIDIOC_G_STD ioctl, VIDIOC_G_PARM was used instead.
  30. Selected device: UVC Camera (046d:0825)
  31. Capabilities: video capture streaming
  32. supported norms:
  33. inputs: 0 = Camera 1;
  34. Current input: 0
  35. Current format: YUYV
  36. v4l2: ioctl set format failed: Invalid argument
  37. v4l2: ioctl set format failed: Invalid argument
  38. v4l2: ioctl set format failed: Invalid argument
  39. tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
  40. v4l2: ioctl enum norm failed: Invalid argument
  41. Error: Cannot set norm!
  42. Selected input hasn't got a tuner!
  43. v4l2: ioctl set mute failed: Invalid argument
  44. v4l2: ioctl query control failed: Invalid argument
  45. Xlib: extension "XFree86-VidModeExtension" missing on display "127.1:0".
  46. Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
  47. [vdpau] Error when calling vdp_device_create_x11: 1
  48. Xlib: extension "XVideo" missing on display "127.1:0".
  49. [VO_XV] Sorry, Xv not supported by this X11 version/driver
  50. [VO_XV] ******** Try with -vo x11 or -vo sdl *********
  51. ==========================================================================
  52. Opening video decoder: [raw] RAW Uncompressed Video
  53. Could not find matching colorspace - retrying with -vf scale...
  54. Opening video filter: [scale]
  55. Movie-Aspect is undefined - no prescaling applied.
  56. [swscaler @ 0xa7134f0] BICUBIC scaler, from yuyv422 to bgra using MMX2
  57. VO: [x11] 640x480 => 640x480 BGRA
  58. Shared memory not supported
  59. Reverting to normal Xlib
  60. Selected video codec: [rawyuy2] vfm: raw (RAW YUY2)
  61. ==========================================================================
  62. Audio: no sound
  63. Starting playback...
  64. v4l2: select timeout
  65. V: 0.0 200/200 ??% ??% ??,?% 0 0
  66. v4l2: ioctl set mute failed: Invalid argument
  67. v4l2: 202 frames successfully processed, -127 frames dropped.
  68.  
  69. Exiting... (Quit)
  70. root@porteus:/mnt/sdb1/surv#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement