Tag

FFmpeg

0 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 27, 2025 · Operations

How to Achieve Ultra-Fast Video Transcoding with Multi‑Threading and Clustering

This article examines the factors affecting media transcoding duration, explains why decoding dominates processing time, and presents multi‑threaded FFmpeg techniques and a cluster‑based architecture that split video into TS segments to dramatically reduce overall transcoding latency.

FFmpegPerformance Optimizationcluster computing
0 likes · 12 min read
How to Achieve Ultra-Fast Video Transcoding with Multi‑Threading and Clustering
php中文网 Courses
php中文网 Courses
Mar 28, 2025 · Artificial Intelligence

Using PHP to Capture Camera Stream and Perform Emotion Recognition

This tutorial explains how to set up a Linux environment with PHP, install necessary camera drivers and libraries, capture video frames using FFmpeg, and apply the Fer2013 emotion‑recognition model to analyze facial expressions and determine a person's emotional state.

AICameraEmotion Recognition
0 likes · 4 min read
Using PHP to Capture Camera Stream and Perform Emotion Recognition
php中文网 Courses
php中文网 Courses
Jan 23, 2025 · Artificial Intelligence

Emotion Recognition Using PHP and Camera: A Step-by-Step Guide

This guide demonstrates how to install necessary Linux drivers and PHP libraries, capture a camera frame with FFmpeg, and integrate the Fer2013 AI model via Python to perform real-time emotion recognition using PHP, complete with sample code.

AICameraEmotion Recognition
0 likes · 4 min read
Emotion Recognition Using PHP and Camera: A Step-by-Step Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 17, 2024 · Artificial Intelligence

Translate Foreign Videos into Chinese with Whisper, Ollama & FFmpeg

This guide shows how to automatically extract subtitles from English videos using OpenAI's Whisper, translate them into Chinese with a locally‑deployed Ollama large language model, and finally merge the bilingual subtitles back into the video using FFmpeg, all with GPU acceleration.

AIFFmpegGPU Acceleration
0 likes · 11 min read
Translate Foreign Videos into Chinese with Whisper, Ollama & FFmpeg
DaTaobao Tech
DaTaobao Tech
Dec 4, 2024 · Artificial Intelligence

LLM‑Powered Live Stream Analysis and Automation for E‑commerce

Taobao’s self‑operated live‑stream team built an end‑to‑end pipeline that downloads benchmark videos, transcribes audio, and uses GPT‑4o prompts to automatically summarize sales highlights, visual cues, and comments, delivering actionable insights that match manual notes, free operators for core tasks, and enable features like coupon pushes and intelligent product recommendations.

FFmpegLLMLive Streaming
0 likes · 15 min read
LLM‑Powered Live Stream Analysis and Automation for E‑commerce
Bilibili Tech
Bilibili Tech
Dec 3, 2024 · Frontend Development

Design and Implementation of a WASM Demuxer for WebCodecs Video Frame Extraction

The project extracts FFmpeg’s demuxing logic into a lightweight WebAssembly module that feeds container‑agnostic video packets to WebCodecs, enabling fast, low‑cost frame extraction across many formats and cutting cover‑generation latency by ~40% while reducing container‑related failures by ~72%.

FFmpegFrontend DevelopmentVideo Demuxing
0 likes · 11 min read
Design and Implementation of a WASM Demuxer for WebCodecs Video Frame Extraction
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2024 · Fundamentals

Building a VSCode Extension that Shows Kung Fu Animation While You Code

This tutorial walks you through creating a VSCode extension that pre‑loads animation frames from a video, listens to typing events, and uses the TextEditorDecorationType API to display a fast‑paced fight animation in the editor, complete with combo counters and inactivity handling.

FFmpegTypeScriptVSCode
0 likes · 8 min read
Building a VSCode Extension that Shows Kung Fu Animation While You Code
php中文网 Courses
php中文网 Courses
Nov 8, 2024 · Artificial Intelligence

Using PHP and V4L2 to Capture Camera Stream and Perform Emotion Recognition with Fer2013

This tutorial shows how to install necessary drivers, capture a live video frame from a Linux camera using PHP and FFmpeg, and apply the open‑source Fer2013 model via a Python script to recognize human emotions from the captured image.

Artificial IntelligenceCameraEmotion Recognition
0 likes · 4 min read
Using PHP and V4L2 to Capture Camera Stream and Perform Emotion Recognition with Fer2013
php中文网 Courses
php中文网 Courses
Nov 1, 2024 · Artificial Intelligence

Using PHP to Capture Webcam Video and Perform Emotion Recognition with Fer2013

This tutorial demonstrates how to use PHP on a Linux system with V4L2 and FFmpeg to capture webcam video, integrate the Fer2013 emotion‑recognition model via Python, and display real‑time emotion analysis on a web page.

Artificial IntelligenceEmotion RecognitionFFmpeg
0 likes · 5 min read
Using PHP to Capture Webcam Video and Perform Emotion Recognition with Fer2013
Architect
Architect
Oct 18, 2024 · Operations

