moving text in video with ffmpeg always 3 minute
up vote
0
down vote
favorite
I have a problem. I have found a tutorial on how to add text in videos using ffmpeg. but I want every 3 minute. I get the script only 10 second 1 time. I want 3 minute 1 time.
my script:
ffmpeg -i input.mp4 -filter:v drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16:y=h-line_h-100:x=w/10*mod(t,10):enable=gt(mod(t,20),10)" -codec:v libx264 -codec:a copy -y output.mp4
source of : here
help me setting always 3 minute and speed text 10 second
please ask for an explanation from each script above and please help so that every 1 minute the text appears
thank you
video ffmpeg convert
New contributor
add a comment |
up vote
0
down vote
favorite
I have a problem. I have found a tutorial on how to add text in videos using ffmpeg. but I want every 3 minute. I get the script only 10 second 1 time. I want 3 minute 1 time.
my script:
ffmpeg -i input.mp4 -filter:v drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16:y=h-line_h-100:x=w/10*mod(t,10):enable=gt(mod(t,20),10)" -codec:v libx264 -codec:a copy -y output.mp4
source of : here
help me setting always 3 minute and speed text 10 second
please ask for an explanation from each script above and please help so that every 1 minute the text appears
thank you
video ffmpeg convert
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a problem. I have found a tutorial on how to add text in videos using ffmpeg. but I want every 3 minute. I get the script only 10 second 1 time. I want 3 minute 1 time.
my script:
ffmpeg -i input.mp4 -filter:v drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16:y=h-line_h-100:x=w/10*mod(t,10):enable=gt(mod(t,20),10)" -codec:v libx264 -codec:a copy -y output.mp4
source of : here
help me setting always 3 minute and speed text 10 second
please ask for an explanation from each script above and please help so that every 1 minute the text appears
thank you
video ffmpeg convert
New contributor
I have a problem. I have found a tutorial on how to add text in videos using ffmpeg. but I want every 3 minute. I get the script only 10 second 1 time. I want 3 minute 1 time.
my script:
ffmpeg -i input.mp4 -filter:v drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16:y=h-line_h-100:x=w/10*mod(t,10):enable=gt(mod(t,20),10)" -codec:v libx264 -codec:a copy -y output.mp4
source of : here
help me setting always 3 minute and speed text 10 second
please ask for an explanation from each script above and please help so that every 1 minute the text appears
thank you
video ffmpeg convert
video ffmpeg convert
New contributor
New contributor
edited 2 days ago
New contributor
asked Nov 20 at 15:34
Amy Bomer
83
83
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Amy Bomer is a new contributor. Be nice, and check out our Code of Conduct.
Amy Bomer is a new contributor. Be nice, and check out our Code of Conduct.
Amy Bomer is a new contributor. Be nice, and check out our Code of Conduct.
Amy Bomer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094554%2fmoving-text-in-video-with-ffmpeg-always-3-minute%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown