Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

0

Based on the information provided, it seems you are looking for details about the mli/autocut GitHub repository, which is a Python-based tool for video editing using text editors. Here’s a summary of the key information you need:

Repository Overview

  • Repository Name: mli/autocut
  • Language: Python
  • Stars: 6544
  • Forks: 651

Features

  • AutoCut: Automatically generates subtitles for your video.
  • Text Editor Integration: Allows users to edit video content by selecting sentences in the text editor, which then cuts and saves the corresponding video segments.
  • Supports Multiple Whisper Modes: Including whisper, faster-whisper, and openai-whisper for transcription.

Updates

  • 2024.03.10: Added support for pip installation and importable transcription features.
    • Install command: pip install autocut-sub
    • Usage: from autocut import Transcribe, load_audio
  • 2023.10.14: Added support for faster-whisper and specified dependencies (with faster-whisper tests removed due to Action limits).
    • Install commands:
      • For whisper only: pip install .
      • For whisper and faster-whisper: pip install '.[faster]'
      • For whisper and openai-whisper: pip install '.[openai]'
      • For all: pip install '.[all]'
    • Usage example with faster-whisper: autocut -t xxx --whisper-mode=faster
  • 2023.08.13: Added support for calling Openai Whisper API.
    • Usage example: export OPENAI_API_KEY=sk-xxx and then autocut -t xxx --whisper-mode=openai --openai-rpm=3

Usage Example

  • If your recorded video is in a folder named 2022-11-04, you can run:
    bash
    autocut -d 2022-11-04

Additional Notes

  • If you are using OBS for screen recording, you can adjust the settings under Settings -> Advanced -> Recording -> Filename for better compatibility with AutoCut.

License

  • The project is licensed under the Apache-2.0 license.

This information should provide you with a comprehensive overview of the mli/autocut repository and its capabilities. If you need further details or have specific questions, feel free to ask!


>>> Read more <<<

Views: 0

0

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注