Socket
Book a DemoInstallSign in
Socket

@mediamonks/display-ads-recorder

Package Overview
Dependencies
Maintainers
12
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mediamonks/display-ads-recorder

Command line tool to record display ads and output these to separate formats like video and animated gif

3.6.0
latest
Source
npmnpm
Version published
Maintainers
12
Created
Source

Display Ads Recorder

npm version GitHub Actions Status License: MIT Node Version Dependencies Status PRs Welcome

The Display Ads Recorder is a powerful command-line tool designed to automate the recording of display ads and convert them into multiple formats (video, jpg, and animated gif).

Features

  • 📹 Multiple output formats support (MP4, GIF, JPG)
  • 🎵 Audio integration capabilities
  • ⚡ Parallel processing for better performance
  • 🎨 Customizable FPS settings (15, 30, 60)
  • 📦 Optimized file sizes
  • 🚀 Easy integration with existing display ad projects

Prerequisites

  • Node.js >= 20.x
  • NPM >= 8.x
  • Display ads built with @mediamonks/display-dev-server
  • Ad's index.html must include <meta name='ad.size'> tag
  • Integration with @mediamonks/display-temple

Installation

npm install @mediamonks/display-ads-recorder

Basic Usage

display-ads-recorder

Advanced Usage

Command Line Options

display-ads-recorder [options]

Options:
  -c, --chunkSize      Define chunkSize (default: 10)
  -t, --targetDir      Set target dir
  -a, --all                  Record all ads
  -j, --jpg [size]          Output JPG with optional size in KB
  -g, --gif [loop]          Output animated GIF (once/loop)
  -m, --mp4                  Output MP4 video
  -au, --audio         Add audio file (relative path from target dir)
  -v, --volume       Specify audio volume
  -f, --fps <15|30|60>      Set FPS for recording

Examples

# Record all ads in build directory
display-ads-recorder -t ./build -a

# Record specific ad with multiple outputs
display-ads-recorder -t ./build -m -g loop -j 40 -f 30

# Record with audio
display-ads-recorder -t ./build -m -au ./audio/background.mp3 -v 0.8

Configuration

Required Ad Structure



Integration with Display Temple

import { enableAdsRecorder } from '@mediamonks/display-temple';

// In your ad's main script
enableAdsRecorder(timeline, config);

Output Formats

MP4 Video

  • High-quality video output
  • Customizable FPS
  • Optional audio integration
  • Optimized for web delivery

Animated GIF

  • Loop or single-play options
  • Optimized color palette
  • Configurable frame rate
  • Balanced quality/size ratio

JPG Backup

  • Configurable file size limits
  • Automatic quality optimization

Contribute

View CONTRIBUTING.md

LICENSE

MIT © MediaMonks

Keywords

display advertising

FAQs

Package last updated on 23 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.