shithub: h264bsd

ref: bb4b01a1f96ee6576fb0ccc8237cf635e89a01ec
dir: h264bsd/test/Rakefile

View raw version

desc "Download raw test data"
task :download_raw do
    (5208..5280).each do |filenum|
        url = "http://media.xiph.org/BBB/BBB-1080-png/big_buck_bunny_0#{filenum}.png"
        puts "Grabbing #{url}"
        system("curl -O #{url}")
    end
end