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

Use qtfaststart for relocating MOOV atoms #11

Merged
merged 1 commit into from
Feb 23, 2013
Merged

Use qtfaststart for relocating MOOV atoms #11

merged 1 commit into from
Feb 23, 2013

Conversation

mstrelan
Copy link
Contributor

This pull request resolves issue #10 by including qtfaststart to relocate MOOV atoms. I added an additional setting in case users don't want to move it.

Qtfaststart is pulled in via a submodule, so please let me know if that works for you. It seems the downside of submodules is that you probably can't edit them. But I suppose you could always create your own fork and pull that in as a submodule. You can keep your fork up to date with upstream by adding the source repository as an additional remote. Read more about it here - https://help.github.com/articles/fork-a-repo but for now I can't see a reason we'd need to fork qtfaststart.

@mstrelan
Copy link
Contributor Author

Tried cloning my fork ... the submodules don't automatically come with it. You need to run git submodule init and git submodule update to get the code from the submodule.

Also see this - http://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/

mdhiggins added a commit that referenced this pull request Feb 23, 2013
Use qtfaststart for relocating MOOV atoms
@mdhiggins mdhiggins merged commit 50a2511 into mdhiggins:master Feb 23, 2013
@mdhiggins
Copy link
Owner

I'm getting an import error here trying to import qtfaststart

@mstrelan
Copy link
Contributor Author

Is your qtfaststart directory empty? Might have to run this:

git submodule init git submodule update

Thinking submodules wasn't such a good idea...

@mdhiggins
Copy link
Owner

I can't seem to get this to work, after tweaking it to get it to not crash the converter file gets messed up too, are you having these issues as well?

@mstrelan
Copy link
Contributor Author

Works fine for me ...

65bQUA1

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

Successfully merging this pull request may close these issues.

2 participants