tizisdeepan / VideoEditor

FFmpeg is a powerful multimedia framework which allows us to decode, encode, transcode, stream, filter and play most of the media content available now. With the help of these tools, you can develop and application that can manipulate any form of media to the desired output. Sky is not the limit when using FFmpeg. 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. 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 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.
MIT License
214 stars 57 forks source link

Unable to use with java project #11

Open anas43950 opened 3 years ago

anas43950 commented 3 years ago

I am trying to implement this library in my java app But i cannot instantiate the VideoTrimmer variable and it is also not stated in the docs how to do this and i am getting a null pointer exception when trying to run the code