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

Support input concatenation in ffmpeg output mode #86

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

Support input concatenation in ffmpeg output mode #86

Breakthrough opened this issue Jul 1, 2022 · 0 comments

Comments

@Breakthrough
Copy link
Owner

In v1.5, support for using ffmpeg to export video files was added. However, there is no support yet for concatenating multiple input videos.

To correctly support this, a temporary list of input files needs to be generated and used with the concat demuxer. The concat filter is not suitable for this purpose, as some operating systems place a hard limit on the allowable length of shell commands.

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