将字幕文件转换为lrc歌词文件
sed -e 's/^[0-9]\+$//g' -e 's/[0-9]\{2\}:\([0-9]\{2\}:[0-9]\{2\}\),\([0-9]\{2\}\).*/[\1.\2]/g' the_big.eng.srt
发布时间: 2012-07-27 11:03:00 作者: rapoo
将字幕文件转换为lrc歌词文件
sed -e 's/^[0-9]\+$//g' -e 's/[0-9]\{2\}:\([0-9]\{2\}:[0-9]\{2\}\),\([0-9]\{2\}\).*/[\1.\2]/g' the_big.eng.srt