Skip to main content

A package for downloading YouTube videos, extracting audio and frames, and analyzing sound intervals

Project description

youtube_downloader

VideoSoundAnalyzer is a Python package that allows you to download videos from YouTube, extract audio and frames from local videos, and analyze the intervals where there is sound in the extracted audio.

----> Github

Features

  • Download videos from YouTube
  • Extract audio from a video
  • Extract frames from a video
  • Analyze the intervals where there is sound in the extracted audio
  • Save the sound intervals to a JSON file

Installation

You can install VideoSoundAnalyzer from PyPI using pip:

Usage

Here's an example of how to use the package:

from youtube_downloader import VideoDownloader, AudioExtractor, SoundIntervalAnalyzer

# Download a video from YouTube
downloader = VideoDownloader(video_url, output_directory)
video_path = downloader.download_video()

# Extract frame of frame : select a intervals
frame_extractor = FrameExtractor(video_path, output_directory, quality, oneperframe )
frame_extractor.extract_frames()

# Extract audio from the downloaded video
if video_path:
    output_audio_path = "audio/source.mp3"
    extractor = AudioExtractor(video_path, output_audio_path)
    extractor.extract_audio()

    # Analyze the sound intervals
    analyzer = SoundIntervalAnalyzer(output_audio_path)
    analyzer.create_sound_intervals_json()

output json file extractor sound

[
  [1.0448979591836736, 2.2058956916099772],
  [2.4380952380952383, 3.250793650793651],
  [4.1099319727891155, 4.620770975056689],
  [4.690430839002268, 5.5495691609977325],
  [5.7817687074829935, 6.339047619047619]
]

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributors

Cornélius vincent linkedin

Acknowledgments

This package utilizes the following libraries:

  • pytube
  • MoviePy
  • librosa
  • imageio
  • NumPy
  • json
  • os

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtube_video_analyzer-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

youtube_video_analyzer-0.1.1-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file youtube_video_analyzer-0.1.1.tar.gz.

File metadata

  • Download URL: youtube_video_analyzer-0.1.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for youtube_video_analyzer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5acdff5fb8fe4619e361beca58a38e3870e80da16eafdf298707c99c81c27c0f
MD5 e21ed8741418f91ce7b25b346caa0cc2
BLAKE2b-256 952ccaf463d3b3733bf502aba688f8dfb58778d2ab608e0110acc223edeb3e85

See more details on using hashes here.

File details

Details for the file youtube_video_analyzer-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for youtube_video_analyzer-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 053f77d274f8d75f18ffc53211e7ab4747e608c8575b868521815c4f98acca49
MD5 ffa1f3bc32a401483735c2649e92df8d
BLAKE2b-256 c5b6772f5864c8bc1f03420de43b267396097fc8593ae9bacbbe064685f35136

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page