Preview Video in ASO: Key Concepts, Formats, and How to Create an Effective Video for iOS and Android Development

Author: IT Sectr Published: 2026-04-27 Reading time: 11 min

Preview Video is a short 15–30-second video that demonstrates the key features and user interaction with the app. According to Apple App Store guidelines, a preview video is the most conversion-effective element of the app page: apps with video get 25–35% more installs than those without it. The video automatically plays in the App Store and is available for viewing in Google Play.

Key Takeaways

  • Preview Video — a short 15–30-second video showcasing the key features and user experience of the app.
  • Conversion — apps with a preview video receive 25–35% more installs than those without it.
  • Technical Requirements — App Store supports video up to 30 seconds, Google Play supports video up to 2 minutes via a YouTube link.
  • First 3 Seconds are critical — users decide whether to continue watching within this time.
  • Structure — an effective video consists of three parts: engagement, feature demonstration, and a call to install.

What Is Preview Video in ASO

Preview Video is a video placed on the app’s page in the store that demonstrates to the user how the app works, its interface, and key features in action. Unlike screenshots, which show static frames, video conveys the feeling of using the app and interacting with it.

In the App Store, the preview video automatically plays without sound when the app page is opened, instantly capturing the user’s attention. In Google Play, the video is placed via a YouTube link and displayed as a thumbnail with a play button. According to SplitMetrics (2024), pages with video receive 35% more viewing time than pages with only text and screenshots.

Preview video is the most persuasive content format for an app page. Users see the actual interface, transition animations, and navigation logic, creating a more complete picture of the app than any text description. This is especially important for complex apps with non-obvious functionality.

Impact on Conversion

The impact on conversion of Preview Video is confirmed by numerous studies. According to App Radar (2025), adding a video to the app page increases installation conversion by an average of 28%. For games, this figure is even higher — up to 40%, as gameplay is difficult to describe with text or static images.

Video also affects user quality: users who watched the video before installing better understand the app’s functionality and are less likely to delete it in the first days of use. This improves retention and overall user quality metrics, which are considered by store algorithms in ranking.

Formats and Requirements for Preview Video

Technical requirements for Preview Video differ between Google Play and App Store. Compliance with these requirements is mandatory for publishing a video on the app page. Non-conformance to specifications may result in incorrect display or video rejection during moderation.

Comparison of technical requirements for video on the two platforms:

ParameterApp StoreGoogle Play
Maximum Length30 seconds2 minutes
FormatMOV, M4VYouTube URL
Minimum Resolution1080×1920 px480p (YouTube)
Maximum File Size500 MBNot limited
AudioOptionalOptional

App Store Requirements

The App Store supports direct video upload in App Store Connect. Video duration must not exceed 30 seconds. Recommended resolution is 1080×1920 px for portrait orientation and 1920×1080 px for landscape. Formats are MOV or M4V with H.264 codec, maximum file size is 500 MB.

Video in the App Store automatically plays without sound when the app page is opened. Users can tap the video to view it in full-screen mode with sound. Apple recommends creating video that works effectively without sound, as most users browse the store pages in silent mode.

Google Play Requirements

Google Play does not support direct video upload — video is placed via a YouTube link. You need to create an app trailer on YouTube and provide the link in Google Play Console. The YouTube video is displayed on the app page as a thumbnail with a play button.

The maximum length of YouTube video for Google Play is not strictly limited, but it is recommended to keep it within 30–60 seconds. Optimal resolution is 1080p. The video must be public or unlisted — private videos are not displayed on the app page. It is also recommended to add the video to the developer’s YouTube channel for an additional traffic source.

Structure of an Effective Preview Video

The structure of a Preview Video determines how effectively the video holds the user’s attention and convinces them to install the app. A Wistia (2024) study showed that users decide whether to continue watching within the first 3 seconds, and the peak of engagement occurs at 6–15 seconds of viewing.

First 3 Seconds — Engagement

