I am using the following example codes to shorten and merge videos
https://code.google.com/p/mp4parser/source/browse/trunk/examples/src/main/java/c
om/googlecode/mp4parser/ShortenExample.java
https://code.google.com/p/mp4parser/source/browse/trunk/examples/src/main/java/c
om/googlecode/mp4parser/AppendExample.java
when i split a file into some parts and merge some of parts to one file, it
works fine
but when i try to merge two such files generated by shortening and merging i
get the follwing errors in log while the resulted file is corrupt
BytesPerFrame differ
BytesPerSample differ
ChannelCount differ
please if you can help me to solve the problem
Original issue reported on code.google.com by
abdullah...@gmail.comon 14 Oct 2013 at 11:34