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.3.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.3-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: youtube_video_analyzer-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 196c6f484e41263556236f82545a029ef40b9076809c2c6095f888e8053443b1
MD5 801bc7bc566fd7f2ecf9861748bbf39a
BLAKE2b-256 62858dd961e1344094645bb14d17b7b8ab94502eb5430cd5fc5b607d10a8425a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for youtube_video_analyzer-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8a1ee0cdb1731d87bd59958f75d130c63fe9b5b5cf4747a860dd582702d227ee
MD5 f56f7371f0b23e2f958afecd40e96de0
BLAKE2b-256 5712328e56955d793e2767a6c1e85afae3ae57629d92dc7ee90d98e4df90328c

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