The first 3 seconds of the video are critical: users decide whether to continue watching or scroll further down the page. The first frame should be the most striking and informative element of the app. Avoid logos, splash screens, and brand animations at the beginning — users want to see the app, not the company logo.

Best practice is to start the video directly with the main screen of the app or the most impressive interaction. The first 3 seconds should answer the user’s question “What does this app do?” without words or text. Use zooming or highlighting of key interface elements to capture attention.

Main Part — Feature Demonstration

The main part of the video (10–20 seconds) demonstrates 3–4 key features of the app. Each feature is shown for 3–5 seconds with a clear demonstration of interaction. Use touch, swipe, and scroll gestures to show navigation. The video should create a sense of ease and intuitiveness of use.

The video pace should be dynamic but not chaotic. Optimal speed is 1.5–2x real-time usage to fit more information in limited time. Slow down the video when demonstrating complex interactions and speed up when showing simple actions. Music should match the pace and mood of the video.

Final Frame — Call to Install

The final frame contains a call to install the app (CTA). The text should be concise: “Install Now,” “Try for Free,” or “Download the App.” The final frame should be displayed for 2–3 seconds on a contrasting background to attract user attention and motivate action.

The final frame can also feature social proof: the app’s rating, number of downloads, awards. For example: “4.8 ★ | 10M+ Installs | App of the Year 2024.” This reinforces the call to action and resolves last doubts before installation.

How to Create an Effective Preview Video

Creating a Preview Video is a multi-stage process that includes planning, recording, editing, and optimization for each platform. A high-quality video requires a professional approach, as it directly affects conversion and brand perception by users.

Script Planning

The video script determines the sequence of feature demonstration and the overall structure of the clip. Start by selecting 3–4 key features that are most important to the target audience. For each feature, write a brief description of what will be shown on screen and what user problem it solves.

Timing for each part: engagement — 3 seconds, three features at 5 seconds each — 15 seconds, CTA — 3 seconds. Total duration — 21 seconds, which fits within the 30-second App Store limit and leaves room for transitions and titles. For Google Play, the duration can be extended to 45–60 seconds.

Recording and Editing

For video recording, use screen recording of a real device at 1080×1920 px resolution. Make sure the app interface is clean and free of test data. Use a simulator for user gestures (finger touches) to demonstrate interaction. Record each scenario separately for easier editing.

When editing, add text captions for each feature that duplicate the visual information. Captions should be brief (3–5 words) and contrasting. Use subtitles for key moments — this improves video accessibility and enhances perception for users watching without sound.

Example configuration for exporting video with correct parameters using FFmpeg:

bash
# Export Preview Video for App Store
ffmpeg -i source.mov \
  -c:v libx264 -crf 18 \
  -preset slow -profile:v high \
  -vf "scale=1080:1920:force_original_aspect_ratio=decrease" \
  -c:a aac -b:a 128k \
  -t 30 -y output.m4v

This command exports the video in M4V format with H.264 codec, 1080×1920 px resolution, and up to 30 seconds duration. The CRF 18 parameter ensures high image quality at an optimal file size. For Google Play, the video can be exported in standard MP4 format for upload to YouTube.

Optimization for Silent Viewing

Optimization for silent viewing is a mandatory requirement for Preview Video. In the App Store, video plays without sound by default, and only 15% of users enable sound. All key messages should be conveyed visually through the interface, animations, and text captions, not through the audio track.

Use visual accents: highlighting active elements, press animations, zooming on important screen areas. If the video includes voiceover, add subtitles for all key messages. Verify that the video is understandable and persuasive when viewed without sound.

Impact of Video on Installation Conversion

The impact of video on conversion is driven by several factors: video provides more information in less time, creates an emotional connection with the user, and demonstrates app dynamics that cannot be conveyed through static screenshots and text.

According to App Radar (2025), a meta-analysis of 5,000 apps showed that adding a Preview Video increases installation conversion by an average of 28%. Video is most effective for games (+40%), apps with complex interfaces (+35%), and apps with visual content (+30%). For simple utility apps, the effect is lower — around 15%.

