sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

How to cut video of same format?? #217

Open seongheum-park opened 8 years ago

seongheum-park commented 8 years ago

My Android Application uses mp4parser library. My Application's function is video trim(cut). I compared source video to trimmed(cut) video. But two videos are different to format (capture).

enter image description here

Source video is 201607_13116.mp4
Trimmed video is 2016_132116_000012~000019.mp4

I want to know same format cutting options of mp4parser library.

max02100 commented 8 years ago

hy, I search how to trim a mp4 video with this library but I don't found any example.

Can you share your code or the link of the tutorial?

Thanks

PrimankaDEN commented 8 years ago

Can you share your code or the link of the tutorial?

hi, see this example