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

Utilize padding for in place editing #693

Closed
ghost opened this issue Nov 13, 2016 · 3 comments
Closed

Utilize padding for in place editing #693

ghost opened this issue Nov 13, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 13, 2016

The TagEditor project supports padding, which allows in place editing of a
file:

$ time tageditor -s cover=y.jpg --max-padding 100000 -f z.mp4
real    0m1.988s

However MP4Box rewrites the entire file; this can be slow with large files:

$ time mp4box -itags cover=y.jpg z.mp4
real    0m12.911s

Does MP4Box support in place editing of files?

@jeanlf
Copy link
Member

jeanlf commented Nov 14, 2016

Not really planned for the moment. We would need to know how much space to reserve up-front when creating the tagging box, and it will not work when editing tags on files without any reserved space in that box.

@jeanlf
Copy link
Member

jeanlf commented Jan 19, 2021

Now on git, adding a howto on the topic asap

@jeanlf jeanlf closed this as completed Jan 19, 2021
@jeanlf
Copy link
Member

jeanlf commented Jan 19, 2021

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

2 participants