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/join and branch/merge #16

Open
vkvam opened this issue Dec 22, 2019 · 0 comments
Open

Split/join and branch/merge #16

vkvam opened this issue Dec 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@vkvam
Copy link
Owner

vkvam commented Dec 22, 2019

Split/join
Split one file into to multiple:
By line, count, regex/simple pattern, combinations. A predicate function with a buffer setting would be simpler. Maybe define a few predicate presets. Example: split on new day.

Join could be done in the same way. Example: merge on new month.

Stop previous:
Signal previous generators to stop or flush remaining data.

Could be a combination: split count >1 signal stop

Branch/merge
Let's say ffmpeg outputs both video and Audio in predictable sized chunks, we could banch audio to one file, video to another, by count. The two files could maybe be merged into ffmpeg again for transcoding.

Split/join: sequential
Branch/merge: parallel

@vkvam vkvam added the enhancement New feature or request label Dec 22, 2019
@vkvam vkvam changed the title Split ideas Split/merge ideas Dec 22, 2019
@vkvam vkvam changed the title Split/merge ideas Split/join branch/merge ideas Dec 22, 2019
@vkvam vkvam changed the title Split/join branch/merge ideas Split/join and branch/merge ideas Dec 22, 2019
@vkvam vkvam changed the title Split/join and branch/merge ideas Split/join and branch/merge Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant