Skip to main content

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

Project description

youtube-video-analyzer

youtube-video-analyzer 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 youtube-video-analyzer from PyPI using pip install youtube-video-analyzer:

Usage

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

from youtube_video_analyzer import VideoDownloader, AudioExtractor, SoundIntervalAnalyzer, FrameExtractor

# 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.2.4.tar.gz (4.6 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.2.4-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: youtube_video_analyzer-0.2.4.tar.gz
  • Upload date:
  • Size: 4.6 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.2.4.tar.gz
Algorithm Hash digest
SHA256 23b24bd1a53de4bf9c27a860a0094f39dbc4688c46729b9ebf3bd6b1fb36ee9c
MD5 8ca5e7605ce300919f3ce83c83a17094
BLAKE2b-256 f45c1ce654f86cc9407b7dc7934b3776b400e95dacbb1a373247cc563b33b3e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for youtube_video_analyzer-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 611c941b3156cb07cc40778ccdaa8c41170a889496db891b269b2c3bdb258327
MD5 2051d03afb9eca2e434dabce587d0c7b
BLAKE2b-256 c2f67992618ebafba4a345e07f97ef89828e3ee51f527390d4d17e1049ad8cdb

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