FFMPEG All in One Video & Audio Converter Interface

来源:互联网 发布:日本人看亮剑 知乎 编辑:程序博客网 时间:2024/05/21 17:11


FFMPEG All in One Video & Audio Converter Interface


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 namedFFMPEG. 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 withFFMPEG.

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

  • Please refer to the following article written by me to understand the Advanced VB modules used in this tool. Download FFMPEG source code.
  • FFMPEG documentation
  • FFPLAY documentation
  • WinFF Project -WinFF is open source and cross platform GUI forFFMPEG

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)
0 0