Archiv

Artikel Tagged ‘javascript’

PhotoStack Template

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 149 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

ScreenShot 148 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

Bianca Series – New Project File

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 150 Bianca Series » localhost - Mozilla Firefox

Only one File. Images embeded with base64. Including Javascript, Stylesheet, Images and Favicon.

background: url("data:image/jpg;base64,<base64code>");
href="data:image/jpg;base64,<base64code>"

If you are looking fo an Base64 Encoder/Decoder visit Base64Online at Motobit.

Extract Audio from MP4 Video Files

High Quality

javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)){document.location.href='http://www.youtube.com/get_video?fmt='+(isHDAvailable?'22':'18')+'&video_id='+swfArgs['video_id']+'&t='+swfArgs['t']}

High Definition

javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)){document.location.href='http://www.youtube.com/get_video?fmt=22&video_id='+swfArgs['video_id']+'&t='+swfArgs['t']}

Extract Audio

mplayer -quiet video.mp4 -ao pcm:fast:file=output.wav -vc dummy -vo null -channels 2 -ss 0:00 -endpos 5:00