mp4parser
mp4parser copied to clipboard
Do the same as ffmpeg copy
Hello. I have a an mp4 created from recording an rtsp stream on easyplayer client (android). The file wasn't playable until i used ffmpeg copy
ffmpeg -i 6ade1f3d-917d-4273-8667-5c6d609ca2bb.mp4 -c copy test3.mp4
I understand that ffmpeg copy only manipulates the container. So I was trying to figure out how can I use mp4parser todo the same thing?
I tried examples/src/main/java/com/Repair.java and it did not work.
Thank you!
Solved it using https://github.com/WritingMinds/ffmpeg-android-java