Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / Visual Basic

FFMPEG All in One Video & Audio Converter Interface

Rate me:
Please Sign up or sign in to vote.
4.70/5 (12 votes)
1 May 2008GPL32 min read 110.5K   7.7K   62   15
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)

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
India India
I have been programming for last 20 years on various platforms including .NET, Visual Basic 6, Oracle and SQL server.

I decided to write articles when I have free time hoping to share my thoughts with you.

To know more about me visit http://sabarinathanarthanari.com

Comments and Discussions

 
QuestionWhich programming language did you use? Pin
Member 134482525-Oct-17 9:48
Member 134482525-Oct-17 9:48 
AnswerRe: Which programming language did you use? Pin
Sabarinathan A10-Oct-17 1:13
professionalSabarinathan A10-Oct-17 1:13 
GeneralRe: Which programming language did you use? Pin
Member 1344825214-Oct-17 11:08
Member 1344825214-Oct-17 11:08 
GeneralRe: Which programming language did you use? Pin
Sabarinathan A7-Oct-18 20:59
professionalSabarinathan A7-Oct-18 20:59 
Questionnot cut a video when you put parameters Pin
baltazar olmeda25-Oct-12 3:25
baltazar olmeda25-Oct-12 3:25 
Questionhey can you give me this entire code in java plzzz!!!! Pin
sksanket720-Mar-12 7:19
sksanket720-Mar-12 7:19 
QuestionHow to capture video and audio from webcam using ffmpeg on WindowsXP? Pin
gksolanki1-Jun-11 4:15
gksolanki1-Jun-11 4:15 
GeneralMy vote of 2 Pin
usernameCasper27-Jan-11 0:41
usernameCasper27-Jan-11 0:41 
GeneralNice job! Pin
UltraWhack13-May-08 5:03
UltraWhack13-May-08 5:03 
GeneralRe: Nice job! Pin
Sabarinathan A4-Oct-09 19:52
professionalSabarinathan A4-Oct-09 19:52 
Generaljava vidoe to audio converter Pin
nitin_mics25-Apr-08 0:31
nitin_mics25-Apr-08 0:31 
Hi......
I want to splitting audio form video,can u tell me what should be step to do this, plz tell me.....Rose | [Rose]
GeneralRe: java vidoe to audio converter Pin
Sabarinathan A4-Oct-09 19:57
professionalSabarinathan A4-Oct-09 19:57 
GeneralI want the source code for All Converter Pin
max143410-Apr-08 2:00
max143410-Apr-08 2:00 
GeneralRe: I want the source code for All Converter [modified] Pin
Sabarinathan A10-Apr-08 20:51
professionalSabarinathan A10-Apr-08 20:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.