Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8460823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:42:48+00:00 2026-06-10T13:42:48+00:00

I have over 100+ videos and i need to paste one 5 sec avi

  • 0

I have over 100+ videos and i need to paste one 5 sec avi video on top layer of every video (something like watermark or animated logo). It can be performed with Adobe Premiere, but its too long and stupid. Where i can find good framework to work with video to perform this (any language)? Or any other method to do it? Maybe ‘ffmpeg’ can help? Any help, links, documentations would be great.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:42:49+00:00Added an answer on June 10, 2026 at 1:42 pm

    Not very clear on what you mean by 5 sec avi video on top layer.
    I am guessing your watermark is 5 seconds long and 100+ videos are arbitary length and you want to put the first in some location on the second

    ffmpeg has an overlay filter.: Here is the documentation

    Overlay one video on top of another.

    It takes two inputs and one output, the first input is the “main” video on which the second input is overlayed.

    It accepts the parameters: x:y[:options].

    x is the x coordinate of the overlayed video on the main video, y is the y coordinate. x and y are expressions containing the following parameters:

    ‘main_w, main_h’

    main input width and height
    

    ‘W, H’

    same as main_w and main_h
    

    ‘overlay_w, overlay_h’

    overlay input width and height
    

    ‘w, h’

    same as overlay_w and overlay_h 
    

    options is an optional list of key=value pairs, separated by “:”.

    The description of the accepted options follows.

    ‘rgb’

    If set to 1, force the filter to accept inputs in the RGB color space. Default value is 0. 
    

    Be aware that frames are taken from each input video in timestamp order, hence, if their initial timestamps differ, it is a a good idea to pass the two inputs through a setpts=PTS-STARTPTS filter to have them begin in the same zero timestamp, as it does the example for the movie filter.

    Follow some examples:

    # draw the overlay at 10 pixels from the bottom right
    # corner of the main video.
    overlay=main_w-overlay_w-10:main_h-overlay_h-10
    

    This one worked for me fine:
    ffmpeg -i ./external/bb_high.mp4 -i external/small.mp4 -strict -2 -filter_complex ‘overlay=10:10’ output.mp4

    But end of 5 seconds I think the last frame remains in the overlay.

    This is where gstreamer option is a better one. There is a videomixer element available to do exactly this kind of thing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sure it's something simple, but I have over 100 errors like: and: I
I have a directory containing over 100 html files. I need to extract only
I have the following query: select top 100 eid, cid, id, position, ROW_NUMBER() over(order
I have over 100 different checkboxes in 6 activites and i would like to
I have multiple dynamically set select boxes on my page (like over 100). I
I have a list view with over 100 items. Each of these items show
We have a very complex Oracle package here (over 4,100 lines of code) that's
Say I have real, dimension(0:100) :: realResults and I want to iterate over realResults
We need to migrate our database from MSSQL to Oracle and we have over
How should I be using color in my application? I have over a 100

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.