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 
        
        
            2402 
        
                    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 
        
        
            2989 
        
                    posted 13 years ago by jmiller
            Turns /n to <br> and /n/n to </p><p>
Usage:
echo stripslashes(nl2br(nls2p($text)));
        
        
        
            0 
        
        
            1230 
        
                    posted 15 years ago by jmiller
            Orders a multi-dimensional field (such as sorting multiple $orders by field 'id')
        
        
        
            0 
        
        
            1312 
        
                    posted 15 years ago by jmiller
            Takes one field and converts the string to a URL-friendly slug in a second field
        
        
        
            1 
        
        
            1183 
        
                    posted 15 years ago by jmiller
            Will strip off the decimals of a number (price) unless they are necessary.
        
        
        
            0 
        
        
            1110 
        
                    posted 15 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 
        
        
            3350 
        
                    posted 16 years ago by jmiller