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 7677655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:28:18+00:00 2026-05-31T17:28:18+00:00

I would like to show a small clip from a long video file that

  • 0

I would like to show a small clip from a long video file that is over 10 minutes long. This segment of video would start at time offset /seek time of 90 seconds and would have a duration of 45 seconds . How can I do that ?

  • 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-05-31T17:28:19+00:00Added an answer on May 31, 2026 at 5:28 pm

    Phillip Brown is right. you can solve this by controlling yout html-player via js. for example in this case, the video would autostart and will play the videofile should 00:10min to 00:40min

    <video id="yourVideoplayer" width="640" height="480" preload="auto"> //preload="auto" buffers the video if initialize. you cannot seek a video which isn t buffering already
      <source src="test.mp4" type="video/mp4" />
      <source src="test.ogv" type="video/ogg" /> 
      This browser is not compatible with HTML 5
    </video>
    
    <script type="text/javascript">
       window.onload = playVideoTeaserFrom(10,40);   //this event will call the function after page was loaded
    
       function playVideoTeaserFrom (startTime, endTime) {
           var videoplayer = document.getElementById("yourVideoplayer");  //get your videoplayer
    
           videoplayer.currentTime = starttime; //not sure if player seeks to seconds or milliseconds
           videoplayer.play();
    
           //call function to stop player after given intervall
           var stopVideoAfter = (endTime - startTime) * 1000;  //* 1000, because Timer is in ms
           setTimeout(function(){
               videoplayer.stop();
           }, stopVideoAfter);
    
       }
     </script>
    

    there might be some bugs in it, but i guess you ll get the point

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

Sidebar

Related Questions

I would like to open a small video file and map every frames in
I would like to write a small piece of program that launches threads, consumes
I have this code, which I would like to make as small as possible.
I am implementing small software with JSF. I would like to show users' photos
I would like to create a small function, which should show the current status
I would like to show the navigation bar on successful login in JSF 2.0.
I would like to show 3 color zones on my graph on the background
I would like to show some hidden text in a Flex application and have
I would like to show some links only to authenticated users in an asp.net
I would like to show a set of consecutive numbers in a UIPickerView component

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.