3D Vision Video Player Command Line Parameters
Hi all,

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.
Hi all,



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.

#1
Posted 02/06/2012 03:58 PM   
I'm also looking for them. The release notes state, that there are command line parameters... but no documentation whatsoever
I'm also looking for them. The release notes state, that there are command line parameters... but no documentation whatsoever

#2
Posted 04/21/2016 11:45 AM   
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/
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/

#3
Posted 04/21/2016 11:55 AM   
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':

-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

#4
Posted 04/21/2016 12:02 PM   
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?
#5
Posted 04/21/2016 03:41 PM   
[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.

Cheers!

#6
Posted 05/03/2016 02:21 PM   
Scroll To Top