So I can just rename it to bass_dshow.dll??
Yes you can
Problem:
If I try to set the renderer like:
--------------
BassDShow.BASS_DSHOW_Init(FrmMain.MyPicturebox1.Handle, AddOn.DShow.BASSDSHOWInit.BASS_DSHOW_Default)
BassDShow.BASS_DSHOW_SetConfig(BASSDSHOWConfig.BASS_DSHOW_CONFIG_VideoRenderer, BASSDSHOWConfigFlag.BASS_DSHOW_EVR)
-----------
(or any other renderer)
...Multiview does not work (the second screen is not created).
If I don't set the renderer, I get very high CPU usage and the video is very out of sync.
What renderer do you use in your demo?
I suspect that you are using a 720 or 1080 p video for this. Its true that high CPU usage on such kind of files, but will be fixed by adding hardware decoder.
Ouaou great list of updates... and very impressive....
Bcs i am new to this can you point me at same doc like the classes and the propertys i can use...
And if you like and you have time of course a very simple example ffmpeg redered in OpenGL panel,cube... anything you like...
Thank you and great work with the 3d ability... and 2d/3d conversion...
I will see what i can do about this.