Home

FFMPEG Scout
Tutorial



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 |  

ByteScout, 2003-2008. All other company and product names may be trademarks of their respective companies. Privacy Statement