mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
c62112ff06
Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
11 lines
323 B
Bash
Executable File
11 lines
323 B
Bash
Executable File
#!/bin/sh
|
|
sed '/^+[^+]/!s/ /TaBBaT/g' |\
|
|
expand -t `seq -s , 9 8 200` |\
|
|
sed 's/TaBBaT/ /g' |\
|
|
sed '/^+[^+]/s/ * $//' |\
|
|
tr -d '\015' |\
|
|
tr '\n' '°' |\
|
|
sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
|
|
egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
|
|
tr -d '\n' |\
|
|
tr '°' '\n' |