Home / Videos
Videos
Clips are loaded from the vd folder via HTML5 <video>. Files: Revo_Uninstaller.mp4 and Revo_Uninstaller_pro_5.mp4. Serve the site over http:// or https:// (not file://), and upload the whole vd folder with the HTML files.
Could not play this file
vd/Revo_Uninstaller.mp4
See If playback fails below (codec, MIME type, upload).
Could not play this file
vd/Revo_Uninstaller_pro_5.mp4
See If playback fails below.
More clips: add MP4s under vd/, then duplicate a <figure class="vd-slot"> block and set src to match the filename.
If playback fails
- Codec: Export as H.264 video + AAC audio inside MP4. H.265 / HEVC often will not play in Chrome or Edge on Windows even if the file opens in the Films & TV app.
- Upload: The vd folder must be on the server next to videos.html. Open DevTools → Network, reload, and confirm the MP4 returns 200 (not 404).
- Case: On Linux hosting, revo_uninstaller.mp4 and Revo_Uninstaller.mp4 are different files. Match spelling exactly to what is on disk.
- MIME type: The server should send Content-Type: video/mp4 for .mp4. This project includes web.config (IIS) and .htaccess (Apache) helpers in the site root.
Tips for your recordings
- H.264 or H.265 in an MP4 container works everywhere modern browsers support.
- Keep bitrate reasonable so mobile visitors on metered data can still press play.
- Add a short spoken or on-screen disclaimer: show only software you have rights to demonstrate.
- Pair each clip with a written summary on Blog for search engines and skimmers.
Suggested outline per clip
- State the goal in one sentence (what the viewer will be able to do).
- Show the safe baseline: Settings uninstall or in-app removal.
- Open Revo, highlight the module you use (All Programs, Hunter Mode, etc.).
- Walk through one real leftover decision: why you kept or deleted a row.
- End with reboot or verification step (shortcut gone, service stopped).
Captions and accessibility
HTML5 <track> elements can point to WebVTT files next to your MP4. Even a simple captions file helps viewers in noisy environments and improves clarity for technical terms like “registry” or “service”.
If you do not ship captions yet, add a bullet list of steps under each video on this page or on Blog so the content is not video-only.
Before you upload to the server
- 01Name files in lowercase with hyphens so URLs stay readable.
- 02Keep originals in an editor project folder; export a web-optimized MP4 for vd/.
- 03Optional: add poster="…jpg" on <video> for a thumbnail before play.
- 04Test one clip on a phone: controls should be usable in portrait.
Serve vd from the same site over HTTPS so mixed-content rules never block playback. If you later move files to a CDN, update every src to the new base URL.
Suggested run times
Shorter clips rank better for casual viewers; longer ones suit technicians who want every click.
- Overview / tour4–8 min
- Single feature deep dive6–12 min
- Full uninstall plus scan10–18 min
Audio and narration
Record in a quiet room; normalize levels so whispers and UI clicks are both audible. If you prefer no voiceover, use on-screen labels for each major click so muted autoplay on social feeds still communicates intent.
Export a second “music-free” cut if you plan to republish where copyright bots flag background tracks.