
Prerequisites Register as DJI Developer & Download SDK Integrate SDK into Application Run Application Testing, Profiling & Debugging Deploy CONCEPTS & Guidesįlight Control Camera Exposure Flight Controller Camera Gimbal AirLink Remote Controller Smart Battery Missions SDK Manager IOS TUTORIALSĪpplication Activation and Aircraft Binding Getting Started with UX SDK Camera Application Photo and Video Playback Application Media Manager Application MapView and Waypoint Application Panorama Application TapFly and ActiveTrack Application Simulator Application GEO System Application Using the Bridge App Using the Remote Logger ANDROID TUTORIALSĪpplication Activation and Aircraft Binding Getting Started with UX SDK Camera Application Media Manager Application MapView and Waypoint Application (GaodeMap) MapView and Waypoint Application (GoogleMap) TapFly and ActiveTrack Application Simulator Application GEO System Application Android Video Stream Decoding Sample Run Sample Application DEVELOPMENT WORKFLOW In your app level adle, add a dependency for FFmpeg.Documentation Introduction Hardware Introduction Mobile SDK Introduction UX SDK Introduction SDK Architectural Overview Get Started Immediately

In order to use FFmpeg in your android project, you have to follow a few simple steps,ġ. I have developed a simple library that enables you to trim and crop a video, additionally you can compress any video and convert it into any format that you desire. To make it easy, I will summarise the basics of video manipulations using FFmpeg which, then you can use in your own applications or libraries that you are working on. I prefer FFmpeg-all which is a Bible for FFmpeg but it is difficult to read if you do not know what you are looking for. With the help of these tools, you can develop and application that can manipulate any form of media to the desired output.
FFmpeg is a powerful multimedia framework which allows us to decode, encode, transcode, stream, filter and play most of the media content available now.
