Advertisement
Guest User

Untitled

a guest
Feb 19th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [user@workstation ~]$ mpv -v
  2. [cplayer] mpv 0.3.5 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
  3. built on 2014-02-16T12:41:15
  4. [cplayer] ffmpeg library versions:
  5. [cplayer] libavutil 52.48.101
  6. [cplayer] libavcodec 55.39.101
  7. [cplayer] libavformat 55.19.104
  8. [cplayer] libswscale 2.5.101
  9. [cplayer] libavfilter 3.90.100
  10. [cplayer] libavresample 1.1.0
  11. [cplayer]
  12. [global] mp_find_user_config_file('encoding-profiles.conf') -> '/home/user/.mpv/encoding-profiles.conf'
  13. [cplayer] Reading config file /etc/mpv/encoding-profiles.conf
  14. [cplayer] Reading config file /etc/mpv/mpv.conf
  15. [cplayer] : No such file or directory
  16. [global] mp_find_user_config_file('') -> '/home/user/.mpv'
  17. [global] mp_find_user_config_file('config') -> '/home/user/.mpv/config'
  18. [cplayer] Reading config file /home/user/.mpv/config
  19. [cplayer] Setting option 'v' = '' (flags = 8)
  20. [cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-joystick --enable-wayland --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
  21. [cplayer] Command line: '-v'
  22. [cplayer] mpv 0.3.5 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
  23. built on 2014-02-16T12:41:15
  24. [cplayer] ffmpeg library versions:
  25. [cplayer] libavutil 52.48.101
  26. [cplayer] libavcodec 55.39.101
  27. [cplayer] libavformat 55.19.104
  28. [cplayer] libswscale 2.5.101
  29. [cplayer] libavfilter 3.90.100
  30. [cplayer] libavresample 1.1.0
  31. [cplayer]
  32. [cplayer] Usage: mpv [options] [url|path/]filename
  33.  
  34. Basic options:
  35. --start=<time> seek to given (percent, seconds, or hh:mm:ss) position
  36. --no-audio do not play sound
  37. --no-video do not play video
  38. --fs fullscreen playback
  39. --sub=<file> specify subtitle file to use
  40. --playlist=<file> specify playlist file
  41.  
  42. --list-options list all mpv options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement