-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FR] Support multiple input files and split options #18
Comments
We can try to support multiple input files, but remember that the progress bar uses the duration of the input file to calculate the percentage progress. If there are multiple input files with different durations, you will need to make sure that the correct duration is set as the total when creating the progress bar. If |
Thanks for your suggestion. BTW, there is a new situation when
I consider I should learn how to use shlex, we should write a simple lexical analysis for |
Future Request Reason
Currently, the script just calls
self._set_file_info()
once, so we can only getone
input file durations.By the way,
ffmpeg
support spilt file by these options, we should support-ss
,-t
and-to
, it is common to use.Solution
I will work in #17
The text was updated successfully, but these errors were encountered: