8000 GitHub - ar1st0crat/PreviewMix: A script for making the previews of musical albums or any tracklists
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ar1st0crat/PreviewMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PreviewMix

Ver. 0.10
Requires Python 3.4+

A script for making the previews of musical albums or any tracklists. The script is basically an ffmpeg wrapper.

Note: ffmpeg executable should be located in the script folder or included in the system path.

Parameters:

--source (-s)

	The source folder containing album tracks
	(required)

--destination (-d)

	The destination mp3 file that will contain preview mix
	(by default: '100-preview.mp3' in the source folder)

--count (-c)

	The number of tracks to include into preview mix
	(by default: all tracks in the source folder)

--framesize (-f)

	The size of a segment to crop from each track
	(by default: 25 seconds)

--log (-l)

	Show progress
	(by default: False)

Usage example:

previewmix --source "C:\Music\2000 - Album" --count 5 --frame 15 -l

TODO:

  • Create a script with basic functionality
  • Implement intelligent cropping and merging based on various descriptors
  • Evaluate the coefficient of album's musical diversity

About

A script for making the previews of musical albums or any tracklists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0