Yesterday, 15:57
(Yesterday, 14:38)Selur Wrote: LSMashSource => better use bs.VideoSource or lsmas.LWLibavSource
bs.VideoSource is still too slow.
I have never had any problems with this setting in Hybrid
Dan
(Yesterday, 15:34)safshe Wrote: I run gui by
F:\AI_Works\DiTServerRPC>.\.venv\Scripts\activate
(.venv) F:\AI_Works\DiTServerRPC>python GUI\CMNET2_colorize_client_GUI.py
Using this approach the configuration file will be not read (I will update the README). Use this command
F:\AI_Works\DiTServerRPC>.\.venv\Scripts\activate
(.venv) F:\AI_Works\DiTServerRPC>cd GUI
(.venv) F:\AI_Works\DiTServerRPC>python CMNET2_colorize_client_GUI.pyBut as suggested in the README, it is better
Desktop shortcut (optional)
You can create a desktop shortcut to launch the GUI without ever seeing a command prompt:
- Right-click on the desktop → New → Shortcut
- For the location, enter the full path to the .vbs file:
D:\PProjects\DiTServerRPC\GUI\run_colorize_client_GUI.vbs
- Click Next, give the shortcut a name (e.g. CMNET2 Colorize Client)
- Click Finish
(see example in the picture below)
- Right-click the new shortcut → Properties
- Click Change Icon...
- Browse to any .ico file on your system (or download one you like)
- Click OK twice
The shortcut launches the GUI silently – the VBScript runs the .cmd wrapper in a hidden window.
Dan

