Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

media transcode repo, goal is to transcode any video, voice, image to any format.

Notifications You must be signed in to change notification settings

ancanglee/media_transcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

智能媒体转码系统

基于GPU加速的FFmpeg视频转码处理器,支持队列管理、任务监测和AI智能参数生成。

主要特性

  • 🚀 GPU硬件加速(NVIDIA NVENC / Apple VideoToolbox)
  • 🤖 AI智能转码参数生成(AWS Bedrock Claude)
  • 🌐 Web图形化管理界面
  • 📊 任务队列管理和状态监控
  • ☁️ AWS云服务集成(S3/SQS/DynamoDB)

快速开始

# 编译
make build
# 配置
cp config.example.env config.env
# 编辑 config.env 填写AWS资源信息
# 启动所有服务
make start-all
# 访问Web管理界面
open http://localhost:9999/admin

文档目录

文档 说明
功能介绍 系统功能、特性、支持的转码格式、系统要求
架构设计 系统架构图、组件说明、项目结构、数据流
部署指南 AWS资源配置、GPU服务器配置、API服务器配置、故障排除
API接口 REST API接口说明、请求示例、响应格式
DynamoDB迁移 数据库表结构升级指南

常用命令

make build # 编译项目
make start-all # 启动所有服务
make stop-all # 停止所有服务
make status # 查看服务状态
make logs # 查看日志

详细命令请参考 COMMANDS.md

许可证

[添加许可证信息]

About

media transcode repo, goal is to transcode any video, voice, image to any format.

Resources

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /