aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-01 00:05:52 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-01 00:05:52 +0200
commit106472071d1777ca0907c72424fbcb47784ce717 (patch)
tree8adda478c4116c1bcf68cb56e9df446d8aff5106 /README.md
parent15c04087196b2e0be5b6e1992bf44cde75f0183d (diff)
Add option to switch left and right view and to disable video stretching
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49a95cc..12faf8d 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,7 @@ vr video player can be built using [sibs](https://github.com/DEC05EBA/sibs) or i
# How to use
Start a video in your video player of choice (tested with mpv) and then get the x11 window id (this can be done with xwininfo) and then fullscreen the video (for best quality).
Then launch `vr_video_player` with the x11 window id.
+
+If the video is not meant to be viewed as a sphere but as a rectangle, then pass the `--flat` option when running vr video player.\
+If the video is flipped where the right eye is on the left side, then pass the `--right-left` option when running vr video player.\
+If the video is stretched, then pass the `--no-stretch`option when running vr video player. Note: This option only works when also using the `--flat` option.