Hello, I Want to Know About How to use ffmpeg text Draw to Watermark Videos, in Different time and Different Position, So No one will Crop or blur Easily That Tag
Textdraw 1: 00:01:01 to 00:01:20 text="NBMedia" and position is Right Side Top corner
Textdraw 2: 00:05:01 to 00:05:20 text="NBMedia" and position is Left Side button corner
and some More Position and Style at one Process
Thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
I would recommend to create .ass subtitles and hardsub them this way you get full and easy control of timing, positioning and styling.
Other than you can use 'drawtext' (https://www.ffmpeg.org/ffmpeg-all.html#drawtext-1; additional examples: https://stackoverflow.com/questions/3169916/can-ffmpeg-burn-in-time-code)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
-
I am looking for some ffmpeg cmd which can automatically adjust depend on video Resolution,
Code:-vf drawtext="enable='between(t,61,80)':text='NBMedia':x=w-text_w:y=0:fontcolor=yellow",drawtext="enable='between(t,301,320)':text='NBMedia':x=0:y=h-text_h:fontcolor=yellow"
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
-
not knowing what you have as input and output I assume you want lossless H.264 as output using x264 as encoder:
Code:ffmpeg -i "PATH TO INPUT FILE" -c:v libx264 -crf 0 -vf drawtext="enable='between(t,61,80)':text='NBMedia':x=w-text_w:y=0:fontcolor=yellow",drawtext="enable='between(t,301,320)':text='NBMedia':x=0:y=h-text_h:fontcolor=yellow" "PATH TO OUTPUT FILE"
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Help file ass (position)
By paso77 in forum SubtitleReplies: 0Last Post: 6th Jul 2020, 21:18 -
Subtitles out of position
By charrua1 in forum Newbie / General discussionsReplies: 9Last Post: 5th Feb 2018, 10:22 -
Position some subs in a BD
By Patapin in forum SubtitleReplies: 9Last Post: 14th Nov 2017, 09:16 -
MPC restart from last position
By rojavh in forum Software PlayingReplies: 15Last Post: 10th Mar 2017, 07:53 -
Need help with sub-position
By mrgiannis in forum Video ConversionReplies: 4Last Post: 30th Jan 2016, 04:59