-
-
Notifications
You must be signed in to change notification settings - Fork 423
Set input duration #94
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
Comments
Can you add support for this feature? I also tried using .addExtraArgs("-t 60") but it didn't work: |
Sure, but in the meantime you can do this with: `.addExtraArgs("-t",
"60")`. Notice that you pass each argument separately.
On Apr 7, 2017 1:15 AM, "phuongnd11" <[email protected]> wrote:
Can you add support for this feature? I also tried using .addExtraArgs("-t
60") but it didn't work:
Unrecognized option 't 60'.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJzc-XejDybBTJsLkeNDtsw58H17-ZPks5rtfC6gaJpZM4MKBfX>
.
|
It works. Thanks. |
Hi, @bramp, I want to notice that it will be an issue to set start offset and duration in case of multiple streams:
Would you accept pull request if I refactor how inputs are configured ("ss" and "t" will belong to an input ) keeping backward compatibility? |
Closed thanks to #339 |
FFmpegBuilder has an option for input start offset, but not for input duration ("-t")
The text was updated successfully, but these errors were encountered: