bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.42k stars 8.11k forks source link

How do i use the compiled ffmpeg binary for cutting a video? #3285

Open talk2cerlin opened 7 years ago

talk2cerlin commented 7 years ago

I want to use existing ffmpeg binary in this project to edit a video file.

My question is, is the java and c wrappers are already available in this package or should i write c wrapper for cutting the video and JAVA code to call that?

ghost commented 5 years ago

Did you get it?

talk2cerlin commented 5 years ago

@munix Unfortunately no.