Abstract

I recently discovered FFMPEG. In itself, it’s not that special—another program for processing video. The significance comes from the context. I had just written a simple video server in JavaScript and discovered that I needed to convert the videos to formats that the browsers understood with different formats being required for different browsers. The first step was to find a program that could do the conversion. In fact, there are many for purchase and for free. I happened across FFMPEG when I wanted to add an automatic thumbnail feature to my site. I found the FFMPEG library and then discovered the command- line interface (CLI). I realized I could write simple command files to assist me in the conversions. Text commands using the keyboard have advantages over graphical user interfaces (GUIs) in making the actions more explicit. The command lines can be captured in files to be replayed later.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.