Tag

video conversion

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jan 6, 2024 · Artificial Intelligence

Python Video Converter Using OpenCV: Convert Videos to Grayscale, Black‑White, and RGB

This article explains how to build a Python 3 video converter with OpenCV that reads an input video, optionally transforms each frame to grayscale, black‑and‑white, or RGB, and writes the result to a new output file, including command‑line argument parsing and dependency installation.

Pythoncomputer visionopencv
0 likes · 6 min read
Python Video Converter Using OpenCV: Convert Videos to Grayscale, Black‑White, and RGB
Kuaishou Audio & Video Technology
Kuaishou Audio & Video Technology
Aug 16, 2022 · Artificial Intelligence

Deep Learning Turns SDR Video into HDR: ACM Multimedia 2022 Breakthrough

Researchers from Kuaishou and Xi’an University of Electronic Science and Technology presented a novel deep‑learning‑based SDR‑to‑HDR video conversion method at ACM Multimedia 2022, introducing hierarchical dynamic context feature mapping, a layered dynamic feature modulation module, and a patch‑discriminator GAN that together achieve superior objective and subjective HDR quality.

HDR videocomputer visiondeep learning
0 likes · 6 min read
Deep Learning Turns SDR Video into HDR: ACM Multimedia 2022 Breakthrough
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Feb 1, 2021 · Frontend Development

Turn Web Interactions into Video: Recording, Incremental Snapshots, and rrweb Playback

This article explains how to capture user interactions on insurance web pages by taking DOM snapshots, creating incremental snapshots with MutationObserver, leveraging the rrweb library for recording and replay, and converting the recorded data into high‑frame‑rate video using Puppeteer and FFmpeg to ensure reliable evidence.

DOM snapshotMutationObserverfrontend
0 likes · 13 min read
Turn Web Interactions into Video: Recording, Incremental Snapshots, and rrweb Playback