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

Error: bad track: 'mp4v' #37

Closed
edent opened this issue Dec 30, 2019 · 2 comments
Closed

Error: bad track: 'mp4v' #37

edent opened this issue Dec 30, 2019 · 2 comments

Comments

@edent
Copy link

edent commented Dec 30, 2019

I'm trying to fix a broken 3GP file. I have a couple of working files from the same camera. When I run untrunc I get this error.

Info: version '' using ffmpeg '4.1.3-0ubuntu1'
Info: reading /data/working.3GP
Info: parsing healthy moov atom ... 

Info: unknown track 'mp4v' found -> fallback to dynamic stats
Error: bad track: 'mp4v'

Any idea what I can do to fix it?

@anthwlock
Copy link
Owner

anthwlock commented Dec 31, 2019

See this function? One needs to implement it.
If you get it to work, please make a PR.
I can only help you if you give me the pair of files (working+broken)!

Edit:
It looks like some effort was alredy done for this: Hacklin/untrunc@cb2d05d.
Does it work?

@anthwlock
Copy link
Owner

@edent
I added said function, however it will (currently) only work when building against ffmpeg 3.3.
If interested, read here why.

Hope it works now!

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

No branches or pull requests

2 participants