Benutzer:Malenki/avid3

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
Avidemux
Datei:AvidemuxScreenshot.png
Basisdaten

Entwickler MEAN
Betriebssystem Plattformunabhängig
Kategorie Videoschnitt
Lizenz GPL
www.avidemux.org

Avidemux ist ein freies Open-Source Programm für umfangreichen Videoschnitt and und -verarbeitung. Es ist für nahzu alle Distributionen von Linux verfügbar, auf denen man C/C++, GTK+ und SpiderMonkey ECMAScript scripting engine kompilieren kann. Es gibt Portierungen für Windows ebenso wie für Mac OS X, FreeBSD, NetBSD und OpenBSD. Avidemux wurde auch unter Solaris erfolgreich ausgeführt, obwohl es offiziell nicht unterstützt wird. Das Programm läuft auch auf 64bit-Betriebssystem, allerdings nicht auf Windows und Macintosh-basierten.

Viele denken von Avidemux als einer Alternative zu anderen populären Videoschnittprogrammen wie beispielsweise VirtualDub oder Avisynth, die auch für Linux verfügbar ist. While it cannot do everything that VirtualDub can, Avidemux can do many things that its Windows-only counterpart cannot. In the most recent version, Avidemux boasts such features as support for OGM and MP4 files natively, direct read input for various types of MPEGs, and many other video formats and containers. It offers MPEG editing and requantization. It also has built-in subtitle handling. Avidemux primarily uses its GUI to perform tasks. This means that it is capable of doing many things that non-GUI users would otherwise have to do using command line tools such as MEncoder or Transcode. In the very latest SVN developer's versions, multi-threading has been implemented for use some of the video codec encoding.

The straightforward user interface is designed for convenience and speed with simple operations. Features include WYSIWYG cutting, appending, filters and re-encoding into various formats. Some of the filters were ported from MPlayer and Avisynth. Avidemux can also mux and demux audio streams into and out of video files, either through re-encoding or using a direct copy mode.

An integral and important part of the design of the program is its project system, which uses the SpiderMonkey ECMAScript scripting engine. Whole projects with all options, configurations, selections, and preferences can be saved into a project file. Like VirtualDub's vcf scripting capabilities, Avidemux has advanced scripting available for it both in its GUI and command line modes. It also supports a non-project system just like VirtualDub, where you can simply create all your configurations and save the video directly without making a project file.

A project queue system has been recently added to the program and is currently being expanded upon. Avidemux has built-in subtitle processing, both for Optical Character Recognition (OCR) to soft subtitle formats (vobsub sub, ass and srt) and various hard subtitle VobSub capabilities. While it is primarily a GUI program, Avidemux can also be run from and through the command line (which can also be used for batch processing and debugging). The very latest feature additions include the mp4 container support and various degrees of multi-threading.

The development branch of Avidemux in the SVN repository has seen a lot of changes and features added to the experimental version. The following list various new features that have been added or are still under development but are currently in the most recent versions of the program.

The most recent developers version of Avidemux, available in the SVN repositories, has begun implementing multithreading. Not all of Avidemux has been multithreaded yet, but more is under development. The feature is available for activation within the GUI, though the more style and view tweaking is scheduled before an official release. Multi-threading can be turned on or off depending on preference.

Multithreading has been implemented in the following areas of Avidemux (some partially through lavcodec):

Credits & Information

[Bearbeiten | Quelltext bearbeiten]

Avidemux was written from scratch, but additional code from FFmpeg, MPlayer, Transcode, Avisynth, DVD2AVI and other projects has been used on occasion as well. Nonetheless it is a completely stand alone program that does not require any other programs to read, decode, or encode other than itself. The built-in libavcodec library from the FFmpeg project is used for decoding and encoding of various audio and video formats such as MPEG-4 ASP. The primary (though not the only) Avidemux programmer is a person known as Mean, who often frequents the Avidemux forums. The Avidemux project is open to user input and many suggestions from its users have already been implemented as fully-written features.

Unterstützte Eingabeformate

[Bearbeiten | Quelltext bearbeiten]

Dateiformate:

Videoformate:

Audioformate:

Unterstützte Ausgabeformate

[Bearbeiten | Quelltext bearbeiten]

Dateiformate:

Videoformate:

Audioformate:

Avidemux is still in development and is always working on adding new features or making current ones better. The current feature being worked on is switching the Integer type audio handling to Float type. Also heavy redesign and improvement of the audio system is happening at the same time.

Several features to be addressed in the near future:

  • Adding Multi-threading:
    • Decorrelate decoder/processing/encoding
    • Setup lavcodec encoding/decoding using multiple threads
  • OCR Subtitle correction features
  • Full integration of Avisynth when version 3.0 is released
  • Ogg Theora input for OGM/Ogg (after some file header clarification)
  • Add VFR as an option for encoding
  • Rework the program to allow for encoding without GUI usage
  • WMV9 support, also know as WMV3
  • ASF support

Proposed (but unconfirmed or undecided) features:

  • Soft-subtitle output support for the OGM, MP4 and eventual MKV containers
    • Soft-subtitle demuxing or extract capabilities
  • MKV container input and output support - This feature will be implemented when libavformat from FFmpeg gets better support for it.
  • FLAC codec audio input and output support
  • Better multi-track audio support (especially for OGM, MP4 and eventual MKV containers)
  • Custom settings or pre-sets for codec configuration
  • Customizable hotkeys setup
  • Save Project and Load Project buttons on the main toolbar
  • Save Project and Load Project hotkeys
  • Job List queue enhancements and improvements
  • Add support for SSA subtitle format
  • Change of OGM extension to Ogg, since OGM is no longer being updated
  • Ogg Theora output for OGM/Ogg

Version numbers differences

[Bearbeiten | Quelltext bearbeiten]

The current stable version of Avidemux is 2.3.0. The next stable version was slated to be 2.4.0, which is the same as 2.3.0, but with 3 user interfaces: GTK+, shell and Qt 4.

[[Category:Free video software]] [[Category:Video editing software]] [[Category:GTK]] de:Avidemux