Impact on Ratings and Reviews

Video also indirectly affects the app rating. Users who watched the video before installing have more accurate expectations about the app’s functionality. This reduces the likelihood of negative reviews caused by mismatched expectations. According to Phiture (2025), apps with video receive 12% fewer negative reviews.

Install quality is another important aspect. Users who installed the app after watching the video show 20% higher retention on day 7 and 15% higher retention on day 30 compared to users who installed without watching the video. This improves user quality metrics in developer consoles.

Video Usage Statistics in Top Apps

Analysis of the top 100 apps in Google Play and App Store (2025) showed that 68% of apps in the “Games” category use Preview Video, 45% in “Education,” and only 22% in “Tools.” The higher the competition in a category, the higher the share of apps with video, as developers seek additional ways to stand out.

Despite proven effectiveness, many developers do not use video due to the complexity of creation. However, even a simple video recorded from a device screen and edited in a basic editor gives a significant conversion boost compared to having no video. Video quality is less important than its presence.

Differences Between Google Play and App Store Video

Differences in video placement between platforms affect the creation and optimization strategy. App Store uses native video playback on the app page, while Google Play uses YouTube integration. These differences must be considered when preparing video materials.

Display on the App Page

In the App Store, video automatically plays when the app page is opened, making it the first content users see. In Google Play, the video is displayed as a thumbnail with a play button, and users must click to start viewing. This means that in Google Play, the video thumbnail must be as clickable as possible.

The thumbnail for Google Play can be customized by selecting a specific moment in the video in YouTube Studio. Choose the most striking and informative frame as the thumbnail. For App Store, the thumbnail is not customizable — the system automatically selects the first frame, so the first frame must be as attractive as possible.

SEO Aspects of Video

YouTube video for Google Play is also indexed by search engines and can drive additional traffic from Google and YouTube search. Use keywords in the title, description, and tags of the YouTube video for maximum visibility. The video title should contain the main keyword and the app name.

For the App Store, video is not indexed by external search engines but is considered by the in-store ranking algorithm. Apple uses user interaction with video as a signal of app quality. A high percentage of video views to completion positively impacts App Store search ranking.

Frequently Asked Questions

How many seconds should a Preview Video be in the App Store?

The maximum duration is 30 seconds. The optimal duration is 15–25 seconds to maintain user attention while preserving all key messages.

How to add a Preview Video to Google Play?

Upload the app trailer to YouTube, copy the video link, and paste it into Google Play Console in the “Screenshots and Video” section of the corresponding localization.

Is sound required in Preview Video for the App Store?

Sound is optional, but video plays without sound by default. All key messages must be conveyed visually. If sound is present, use subtitles for silent viewing.

What resolution should a Preview Video have?

The recommended resolution is 1080×1920 px for portrait orientation and 1920×1080 px for landscape. Minimum resolution is 720p to ensure a clear image.

Does Preview Video affect store search ranking?

Indirectly — yes. High user engagement with video (viewing duration, clicks) signals to algorithms about app quality, which can improve positions in search results.

Summary

  • Preview Video — a short 15–30-second video showcasing the key features and user experience of the app in action.
  • Conversion — adding a video to the app page increases installs by 25–35% depending on the category.
  • First 3 Seconds — critically important for engaging the user and deciding whether to continue watching.
  • Structure — engagement (3 s) → three features at 5 s each → CTA (3 s), total duration 15–25 seconds.
  • Platform Differences — App Store uses native autoplay, Google Play uses YouTube integration with a thumbnail.
  • Install Quality — users who watched the video show 20% higher retention on day 7.
  • Creation — use device screen recording, FFmpeg for export, and mandatory optimization for silent viewing.

We will develop a mobile application turnkey

IT Sectr creates iOS and Android applications for startups and businesses since 2017. We will advise you and propose the best solution.

Discuss the project

Read also