
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.