paddle-speech subtitles videos

Streaming speech recognition based on flying paddles Environment deployment Only supports the weboscket protocol and does not support the http protocol. Installation environment git clone https://github.com/PaddlePaddle/PaddleSpeech.git cd PaddleSpeech pip install pytest-runner pip install . Install paddlepaddle cpu version pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple gpu is installed according to the cuda version, and the colab version […]

[Script Tool] Extract frames from video, add srt subtitles for reading, and add background audio

1. Article directory After reading this article, you will be able to learn the following: Batch video frame extraction; Add srt subtitles; Add srt dubbing; Add background music; Combine multiple video clips into a new video; Effect: 2. Install dependencies First install the video processing libraries opencv-python and moviepy. The installation method is pip install […]

[whisper] Call whisper in python to extract subtitles or translate subtitles into text

Recently I have been doing business related to video processing. There is a need to extract subtitles from the video. Our implementation process is divided into two steps: first separate the audio, and then use whisper for speech recognition or translation. This article will introduce in detail the basic use of whisper and the two […]

A lightweight, powerful and easy-to-use video processing software based on Python, which can reduce video, transcode video, play video backwards, merge clips, crop clips based on subtitles, automatically add subtitles, etc.

Quick Cut is a lightweight, powerful and easy-to-use video processing software. It is a lightweight tool, not a professional and complex behemoth like Davinci Resolve or Adobe Premiere. Quick Cut can meet the common video processing needs of ordinary people: compress videos, transcode videos, play videos backwards, merge clips, crop clips based on subtitles, automatically […]

How to deploy an AI subtitle generator using Intel Development Kit

Author: Intel Software Application Engineer Zhou Zhaojing Purpose of this article There are many natural language processing models on the market. This article aims to help developers quickly deploy OpenAI*’s popular NLP model Whisper to the Intel? Development Kit Aix development board. Since the development board has limited memory, we choose a lighter one. Base […]

AI video repair tool – API that can automatically remove text and subtitles from videos – Ghost Hand Editing

1. What are the uses of video subtitle removal and which APIs can solve it? Video subtitle removal can be used for: Improve the video viewing experience: Subtitles can block part of the content on the screen, and removing the subtitles allows viewers to see more details on the screen. Promote the global dissemination of […]

Unity implements subtitle typing effect

Text text typing effect, TextMeshPro can correspond to the reference, the difference is not big, just change the parameter name and it will work. The modified script was originally integrated into other assemblies by me, but it has now been separated. Effect Functional implementation 1. Ability to set the number of words and allowable redundancy […]

Generate subtitles (lyrics) using Python+OpenCV

Click “Xiaobai Xuevision” above, and choose to add “Star” or “Stick“ Heavy dry goods, delivered as soon as possible View code via GitHub https://github.com/antoneev/66DaysOfData/tree/main/captionSuggestionsUsingLyrics View deployed applications https://share.streamlit.io/antoneev/66daysofdata/main/captionSuggestionsUsingLyrics/app.py Table of Contents introduce color detection object detection similar word suggestion Lyrics Genius API main function Streamlit deploy resource Introduction What this project does is to caption […]