ks-tools/doc/ks-mp3-album.md

55 lines
1.6 KiB
Markdown
Raw Normal View History

2021-03-07 21:24:26 +01:00
ks-mp3-album - Convert folder album to MP3 Audio Format.
========================================================
2021-03-22 18:43:19 +01:00
### Syntax:
2021-03-07 21:24:26 +01:00
* `$ ks-mp3-album </absolute/path/album>`
### Default configuration:
* The script `ks-mp3-album` use by default the following configuration:
* `- Audio codec: libmp3lame`
* `- Bitrate audio: 128k`
* `- Container: oga`
* If you want to change the settings, you need to edit the `ks-mp3-album` file and change the following variables:
* `# Basic parameters`
* `acodec="libmp3lame"`
* `b_acodec="128k"`
* `v_ext="mp3"`
* `default_lang_audio="spa"`
### Example of use:
* An example of use would be the following:
* `$ ks-mp3-album /data/albums/matrix-soundtrack`
* Executing the command, the folder will be analized and you can see the following wizard:
2021-03-08 00:21:24 +01:00
* `* Scanning /data/albums/matrix-soundtrack`
2021-03-07 21:24:26 +01:00
* `+ Video file(s) in .mp4 found!`
* `.`
* `* Common METADATA configuration:`
* `.`
* `* (Default: Album-Disc) Type name of album: Matrix Soundtrack`
* `* (Default: 2021) Type the year of album: 1999`
* `* (Default: Pop) Type the genre of album: Original Motion Picture Soundtrack`
* `.`
* `* List of files:`
* `.`
* ` + track01.mp4`
* ` + track02.mp4`
* ` + track03.mp4`
* `.`
* `* The output folder will be '/home/q3aql/.torrent/Conv/matrix-soundtrack/to-mp3'`
* `.`
* `* (Default: y) Do you want run the conversion? (y/n): y`
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
2021-03-22 18:43:19 +01:00