| Index: dart/samples/third_party/pop-pop-win/resource/audio/wav2webm.sh
|
| ===================================================================
|
| --- dart/samples/third_party/pop-pop-win/resource/audio/wav2webm.sh (revision 30037)
|
| +++ dart/samples/third_party/pop-pop-win/resource/audio/wav2webm.sh (working copy)
|
| @@ -1,12 +0,0 @@
|
| -#!/bin/bash
|
| -
|
| -# installing ffmpeg on Mac w/ homebrew
|
| -# brew install ffmpeg --with-libvpx --with-libvorbis
|
| -
|
| -for file in `find . -type f -name '*.wav'`
|
| -do
|
| - echo $file
|
| - cmd="ffmpeg -y -strict experimental -i $file -acodec libvorbis ${file/wav/webm}"
|
| - echo $cmd
|
| - `$cmd`
|
| -done
|
|
|