2011-07-04
2011-06-28
Extract mp3 from flv script
I have a video course. But there's only a Shon Harris (poor presentation materials), I thought it better to listen to this course on the player. The problem is that the player does not properly sort numeric file names (100 is earlier than 50). I wrote a little script on WSH, which solves these problems.
Source: SSCP_01.00.00.flv, SSCP_01.01.100.flv
Result: SSCP_0001.0000.0000.mp3, SSCP_0001.0001.0100.mp3
Command line: cscript /nologo list.wsf <folder path> > extract.bat
FFmpeg for Windows can be downloaded from http://ffmpeg.zeranoe.com/builds/
Source: SSCP_01.00.00.flv, SSCP_01.01.100.flv
Result: SSCP_0001.0000.0000.mp3, SSCP_0001.0001.0100.mp3
Command line: cscript /nologo list.wsf <folder path> > extract.bat
FFmpeg for Windows can be downloaded from http://ffmpeg.zeranoe.com/builds/
Labels:
javascript
2011-02-01
Chrome console.groupEnd bug
// 1
console.group('group 1');
console.group('group 2');
console.groupEnd('group 2');
console.log('end'); // console.groupEnd don't work without this log
console.groupEnd('group 1');
console.log('ready');
// 2
console.group('group 1');
console.group('group 2');
console.groupEnd('group 2');
console.groupEnd('group 1');
console.log('ready');
How can I close group without log?
Labels:
chrome,
javascript
2010-09-27
2010-05-05
2010-04-07
2010-03-31
My version of Google Reader Mobile
Tonight I wrote my first GAE + Java + Ajax (Lomtiki Engine - my Ajax framework) + Google Reader API + Opera Presto (Opera Mini rendering engine) application. I called it Google Reader Proxy.
The basic idea is that the speed limit on the issuance of pages placed on the server Opera Mini, but not on Google Reader Mobile + Opera Mini. And on my phone I press the button 10 times less..
To test the functionality you can go to Opera Mini Simulator and enter in the address bar grproxy.appspot.com
Funny.. my Google Reader trends after using this application.
Labels:
ajax,
gae,
google reader,
java,
lomtiki,
opera mini,
opera presto
Subscribe to:
Posts (Atom)