From 31ad480c826ce5bea27a5a38420d27646d4f6bc2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 8 Oct 2022 22:38:16 +0200 Subject: fix example --- TODO | 4 +++- src/main.cpp | 2 +- 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); -- cgit v1.2.3