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

speed up concat by moving, not copying the video file #204

Open
kieranjol opened this issue Jul 19, 2017 · 0 comments
Open

speed up concat by moving, not copying the video file #204

kieranjol opened this issue Jul 19, 2017 · 0 comments
Assignees

Comments

@kieranjol
Copy link
Owner

Currently concat.py makes a single MKV in the output directory, then copyit.py's it into the objects directory. This takes a lot longer than it needs to but it's handy as it's less code to write.
A work around that makes a lot more sense is:

  • move (not copy) the file into objects
  • manifest.py -s to create a sidecar manifest

This should create the same files as the copyit process and the rest of the script should run as normal.

@kieranjol kieranjol self-assigned this Jul 19, 2017
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

1 participant