Advertisement
Guest User

perf report of mplayer

a guest
Feb 7th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. linaro@linaro-alip:~$ sudo perf_3.2.0-23 record mplayer Downloads/07_Media_Prioritization.m4v
  2. MPlayer2 UNKNOWN (C) 2000-2011 MPlayer Team
  3. mplayer: could not connect to socket
  4. mplayer: No such file or directory
  5. Failed to open LIRC support. You will not be able to use your remote control.
  6.  
  7. Playing Downloads/07_Media_Prioritization.m4v.
  8. Detected file format: QuickTime/MPEG-4/Motion JPEG 2000 format (libavformat)
  9. [lavf] stream 0: video (h264), -vid 0
  10. [lavf] stream 1: audio (aac), -aid 0, -alang eng
  11. VIDEO: [H264] 704x396 24bpp 29.970 fps 803.9 kbps (98.1 kbyte/s)
  12. Clip info:
  13. major_brand: mp42
  14. minor_version: 0
  15. compatible_brands: mp42isomavc1
  16. creation_time: 2013-01-08 00:00:32
  17. encoder: HandBrake 0.9.6 2012022800
  18. Load subtitles in Downloads/
  19. Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
  20. [vdpau] Error when calling vdp_device_create_x11: 1
  21. [VO_XV] It seems there is no Xvideo support for your video card available.
  22. [VO_XV] Run 'xvinfo' to verify its Xv support and read
  23. [VO_XV] DOCS/HTML/en/video.html#xv!
  24. [VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
  25. [VO_XV] Try -vo x11.
  26. [ass] auto-open
  27. ==========================================================================
  28. Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
  29. Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
  30. ==========================================================================
  31. ==========================================================================
  32. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
  33. AUDIO: 48000 Hz, 2 ch, s16le, 127.2 kbit/8.28% (ratio: 15905->192000)
  34. Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
  35. ==========================================================================
  36. [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
  37. AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
  38. Starting playback...
  39. A: 0.0 V: 0.0 A-V: 0.000 ct: 0.000 0/ 0 ??% ??% ??,?% 0 0
  40. Movie-Aspect is undefined - no prescaling applied.
  41. VO: [x11] 704x396 => 704x396 Planar YV12
  42. [swscaler @ 0x4155b980]No accelerated colorspace conversion found from yuv420p to bgra.
  43. [swscaler @ 0x4155b980]using unscaled yuv420p -> bgra special converter
  44. A: 10.7 V: 10.2 A-V: 0.493 ct: 0.006 0/ 0 57% 42% 2.1% 189 0
  45.  
  46.  
  47. ************************************************
  48. **** Your system is too SLOW to play this! ****
  49. ************************************************
  50.  
  51. Possible reasons, problems, workarounds:
  52. - Most common: broken/buggy _audio_ driver
  53. - Try -ao sdl or use the OSS emulation of ALSA.
  54. - Experiment with different values for -autosync, 30 is a good start.
  55. - Slow video output
  56. - Try a different -vo driver (-vo help for a list) or try -framedrop!
  57. - Slow CPU
  58. - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
  59. e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
  60. - Broken file
  61. - Try various combinations of -nobps -ni -forceidx -mc 0.
  62. - Slow media (NFS/SMB mounts, DVD, VCD etc)
  63. - Try -cache 8192.
  64. - Are you using -cache to play a non-interleaved AVI file?
  65. - Try -nocache.
  66. Read DOCS/HTML/en/video.html for tuning/speedup tips.
  67. If none of this helps you, read DOCS/HTML/en/bugreports.html.
  68.  
  69. A: 76.8 V: 76.8 A-V: 0.000 ct: 0.006 0/ 0 50% 37% 1.6% 484 0
  70.  
  71. Audio output truncated at end.
  72.  
  73. Exiting... (End of file)
  74. [ perf record: Woken up 8 times to write data ]
  75. [ perf record: Captured and wrote 1.803 MB perf.data (~78793 samples) ]
  76. linaro@linaro-alip:~$ perf_3.2.0-23 reportfailed to open perf.data: Permission denied
  77. linaro@linaro-alip:~$ sudo perf_3.2.0-23 report
  78. # ========
  79. # captured on: Thu Feb 7 12:16:42 2013
  80. # hostname : linaro-alip
  81. # os release : 3.0.57
  82. # perf version : 3.2.14
  83. # arch : armv7l
  84. # nrcpus online : 1
  85. # nrcpus avail : 1
  86. # cpudesc : ARMv7 Processor rev 2 (v7l)
  87. # total memory : 835176 kB
  88. # cmdline : /usr/bin/perf_3.2.0-23 record mplayer Downloads/07_Media_Prioritiza
  89. # event : name = cycles, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0,
  90. # ========
  91. #
  92. # Events: 46K cpu-clock
  93. #
  94. # Overhead Command Shared Object Symbol
  95. # ........ ....... ...................... ..................................
  96. #
  97. 66.31% mplayer libavcodec.so.53.35.0 [.] 0xaf5f0
  98. :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement