Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. $ sh -x /bin/omxplayer
  2. + '[' -e /usr/bin/omxplayer.bin ']'
  3. + OMXPLAYER=/usr/bin/omxplayer.bin
  4. + FNTOPT=
  5. + '[' -n '' -a -e '' ']'
  6. + '[' 0 = 0 ']'
  7. + exec /usr/bin/omxplayer.bin --help
  8. Usage: omxplayer [OPTIONS] [FILE]
  9. Options :
  10. -h / --help print this help
  11. -v / --version print version info
  12. -k / --keys print key bindings
  13. -n / --aidx index audio stream index : e.g. 1
  14. -o / --adev device audio out device : e.g. hdmi/local/both
  15. -i / --info dump stream format and exit
  16. -s / --stats pts and buffer stats
  17. -p / --passthrough audio passthrough
  18. -d / --deinterlace force deinterlacing
  19. --nodeinterlace force no deinterlacing
  20. -w / --hw hw audio decoding
  21. -3 / --3d mode switch tv into 3d mode (e.g. SBS/TB)
  22. -y / --hdmiclocksync adjust display refresh rate to match video (default)
  23. -z / --nohdmiclocksync do not adjust display refresh rate to match video
  24. -t / --sid index show subtitle with index
  25. -r / --refresh adjust framerate/resolution to video
  26. -g / --genlog generate log file
  27. -l / --pos n start position (in seconds)
  28. -b / --blank set background to black
  29. --no-boost-on-downmix don't boost volume when downmixing
  30. --vol n Set initial volume in millibels (default 0)
  31. --amp n Set initial amplification in millibels (default 0)
  32. --no-osd do not display status information on screen
  33. --subtitles path external subtitles in UTF-8 srt format
  34. --font path subtitle font
  35. (default: /usr/share/fonts/truetype/freefont/FreeSans.ttf)
  36. --italic-font path (default: /usr/share/fonts/truetype/freefont/FreeSansOblique.ttf)
  37. --font-size size font size as thousandths of screen height
  38. (default: 55)
  39. --align left/center subtitle alignment (default: left)
  40. --no-ghost-box no semitransparent boxes behind subtitles
  41. --lines n number of lines to accommodate in the subtitle buffer
  42. (default: 3)
  43. --win "x1 y1 x2 y2" Set position of video window
  44. --audio_fifo n Size of audio output fifo in seconds
  45. --video_fifo n Size of video output fifo in MB
  46. --audio_queue n Size of audio input queue in MB
  47. --video_queue n Size of video input queue in MB
  48. --threshold n Amount of buffered data required to come out of buffering in seconds
  49. --orientation n Set orientation of video (0, 90, 180 or 270)
  50. --live Set for live tv or vod type stream
  51. --layout Set output speaker layout (e.g. 5.1)
  52. --key-config <file> Uses key bindings specified in <file> instead of the default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement