Python downloader for saving m3u8 video to local MP4 file.
Project description
m3u8-To-MP4
Python downloader for saving m3u8 video to local MP4 file.
QuickStart
Install m3u8_To_MP4 by pip
Configure ffmpeg.
pip install m3u8_To_MP4
Download a mp4 vidoe from a m3u8 uri
To download a m3u8 video into a mp4 file, use the download functions:
import m3u8_to_mp4
m3u8_to_mp4.download('http://videoserver.com/playlist.m3u8')
Resume the transfer from the point of interruption, use the tmpdir arguement:
import m3u8_to_mp4
m3u8_to_mp4.download('http://videoserver.com/playlist.m3u8',tmpdir='/tmp/m3u8_xx')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
m3u8-To-MP4-0.1.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for m3u8_To_MP4-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bd5dda922cbcedebd6110f603a27001cd91a387255b5ca407520ed312ac7121 |
|
MD5 | 57fffe5a25a2e1ea39c3fd11a17db196 |
|
BLAKE2b-256 | d7a3a9d757afbfd00111dd22370c7b2b01f62099ff3db6f8500ad3cc1c303e15 |