Skip to content

Category Archives: Programming

How to merge multiple mp3s into one track with FFmpeg?

23-Mar-20

This is question 80 from my up and coming FFMPEG book, come join the mailing list to stay informed on more FFMPEG tutorials and announcements about the book. Here Merging audio with FFMPEG is one of the most searched questions on the internet and couldn’t be any easier. The only difference is a txt file […]

How to extract all frames (jpg) from a video?

15-Mar-20

Above a list of exported frames NOTE: the ‘frames’ folder must exist else an error will prevent the extraction from completeing.

(FFmpeg) How to convert FLV to MP4?

13-Mar-20

Remember when flash was a big thing? Well turns out there are still video players online that use Flash Live Video (flv) to stream video. If you run into these files from a download, you might be hard pressed to find a player that works for it. So converting to mp4 is ideal:  NOTE: You’ll […]

What I Learned This Month (March, 2016)

15-Mar-16

In working progress! I learn a lot about a lot of different topics each day and I never write it down or help keep track of things I find important. So I’m going to try writing a “What I Learned This Month” each month. So welcome to the first one! Programming Larval 5 – I’m starting […]

LuaPlayer for OSX/Linux (LUA Development for PSP)

20-Sep-15

Don’t struggle any longer as a developer wanting to programming PSP games/apps on Linux or OSX. I spent the last 2 days trying to compile and find a working version on LuaPlayer for OS X and finally found a solution. EMULATION I downloaded the PPSSPP, a PSP emulator, and within minutes had LuaPlayer (actually Euphoria […]

Flappys Pipe – can you survive the birds?

24-Feb-14

So I never had a chance to download Flappy Bird and get on the craze of the pointless game. What I am able to do though is create my own pointless game with birds and pipes. So I did, and it’s called Flappys Pipe. DOWNLOAD FROM APPLE APP STORE HERE How does the Game work? […]