moovweb / harlem_shaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ogg instead of mp3

jayay opened this issue · comments

if you convert the mp3 file into ogg vorbis, you'll be able to make it work in Firefox and Chromium.
I've done it like this: ffmpeg -i harlem-shake.mp3 -acodec libvorbis harlem-shake.ogg and changed the paths then.

commented

@omar-jalalzada i added the .ogg file to the repo, can you push it to s3 and update the links in the .js and .html file to point to the .ogg instead of the .mp3?