Home

FFMPEG Scout
Tutorial


Subscribe to Our Bi-Monthly Newsletter (tips, new releases, specials):
 Subscribe in a reader
 PRODUCTS  |  DOWNLOAD  |  PURCHASE  |  SUPPORT  |  CONTACTS  |  TESTIMONIALS 

FFMPEG Scout ActiveX

Converting AVI video to FLV video using FFMPEG Scout (freeware)

FFMPEG Scout - is a freeware library for converting AVI to FLV, MPEG (and other formats) that uses open-source FFMPEG.exe freeware video converter

See also - our free player engine for FLV and SWF files

Download source code of this example: ffmpegscout_avi_to_swf.zip (200KB)

Source code (ConvertingAVItoFLV.vbs):

' ////////////////////////////////////////////////
' converting AVI video into FLV using FFMPEG Scout
' ////////////////////////////////////////////////

W = 640
H = 480
Set VideoConverter = CreateObject("FFMpegScout.Application")
VideoConverter.InputFileName = "testvideo.avi"
VideoConverter.OutputFileName = "testvideo.flv"
VideoConverter.Execute

Set VideoConverter = Nothing

Download source code of this example: ffmpegscout_avi_to_flv.zip (200KB)

To convert FLV into SWF check SWF Scout - standalone ActiveX/NET library for writing, reading and modifying SWF flash movies. SWF Scout supports FLV video input support.

See also - our free player engine for FLV and SWF files

Download

 

 


PRODUCTS  |  DOWNLOAD  |  PURCHASE  |  SUPPORT  |  CONTACTS  |  TESTIMONIALS  |  NEWS

Copyright © ByteScout, 2003-2009. Privacy Statement
Microsoft®, Windows®, Windows 2000®, Windows Server®, Windows Vista®, Internet Explorer®, .NET Framework®, ActiveX®, Visual Basic®, Visual C#®, ASP®, ASP.NET®, Excel®, PowerPoint®, are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe®, Flash® and Acrobat® are registered trademarks of Adobe Systems, Incorporated. Mozilla®, Firefox® and the Mozilla and Firefox Logos are registered trademarks of the Mozilla Foundation. Other product names or brandnames used herein are for identification purposes only and might be trademarks or registered trademarks of their respective companies. We disclaim any and all rights to those marks.