The Nvidia 3D Vision Player is licensed from Stereoscopis Player. You might find command documentation there. http://3dtv.at/Index_en.aspx
You can also update it following the method discussed here.
http://3dvision-blog.com/8619-how-to-always-keep-your-nvidia-3d-vision-video-player-up-to-date/
I extracted some command line parameters with ProcessExplorer. The commands are mostly untested, but loading left and right image works (except there is some red tinting to the image). Note that file paths must be enclosed by 'filepath':
-ihw
-ihh
-flh
-flv
-frh
-frv
-ohw
-ohh
-inf:
-src:
-img:
-file:
-left:
-right:
-audio:
-url:
-dvd:
-svi:
-spp:
-drv:
-fss
-fsu
-play
-termsc
-termkey
-termendonly
-termend
-term
-noid
I extracted some command line parameters with ProcessExplorer. The commands are mostly untested, but loading left and right image works (except there is some red tinting to the image). Note that file paths must be enclosed by 'filepath':
Interesting find, curious how you came up with the list... did you have to go through the Strings and cherry-pick them or is there a function that actually spits out Command Line arguments?
Interesting find, curious how you came up with the list... did you have to go through the Strings and cherry-pick them or is there a function that actually spits out Command Line arguments?
[quote="TsaebehT"]Interesting find, curious how you came up with the list... did you have to go through the Strings and cherry-pick them or is there a function that actually spits out Command Line arguments?[/quote]
I found no direct solution to dump all 'command line parameters' from the EXE and ended examining the running process with "ProcessExplorer" which shows you all strings that are loaded during execution. The list is quite long but I suspected the parameters to start with "-". So I just dumped all strings that started with "-", tested the ones I thougth would start the player with two 3D movies and was happy ;)
The other commands are untested and I have no clue what they do...
The red screen I mentioned earlier showed up because I didn't connect my 3D monitor and the player started in anaglyphic mode.
Cheers!
TsaebehT said:Interesting find, curious how you came up with the list... did you have to go through the Strings and cherry-pick them or is there a function that actually spits out Command Line arguments?
I found no direct solution to dump all 'command line parameters' from the EXE and ended examining the running process with "ProcessExplorer" which shows you all strings that are loaded during execution. The list is quite long but I suspected the parameters to start with "-". So I just dumped all strings that started with "-", tested the ones I thougth would start the player with two 3D movies and was happy ;)
The other commands are untested and I have no clue what they do...
The red screen I mentioned earlier showed up because I didn't connect my 3D monitor and the player started in anaglyphic mode.
Does anyone know what the list of command line parameters for the 3DVision video player are?
I noticed that there are some from change log information but can't seem to find a list of them anywhere.
If anyone can enlighten me I'd be very grateful.
Kim.
Does anyone know what the list of command line parameters for the 3DVision video player are?
I noticed that there are some from change log information but can't seem to find a list of them anywhere.
If anyone can enlighten me I'd be very grateful.
Kim.
You can also update it following the method discussed here.
http://3dvision-blog.com/8619-how-to-always-keep-your-nvidia-3d-vision-video-player-up-to-date/
-ihw
-ihh
-flh
-flv
-frh
-frv
-ohw
-ohh
-inf:
-src:
-img:
-file:
-left:
-right:
-audio:
-url:
-dvd:
-svi:
-spp:
-drv:
-fss
-fsu
-play
-termsc
-termkey
-termendonly
-termend
-term
-noid
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
I found no direct solution to dump all 'command line parameters' from the EXE and ended examining the running process with "ProcessExplorer" which shows you all strings that are loaded during execution. The list is quite long but I suspected the parameters to start with "-". So I just dumped all strings that started with "-", tested the ones I thougth would start the player with two 3D movies and was happy ;)
The other commands are untested and I have no clue what they do...
The red screen I mentioned earlier showed up because I didn't connect my 3D monitor and the player started in anaglyphic mode.
Cheers!