加载中
Wav转MP3脚本

w2m.sh #!/bin/bash [[ $# -eq 0 ]] && { echo "./w2m.sh wavfile"; exit 1; } for i in "$@" do out="${i%.*}.mp3" [[ -f "$i" ]] && { echo -n "Processing ${i}..."; ffmpeg -i "$i" -......

2018/08/22 15:32
211
emmet set

{ "snippets": { "html": { "abbreviations": { "meta:utf8": "meta[charset=UTF-8]", "meta:ie": "<meta http-equiv=\"X-UA-Comp...

2017/04/30 09:43
67

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部