65.9K
CodeProject is changing. Read more.
Home

FFMPEG All in One Video & Audio Converter Interface

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.70/5 (10 votes)

Apr 7, 2008

GPL3

2 min read

viewsIcon

112166

downloadIcon

7763

Graphical Interface for FFMPEG all in one Video & Audio Converter

Introduction

This is a simple tool to manipulate the command line options of FFMPEG converter.

Background

While I was searching for the video converter for my Sony K750i mobile, I found a wonderful tool named FFMPEG. This tool supports many media format conversions and is free of cost. As this is an Open source application, the tool is created by very good programmers while keeping programmers in mind. This tool appears hard to learn for normal users.

So I decided to create a new Interface for FFMPEG. I think this will be helpful to FFMPEG programmers and normal users to work easily with FFMPEG.

Requirements

You have to download FFMPEG Executable (converter) FFPlay (player) and configure in options window of converter tool.

Get the latest FFmpeg from here.

Converteroptions.JPG

Using the Code

  1. We can convert audio and video files from one format to another format through the convert button.
  2. You can create a new clip from the existing movies by using the copy option. Please note that tool will supports only clip start and clip end options while creating clip. All other options will be discarded.

converter_1.JPG

References

Point Of Interest

We can add the following additional features to this tool by using FFMPEG options:

  1. Extract a frame from the video
  2. Templates to convert media to different devices like video camera, different phones (Nokia, Other Sony models, etc.). I added presets used in winFF in the documentation folder. Please refer to it.

History

  • April 8, 2008 Version 1 (binary)
  • May 1, 2008 Version 2 (source & binary)