<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to WindowsSupport</title><link>https://sourceforge.net/p/webcamstudio/wiki/WindowsSupport/</link><description>Recent changes to WindowsSupport</description><atom:link href="https://sourceforge.net/p/webcamstudio/wiki/WindowsSupport/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 15 Mar 2015 16:03:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webcamstudio/wiki/WindowsSupport/feed" rel="self" type="application/rss+xml"/><item><title>WindowsSupport modified by PhobosK</title><link>https://sourceforge.net/p/webcamstudio/wiki/WindowsSupport/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,21 +1,26 @@
-# Introduction
+## Introduction ##

 Here are discussed some MS Windows specifics. 

-# Building WCS on Windows
+## Building WCS on Windows ##

   * Download the proper **static** [ffmpeg archive](http://ffmpeg.zeranoe.com/builds) for your architecture 
   * Extract the archive in the appropriate place depending on your Windows (for example in a x86 OS in the _**C:\Program Files\FFMPEG**_ folder) 
   * Add the path to the bin subfolder in the PATH environment variable of the system (for example the path _**C:\Program Files\FFMPEG\bin**_). You can find more info on how to do this in [this article from Microsoft](http://support.microsoft.com/kb/310519) or in [this thread](http://www.itechtalk.com/thread3595.html#post6240). 
   * Download and install the latest version of the [NetBeans IDE](https://netbeans.org/)
-  * [Checkout the source code of WebcamStudio](https://code.google.com/p/webcamstudio/source/checkout) in a folder 
+  * [Checkout the source code of WebcamStudio](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/) in a folder. Alternatively you can use this command line:
+        
+        svn checkout svn://svn.code.sf.net/p/webcamstudio/code/trunk webcamstudio-code
+
+
   * Open the project in NetBeans 
   * Build the project 
-  * The WebcamStudio application is now in the _**dist**_ folder of the project. You may run it from inside NetBeans, or just move the _dist_ folder somewhere and start the application using this command: 
+  * The WebcamStudio application is now in the _**dist**_ folder of the project. You may run it from inside NetBeans, or just move the _dist_ folder somewhere and start the application using this command:

         java.exe -jar WebcamStudio.jar

-# Windows porting issues
+
+## Windows porting issues ##

 There are a couple of specifics for the Windows porting: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PhobosK</dc:creator><pubDate>Sun, 15 Mar 2015 16:03:22 -0000</pubDate><guid>https://sourceforge.net3dc7789a9d01df70f16e5504d12b0bb314ba70d9</guid></item><item><title>WindowsSupport modified by Anonymous</title><link>https://sourceforge.net/p/webcamstudio/wiki/WindowsSupport/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Here are discussed some MS Windows specifics. &lt;/p&gt;
&lt;h1 id="building-wcs-on-windows"&gt;Building WCS on Windows&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Download the proper &lt;strong&gt;static&lt;/strong&gt; &lt;a class="" href="http://ffmpeg.zeranoe.com/builds" rel="nofollow"&gt;ffmpeg archive&lt;/a&gt; for your architecture &lt;/li&gt;
&lt;li&gt;Extract the archive in the appropriate place depending on your Windows (for example in a x86 OS in the &lt;em&gt;&lt;strong&gt;C:\Program Files\FFMPEG&lt;/strong&gt;&lt;/em&gt; folder) &lt;/li&gt;
&lt;li&gt;Add the path to the bin subfolder in the PATH environment variable of the system (for example the path &lt;em&gt;&lt;strong&gt;C:\Program Files\FFMPEG\bin&lt;/strong&gt;&lt;/em&gt;). You can find more info on how to do this in &lt;a class="" href="http://support.microsoft.com/kb/310519" rel="nofollow"&gt;this article from Microsoft&lt;/a&gt; or in &lt;a class="" href="http://www.itechtalk.com/thread3595.html#post6240" rel="nofollow"&gt;this thread&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Download and install the latest version of the &lt;a class="" href="https://netbeans.org" rel="nofollow"&gt;NetBeans IDE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://code.google.com/p/webcamstudio/source/checkout" rel="nofollow"&gt;Checkout the source code of WebcamStudio&lt;/a&gt; in a folder &lt;/li&gt;
&lt;li&gt;Open the project in NetBeans &lt;/li&gt;
&lt;li&gt;Build the project &lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The WebcamStudio application is now in the &lt;em&gt;&lt;strong&gt;dist&lt;/strong&gt;&lt;/em&gt; folder of the project. You may run it from inside NetBeans, or just move the &lt;em&gt;dist&lt;/em&gt; folder somewhere and start the application using this command: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;exe&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;WebcamStudio&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="windows-porting-issues"&gt;Windows porting issues&lt;/h1&gt;
&lt;p&gt;There are a couple of specifics for the Windows porting: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Even if &lt;a class="" href="../WebcamStudio"&gt;WebcamStudio&lt;/a&gt; is build in Java, the virtual webcam part is not working as it is in Linux. For now, there is no solution implemented in WebcamStudio to provide a virtual webcam for Windows. A possible solution is integrating the virtual webcam from the &lt;a class="" href="http://code.google.com/p/ucanvcam" rel="nofollow"&gt;ucanvcam project&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;The GUI is mostly working by installing the GStreamer port for Windows. &lt;/li&gt;
&lt;li&gt;Some DirectShow desktop capture filters that can be used are: &lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.umediaserver.net/umediaserver/download.html" rel="nofollow"&gt;UScreenCapture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.splitmedialabs.com/download" rel="nofollow"&gt;VH Screen Capture Driver&lt;/a&gt;, though it uses watermarking &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://github.com/rdp/screen-capture-recorder-to-video-windows-free" rel="nofollow"&gt;A GPL'd filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 15 Mar 2015 08:46:19 -0000</pubDate><guid>https://sourceforge.net8b552dfe08a9cdd539f3392292a2a6c5308bed2e</guid></item></channel></rss>