Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 314 Bytes

SimpleFFMpeg

@author Danijel Halupka @email daxx@simple-task.com @version 1.0.0

This plugin let's you execute ffmpeg inside cordova app.

Example:

ffmpegCordovaPlugin.executeFFMpeg('ffmpeg -i in.avi',successCallbackFunction,errorCallbackFunction);

Use what ever command you need instead of "ffmpeg -i in.avi"