Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppendVideo problem #73

Open
GoogleCodeExporter opened this issue Apr 20, 2016 · 2 comments
Open

AppendVideo problem #73

GoogleCodeExporter opened this issue Apr 20, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 14 Oct 2013 at 11:34

@GoogleCodeExporter
Copy link
Author

Can you attach example files? It generally works. I assume it is a property of 
the files that causes it. Are they 'Append-able' before Shortening?

Original comment by Sebastian.Annies on 14 Oct 2013 at 11:41

@GoogleCodeExporter
Copy link
Author

following are the two video files, i am trying to merge,  individually both the 
files have been shortened and merged, and yes they are appendable before 
shortening

Original comment by [email protected] on 14 Oct 2013 at 1:02

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant