Skip to main content

Video Generation Examples

Discover practical video creation examples for the most common use cases. Each example demonstrates key JsonCut features with complete, working JSON configurations.

Social Media Video

Perfect for Instagram Reels, TikTok, or YouTube Shorts. Fast-paced content with smooth transitions and engaging visuals.

{
"type": "video",
"config": {
"width": 1080,
"height": 1920,
"fps": 30,
"audioFilePath": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/6105961d-8646-4101-a537-dc8ad2ec40d4.mp3",
"loopAudio": true,
"outputVolume": 0.8,
"defaults": {
"duration": 2,
"transition": {
"name": "fade",
"duration": 0.8
},
"layer": {
"fontPath": "/font/social-media-font.ttf"
}
},
"clips": [
{
"duration": 2.5,
"layers": [
{
"type": "title-background",
"text": "NEW PRODUCT",
"fontSize": 64,
"textColor": "#ffffff",
"background": {
"type": "linear-gradient",
"colors": ["#667eea", "#764ba2"],
"direction": "diagonal"
}
}
],
"transition": {
"name": "ZoomInCircles",
"duration": 0.6
}
},
{
"layers": [
{
"type": "image",
"path": "/image/2025-09-15/cmejszvz00000t5afm8qcr6bq/80c7625b-4cd3-4462-8f17-36090fc849b2.png",
"resizeMode": "cover",
"zoomDirection": "in",
"zoomAmount": 0.15
},
{
"type": "subtitle",
"text": "Revolutionary Design",
"textColor": "#ffffff",
"fontSize": 36,
"position": "bottom"
}
],
"transition": {
"name": "GlitchDisplace",
"duration": 0.4
}
},
{
"duration": 3.5,
"layers": [
{
"type": "video",
"path": "/video/2025-09-15/cmejszvz00000t5afm8qcr6bq/992ae6b0-bcc4-4fe1-9eb0-fb0b5464f860.mp4",
"resizeMode": "cover",
"cutFrom": 5,
"cutTo": 7.5,
"zoomDirection": "right",
"zoomAmount": 0.1
},
{
"type": "title",
"text": "See it in Action",
"textColor": "#B0B0B0",
"fontSize": 48,
"position": "center"
}
]
}
]
}
}

Key Features:

  • Vertical format optimized for mobile
  • Quick 2/3-second clips for engagement
  • Background music with automatic looping
  • Mix of transitions for visual interest
  • Ken Burns effects on images and videos

Product Demo Video

Showcase product features with professional presentation and audio ducking.

{
"type": "video",
"config": {
"width": 1920,
"height": 1080,
"fps": 30,
"audioFilePath": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/6105961d-8646-4101-a537-dc8ad2ec40d4.mp3",
"loopAudio": true,
"outputVolume": 0.6,
"audioNorm": {
"enable": true,
"gaussSize": 5,
"maxGain": 28
},
"defaults": {
"duration": 5,
"layer": {
"fontPath": "/font/social-media-font.ttf"
},
"layerType": {
"title": {
"fontSize": 56,
"textColor": "#ffffff"
}
}
},
"clips": [
{
"duration": 3,
"layers": [
{
"type": "title-background",
"text": "Product Demo",
"textColor": "#ffffff",
"background": {
"type": "fill-color",
"color": "rgba(44, 62, 80, 0.95)"
},
"fontSize": 64
}
],
"transition": {
"name": "Dreamy",
"duration": 1.5
}
},
{
"duration": 7,
"layers": [
{
"type": "video",
"path": "/video/2025-09-15/cmejszvz00000t5afm8qcr6bq/992ae6b0-bcc4-4fe1-9eb0-fb0b5464f860.mp4",
"resizeMode": "cover",
"cutFrom": 0,
"cutTo": 7,
"zoomDirection": "in",
"zoomAmount": 0.08
},
{
"type": "subtitle",
"text": "Advanced Features",
"fontSize": 42,
"textColor": "#ffffff",
"position": "top-left"
}
],
"transition": {
"name": "CircleCrop",
"duration": 1.8
}
},
{
"duration": 6,
"layers": [
{
"type": "video",
"path": "/video/2025-09-15/cmejszvz00000t5afm8qcr6bq/987e536c-3061-438d-b25f-84c2982eb504.mp4",
"resizeMode": "cover",
"cutFrom": 0,
"cutTo": 6,
"zoomDirection": "in",
"zoomAmount": 0.1
},
{
"type": "subtitle",
"text": "Close-up Details",
"textColor": "#ffffff",
"fontSize": 36,
"position": "bottom"
}
],
"transition": {
"name": "morph",
"duration": 2.2
}
},
{
"duration": 6,
"layers": [
{
"type": "image",
"path": "/image/2025-09-15/cmejszvz00000t5afm8qcr6bq/80c7625b-4cd3-4462-8f17-36090fc849b2.png",
"resizeMode": "cover",
"zoomDirection": "out",
"zoomAmount": 0.12
},
{
"type": "subtitle",
"text": "Performance that exceeds expectations",
"textColor": "#ffffff",
"fontSize": 36,
"position": "bottom"
}
]
}
]
}
}

Key Features:

  • Professional voiceover with audio ducking
  • Smooth transitions between product features
  • Ken Burns effects highlighting details
  • Audio normalization for consistent levels
  • Close-up video for detailed product showcase
  • Clean subtitle overlays

