Html5 Audio ボリュームスライダー

ボリュームスライダーも付けときました。

Html

<input type="range" id="VolumeSlider" value="1" min="0" max="1" step="0.1" />

   min: 最小値  max: 最大値  step: 値の間隔を指定

   ボリュームの値は0~1の間で値を指定します。

 

javascript

var VolumeSlider = document.getElementById("VolumeSlider");

//音量変更
VolumeSlider.addEventListener('change', function(){
    audio.volume = this.valueAsNumber;
}, false);



動画ファイルから音声抽出するソフト(Win)

Mac用の音声抽出ソフトは以前紹介したので、Win版も紹介しときます。

Any Video Converter

Download http://jp.any-video-converter.com/any-video-converter-free.php

 

AoA Audio Extractor

Download  http://www.aoamedia.com/audioextractor.htm

 

Super

細かく設定が出来、変換できるファイル形式も多いソフトですが、その分ソフトの動作が重いです。

Download   http://www.erightsoft.com/S6Kg1.html