Design and Implementation of a Self‑Developed Video Transcoding Core Based on FFmpeg

This article describes the motivations, architecture, and key techniques of a custom video transcoding core built on FFmpeg, covering modular pipeline design, controllable serial/parallel execution, dynamic resolution and frame‑rate adaptation, SEI handling, and performance improvements for both live and on‑demand streaming.

FFmpegLive StreamingParallel Processing
0 likes · 11 min read
Design and Implementation of a Self‑Developed Video Transcoding Core Based on FFmpeg
php中文网 Courses
php中文网 Courses
Sep 3, 2024 · Artificial Intelligence

Using PHP to Capture Camera Video and Perform Emotion Recognition

This tutorial demonstrates how to set up a Linux environment, install PHP GD and V4L2, capture camera frames with FFmpeg via PHP, and apply the Fer2013 facial‑emotion model through a Python script to recognize human emotions, offering a practical starter guide for PHP‑based emotion detection.

Artificial IntelligenceCameraEmotion Recognition
0 likes · 4 min read
Using PHP to Capture Camera Video and Perform Emotion Recognition
JD Retail Technology
JD Retail Technology
Sep 3, 2024 · Backend Development

Design and Architecture of a New Video Review System with Streamlined Frame Extraction and Parallel Processing

This article presents the design goals, architecture, technology selection, and component details of a unified video review system that leverages FFmpeg for frame extraction, stream‑based parallel processing, and flexible synchronous/asynchronous workflows to achieve low latency and high scalability.

FFmpegParallel ProcessingStreaming
0 likes · 10 min read
Design and Architecture of a New Video Review System with Streamlined Frame Extraction and Parallel Processing
Bilibili Tech
Bilibili Tech
Jul 26, 2024 · Backend Development

Design and Architecture of a Self‑Developed Video Transcoding Core

The team built a custom video‑transcoding core atop FFmpeg libraries, replacing the command‑line tool with modular controllers, pipelines, and parallel tasks that dynamically adapt resolution, frame‑rate, and SEI handling for both low‑latency live streams and high‑throughput VOD, improving scalability and maintainability.

FFmpegLive StreamingParallel Processing
0 likes · 11 min read
Design and Architecture of a Self‑Developed Video Transcoding Core
Bilibili Tech
Bilibili Tech
Jun 28, 2024 · Fundamentals

Understanding Video Color Spaces, Gamut, Transfer Functions, and YUV Conversion for Editing

To edit video correctly you must read its color metadata with ffprobe, understand the YUV model, limited versus full range, BT.601/BT.709 gamuts and transfer functions, apply the appropriate YUV‑to‑RGB matrices, convert gamuts to BT.709, and re‑encode with matching color parameters.

FFmpegVideo EditingYUV
0 likes · 11 min read
Understanding Video Color Spaces, Gamut, Transfer Functions, and YUV Conversion for Editing
php中文网 Courses
php中文网 Courses
Jun 4, 2024 · Artificial Intelligence

Emotion Recognition via Camera Using PHP and Fer2013

This tutorial explains how to capture live video from a camera with PHP, install necessary Linux drivers, extract frames using FFmpeg, and apply the Fer2013 emotion‑recognition model through a Python script to infer human emotions in real time.

AICameraEmotion Recognition
0 likes · 5 min read
Emotion Recognition via Camera Using PHP and Fer2013
php中文网 Courses
php中文网 Courses
Apr 28, 2024 · Artificial Intelligence

Using PHP to Capture Camera Stream and Perform Emotion Recognition

This tutorial demonstrates how to install necessary drivers and libraries, capture live video frames with PHP and FFmpeg, and apply the open‑source Fer2013 model via a Python script to recognize human emotions from facial expressions.

AICameraEmotion Recognition
0 likes · 4 min read
Using PHP to Capture Camera Stream and Perform Emotion Recognition
Test Development Learning Exchange
Test Development Learning Exchange
Apr 12, 2024 · Fundamentals

Upscaling 720p Video to 1080p with ffmpeg‑python and OpenCV in Python

The article explains how to use ffmpeg‑python and OpenCV in Python to transcode a 720p video to 1080p, discusses the limitations of simple upscaling, and provides code examples for resolution scaling as well as basic color and sharpening enhancements.

FFmpegopencvresolution
0 likes · 6 min read
Upscaling 720p Video to 1080p with ffmpeg‑python and OpenCV in Python
360 Smart Cloud
360 Smart Cloud
Apr 3, 2024 · Backend Development

Understanding FFmpeg Hardware Acceleration Architecture and Implementation

FFmpeg provides a comprehensive, cross‑platform hardware acceleration framework that abstracts diverse GPU and dedicated video codec interfaces, defines HWContext types, device and frame contexts, and various codec configuration methods, enabling efficient video encoding, decoding, and filtering while addressing performance, compatibility, and pipeline complexity challenges.

FFmpegGPUbackend development
0 likes · 10 min read
Understanding FFmpeg Hardware Acceleration Architecture and Implementation