Skip to content

huuhabn/m3u-to-mp4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m3u-to-mp4

Bulk record m3u (or m3u8) playlists to mp4 files using ffmpeg.

Requirements

Directory Structure

Put you m3u playlists in the playlists directory. Corresponding mp4 recordings will be avaiable in the recordings directory.

.
|-- run.sh
|-- playlists
|   |-- master1.m3u
|   |-- master2.m3u
|   `-- master3.m3u
`-- recordings
    |-- master1.mp4
    |-- master2.mp4
    `-- master3.mp4

Usage

docker-compose run -rm record

License

This Docker Image is licensed under the MIT License.

Software contained in this image is licensed under the following:

About

🎥 Bulk record m3u (or m3u8) playlists to mp4 files using ffmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%