Skip to content

ANSYS Lectures

Video Lectures with Clickable Timestamps

This page contains video lectures from YouTube. Click any timestamp to jump directly to that section in the video!


Example: Introduction to ANSYS

Click any timestamp to jump to that section:


Example: Advanced Simulation

Click any timestamp to jump to that section:


How to Add Your Videos

Step 1: Prepare Your YouTube Video

  1. Upload your video to YouTube
  2. Set video visibility to Public or Unlisted (so team can access it)
  3. Copy the video URL

Step 2: Extract the Video ID

From the YouTube URL: https://www.youtube.com/watch?v=XXXXXXXXXX

Copy the part after v= → this is your VIDEO_ID

⚠️ Important: Always add ?enablejsapi=1 to the YouTube embed URL for smooth timestamp seeking!

Step 3: Add to Documentation

  1. Copy one of the video section templates above
  2. Replace YOUR_VIDEO_ID with your actual YouTube ID
  3. Change the iframe ID to something unique (e.g., my-video-1)
  4. Update timestamps with your own times (in seconds)
  5. Update the timestamp links

Step 4: Calculate Timestamp Times (in seconds)

Convert your timestamps to seconds: - 00:00 = 0 seconds - 02:30 = 150 seconds (2 × 60 + 30) - 15:45 = 945 seconds (15 × 60 + 45) - 1:30:45 = 5445 seconds (1 × 3600 + 30 × 60 + 45)