aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-08 22:38:16 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-08 22:38:50 +0200
commit31ad480c826ce5bea27a5a38420d27646d4f6bc2 (patch)
treed3fa702739900fdaa2d76da8deeded7140b1c914
parentce8356d16c594f0e8bf6d80c30cde71231879f7e (diff)
fix example
-rw-r--r--TODO4
-rw-r--r--src/main.cpp2
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index e03a200..3ce5dcd 100644
--- a/TODO
+++ b/TODO
@@ -4,4 +4,6 @@ Optimize mpv rendering option. Causes stuttering for some reason while capturing
Dynamically load mpv (with dlopen) when using the --video option instead of linking to it at compile time.
Show mpv gui.
Allow setting/changing video at runtime.
-Automatically use the right vr option when using mpv by looking at the file name (or file metadata?). There is a standard in filenames to specify the vr format. \ No newline at end of file
+Automatically use the right vr option when using mpv by looking at the file name (or file metadata?). There is a standard in filenames to specify the vr format.
+Use libmpv. Make stereo audio follow headset rotation in 180/360 mode (assume facing forward is the default audio mode).
+Fix sphere360... AAAAAA
diff --git a/src/main.cpp b/src/main.cpp
index 690f8a8..f611dc0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -427,7 +427,7 @@ static void usage() {
fprintf(stderr, " vr-video-player --flat --right-left 1830423\n");
fprintf(stderr, " vr-video-player --plane --zoom 2.0 1830423\n");
fprintf(stderr, " vr-video-player --flat $(xdotool selectwindow)\n");
- fprintf(stderr, " vr-video-player --sphere $HOME/Videos/cool-vr-video.mp4\n");
+ fprintf(stderr, " vr-video-player --sphere --video $HOME/Videos/cool-vr-video.mp4\n");
fprintf(stderr, "\n");
fprintf(stderr, "Note: All options except window_id are optional\n");
exit(1);