
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@mediamonks/display-ads-recorder
Advanced tools
Command line tool to record display ads and output these to separate formats like video and animated gif
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).
<meta name='ad.size'>
tagnpm install @mediamonks/display-ads-recorder
display-ads-recorder
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
# 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
import { enableAdsRecorder } from '@mediamonks/display-temple';
// In your ad's main script
enableAdsRecorder(timeline, config);
View CONTRIBUTING.md
MIT © MediaMonks
[3.6.0] - 2025-05-23
FAQs
Command line tool to record display ads and output these to separate formats like video and animated gif
We found that @mediamonks/display-ads-recorder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.