Profile
Achievement
jmiller's Recent Snippets
- All /
« Prev 1 Next »
This would convert images at 30fps to a mp4 video, with sequence titles:
ImageName0000.png, ImageName0001.png, etc.
You could use -r 1/5 to use one frame every five seconds.
1
984
posted 12 years ago by jmiller
This will get the 11-character YouTube video ID from any valid YouTube URL.
Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs
0
1511
posted 12 years ago by jmiller
Turns /n to <br> and /n/n to </p><p>
Usage:
echo stripslashes(nl2br(nls2p($text)));
0
783
posted 14 years ago by jmiller
Orders a multi-dimensional field (such as sorting multiple $orders by field 'id')
0
912
posted 14 years ago by jmiller
Takes one field and converts the string to a URL-friendly slug in a second field
1
790
posted 14 years ago by jmiller
Will strip off the decimals of a number (price) unless they are necessary.
0
694
posted 14 years ago by jmiller
This is useful if you do not currently have a trunk/branch structure and would like to move everything into a new trunk.
0
970
posted 15 years ago by jmiller