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

Split timeline by byte size #1219

Open
mifi opened this issue Jul 1, 2022 · 0 comments
Open

Split timeline by byte size #1219

mifi opened this issue Jul 1, 2022 · 0 comments

Comments

@mifi
Copy link
Owner

mifi commented Jul 1, 2022

Source-File for example 4,5 GB, I will export this in 5 files with 1GB for each file --> 4 x 1GB + 1 x 0,5GB.

There is already a feature of cutting into even time slices. The problem with cutting based on size is that we need to translate size into time values in order to divide it. We could estimate by dividing input file total size by the duration in seconds, but because of VBR (unstable bitrate) throughout the video, it will not be accurate. Meaning some files could become 1.1GB, others 0.9GB, etc

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