Is there any tutorial or a c# library which which help me to accomplish the following
- Chose a file to edit
- Ask user to select cut/crop/trim method :- by time or by percentage
- cut/crop/trim the video by time or percentage as chosen ( say I wish to reduce a 5 minute video to 4 minute video, or reduce the video by 80%)
- Save the video as requested in required path
now steps 1) and 4) I have implemented but could not find a good c# library to accomplish 3) and 4)
I looked up the ffmpeg
library but could not find a good C# wrapper to accomplish the requirements.