Git Product home page Git Product logo

x2y_music_video's Introduction

x2y music video

install

windows下ffmpeg可以用 http://ffmpeg.zeranoe.com/builds/

以 debian 环境为例

$ apt-get install ffmpeg shnsplit flac cuetools perl
$ cpan Capture::Tiny 

x2mp3

x2mp3 [infile] [outfile] 转换单个文件为mp3

x2mp4

x2mp4 [infile] [outfile] 转换单个文件为mp4

调用ffmpeg做视频转换,保留原始视频的长宽、码率,默认转换成mp4格式

x2flac

x2flac [infile] [outfile] 转换单个音乐文件为flac

$ x2flac xxx.ape xxx.flac  

x2flac [cuefile] [audiofile] 根据cue索引信息拆分[audiofile]音乐文件,按曲目顺序存为多个flac

注意cuetags.sh自动打的tag不含year信息

$ x2flac xxx.cue xxx.wav
$ cuetags.sh xxx.cue *.flac

flactags

flactags 将当前所在目录的flac打上tag,带上year信息

$ cd year.artist.album
$ flactags

示例目录如下:

1995.周华健.爱相随
├── 01.梦到破灭再从头.flac
├── 02.爱相随.flac
├── 03.天下有情人(齐豫合唱).flac
├── 04.痛哭的人.flac
├── 05.旧伤新痕.flac
├── 06.我心加你心.flac
├── 07.世纪的秘密.flac
├── 08.女儿歌.flac
├── 09.若不是因为你.flac
├── 10.谁.flac
└── 11.女儿歌(口哨独奏曲).flac

0 directories, 11 files

delete_duplicate_song.pl

删除当前目录下的重复音乐文件(同artist,且同title,不考虑album)。

文件格式支持:flac,mp3

$ delete_duplicate_song.pl

x2y_music_video's People

Contributors

abbypan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.