Author Archives: jdriselvato

What are all the formats FFmpeg supports?

Unlike codecs, formats are the digital input / output containers FFMPEG understands. While an mp4 file is the extension we are used to seeing, inside contains encoded video and audio with various codecs. For example, an mp4 file might contain … Continue reading

Posted in Programming, Tutorial | Tagged | Comments Off on What are all the formats FFmpeg supports?

What are all the codecs FFmpeg supports?

Since codecs are the backbone of FFMPEG, it is beneficial to know how to access the full list of supported codecs. The command is as follows: Be aware that the output from this command will show hundreds of codecs for … Continue reading

Posted in Tutorial | Tagged | 1 Comment

How to Use FFmpeg in Python?

Command line one-liners are great for quick and one off FFMPEG experiences but sooner or later you’re going to want to start building custom applications for efficiency. FFMPEG can be used with almost any programming language with a couple of … Continue reading

Posted in Programming, Tutorial | Tagged | Comments Off on How to Use FFmpeg in Python?

(FFmpeg) What is a ‘codec’? Explained

FFMPEG has hundreds of different codecs to edit, convert to and play from. In your journey to mastering FFMPEG you’ll face the word ‘codec’ so often that not understanding what one is, is a disservice to yourself.  Wikipedia explains a … Continue reading

Posted in Programming, Tutorial | Tagged | Comments Off on (FFmpeg) What is a ‘codec’? Explained

How to Configure FFmpeg with Extra Dependencies? –enable

Build dependencies are great additions to FFMPEG that makes the program even more powerful. These dependencies link to 3rd party tools that extend functionality or even simplify some processes. In this book there are a couple of audio / video … Continue reading

Posted in Programming, Tutorial | Tagged | Comments Off on How to Configure FFmpeg with Extra Dependencies? –enable

How to merge multiple mp3s into one track with FFmpeg?

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 … Continue reading

Posted in Programming, Tutorial | Tagged | Comments Off on How to merge multiple mp3s into one track with FFmpeg?

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

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

Posted in Tutorial, Programming | Tagged | Comments Off on How to extract all frames (jpg) from a video?

(FFmpeg) How to convert FLV to MP4?

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 … Continue reading

Posted in Tutorial, Programming | Tagged | Comments Off on (FFmpeg) How to convert FLV to MP4?

‘A Book of Visual Signalwave’ my first independent success

In December of 2019, I had this idea to take japanese commercials from 1980 to 2001 and turn them into a book. The idea was simple, paint a new story with minimal changes in frame order but sparks a new … Continue reading

Posted in Uncategorized | Comments Off on ‘A Book of Visual Signalwave’ my first independent success

Hit 250 followers on twitter with 31 episodes

Hit 250 followers on twitter with 31 episodes. just a note.

Posted in Uncategorized | Comments Off on Hit 250 followers on twitter with 31 episodes