Educational Explainer Video

Create informative content with clear visual hierarchy and step-by-step progression.

{
"type": "video",
"config": {
"width": 1280,
"height": 720,
"fps": 25,
"audioTracks": [
{
"path": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/d8f33984-1f94-48e1-9bec-448585bc7c4c.mp3",
"mixVolume": 0.3,
"start": 0
},
{
"path": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/d5b5fff6-45e5-4ca7-9a62-cd5dd9b2ca04.mp3",
"mixVolume": 1.0,
"start": 1
}
],
"defaults": {
"duration": 5,
"layerType": {
"title": {
"fontSize": 48,
"textColor": "#2c3e50",
"position": "top"
},
"subtitle": {
"fontSize": 24,
"textColor": "#34495e"
}
}
},
"clips": [
{
"duration": 3,
"layers": [
{
"type": "linear-gradient",
"colors": ["#74b9ff", "#0984e3"],
"direction": "vertical"
},
{
"type": "title",
"text": "How It Works",
"fontSize": 64,
"textColor": "#ffffff",
"position": "center"
}
],
"transition": {
"name": "fade",
"duration": 1
}
},
{
"layers": [
{
"type": "fill-color",
"color": "#ffffff"
},
{
"type": "title",
"text": "Step 1: Overview",
"position": "top"
},
{
"type": "image",
"path": "/image/2025-09-15/cmejszvz00000t5afm8qcr6bq/7617beca-89f6-4d6b-9977-e47950d0ad48.png",
"position": "center",
"width": 0.6,
"height": 0.5,
"zoomDirection": null
},
{
"type": "subtitle",
"text": "Usecases for Script-based video generation",
"position": "bottom"
}
],
"transition": {
"name": "fade",
"duration": 0.8
}
},
{
"layers": [
{
"type": "fill-color",
"color": "#ffffff"
},
{
"type": "title",
"text": "Step 2: Example Implementation"
},
{
"type": "video",
"path": "/video/2025-09-15/cmejszvz00000t5afm8qcr6bq/2d75ee6b-0fcd-4fe1-ae9b-34d69a8b8d45.mp4",
"position": "center",
"width": 1,
"height": 1,
"cutFrom": 0,
"cutTo": 5
},
{
"type": "subtitle",
"text": "Write your configuration following our best practices",
"position": "bottom"
}
]
}
]
}
}

Key Features:

  • Step-by-step visual progression
  • Clean white backgrounds for readability
  • Professional narration timing
  • Consistent typography hierarchy
  • Educational pacing with longer durations

Breaking News Video

Create urgent, professional news-style announcements with dramatic effects.

{
"type": "video",
"config": {
"width": 1920,
"height": 1080,
"fps": 30,
"audioFilePath": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/d8f33984-1f94-48e1-9bec-448585bc7c4c.mp3",
"outputVolume": 0.7,
"keepSourceAudio": true,
"clips": [
{
"duration": 2,
"layers": [
{
"type": "image",
"path": "/image/2025-09-15/cmejszvz00000t5afm8qcr6bq/10add462-3f16-4759-9a89-08378e4ddeae.png"
},
{
"type": "news-title",
"text": "BREAKING NEWS",
"textColor": "#ffffff",
"backgroundColor": "#8b1538",
"fontSize": 64,
"position": "center"
},
{
"type": "audio",
"path": "/audio/2025-09-15/cmejszvz00000t5afm8qcr6bq/57029b6f-d377-40e7-a62a-340c5fb8da36.mp3",
"cutFrom": 0.5,
"cutTo": 1.5,
"mixVolume": 0.8
}
],
"transition": {
"name": "fade",
"duration": 0.5
}
},
{
"duration": 6,
"layers": [
{
"type": "video",
"path": "/video/2025-09-15/cmejszvz00000t5afm8qcr6bq/2bcdb954-ff4c-49f5-b461-25a73a9e6777.mp4",
"resizeMode": "cover",
"cutFrom": 0,
"cutTo": 6
},
{
"type": "news-title",
"text": "MAJOR ANNOUNCEMENT",
"textColor": "#ffffff",
"backgroundColor": "#d02a42",
"fontSize": 42,
"position": "bottom"
}
],
"transition": {
"name": "wipeUp",
"duration": 0.8
}
},
{
"duration": 4,
"layers": [
{
"type": "fill-color",
"color": "#676A85"
},
{
"type": "title",
"text": "Stay Updated",
"fontSize": 56,
"textColor": "#ffffff",
"position": "center"
},
{
"type": "subtitle",
"text": "Follow us for more breaking news",
"textColor": "#bdc3c7",
"fontSize": 24
}
]
}
]
}
}

Key Features:

  • Dramatic red color scheme for urgency
  • News-style typography with colored backgrounds
  • Alert sound effects for impact
  • Video footage integration
  • Professional news presentation format

Next Steps

Now that you've seen these essential examples, try creating your own:

  1. Choose your format - Consider platform requirements (social media, web, etc.)
  2. Plan your story - Outline key messages and visual flow
  3. Select transitions - Match effects to your content's energy level
  4. Balance audio - Mix music, voice, and sound effects appropriately
  5. Optimize performance - Use appropriate resolutions and compression

Need more inspiration?