Bookmark and Share

FAQ about Moyea SWF to Video SDKServer-based SWF Online Converter

1, If the developers download it and then we need to transfer it to the hosting server. Do I have to buy 2 copies of the sdk?
Please note that a Server License ONLY allows the SOFTWARE to be installed and used on ONE physical server machine and on ONE Web site.
But does not limit the number of developers and users to access it.
For MULTIPLE physical servers or ONE physical servers with MULTIPLE web sites, additional licenses should be acquired.
This license does NOT grant you the right to integrate the SOFTWARE in any commercial products, which are meant for further sales and distributions.

2. How to activate the conversion of SWF to Video SDK using C# but not command line?

The sample program:
// Microsoft Visual Studio .NET 2003
// Program.cs
using System;
using System.Diagnostics;
using System.ComponentModel;

namespace SWFtoVideoSDKDemo
{
class Program
{
static void Main(string[] args)
{
string fileName = @"C:\Program Files\Moyea\SWF to Video SDK\SWF2VideoCMD.exe";
string arguments = " C:\\demo.swf" + // input swf source
" -out C:\\demo.avi" + // out put file
" -fr 25" + // frame rate
" -size 640x480"; // dimension

Process SWFtoVideoSDKProcess = new Process();

try
{
SWFtoVideoSDKProcess.StartInfo.FileName = fileName;
SWFtoVideoSDKProcess.StartInfo.Arguments = arguments;
SWFtoVideoSDKProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
SWFtoVideoSDKProcess.Start();

SWFtoVideoSDKProcess.WaitForExit();
Console.WriteLine("Exit Code: " + SWFtoVideoSDKProcess.ExitCode);
}
catch (Win32Exception e)
{
Console.WriteLine(e.Message);
}
}
}
}

 

3. Is there a way to capture a thumbnail image of one frame from SWF to Video SDK?
This function is not available at present but being developed now. Please keep an eye on our software.

4. Does the program work with Linux?
The program doesn't support to run on Linux directly at present except you go to install a Virtual Machine such as VirtualBox or vmware on your Linux system, and then install Windows in the Virtual Machine, and then make a website to run our program on Windows.

SWF to Video SDK
$1500 Buy Now