Projects tagged ‘ffmpeg’ and ‘video’


Jump to tag:

Projects tagged ‘ffmpeg’ and ‘video’

Filtered by Project Tags ffmpeg video

Refine results Project Tags audio (16) multimedia (10) media (9) flv (9) youtube (8) convert (7) linux (6) python (6) java (6) php (6) gui (5) c (5)

[54 total ]

36 Users
   

Kino is a non-linear DV (digital video) editor for GNU/Linux. It features integration with IEEE-1394 for capture, VTR control, and recording back to the camera. It captures video to disk in RawDV and ... [More] AVI format, in both type-1 DV and type-2 DV (separate audio stream) encodings. You can load multiple video clips, cut and paste portions of video/audio, and save to an edit decision list (SMIL XML format). Most edit and navigation commands are mapped to equivalent vi key commands. Also, Kino can load movies and export the composite movie in a number of formats: DV over IEEE 1394, Raw DV, DV AVI, still frames, WAV, MP3, Ogg Vorbis, MPEG-1, MPEG-2, and DivX. Still frame export uses Imlib1, which has built-in support for PPM, JPEG, PNG, TIFF, GIF, and whatever your ImageMagick installation suppor [Less]
Created over 3 years ago.

24 Users
   

xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video. With Xuggle you can write Java programs that decode or encode video. It incorporates FFMPEG, but adds a simpler ... [More] interface that is safe to use from Java-like languages (e.g. garbage collection) and tries hard to make sure usage of FFMPEG features doesn't crash a JVM. [Less]
Created 11 months ago.

11 Users
   

Kdenlive is a non-linear video editor for GNU/Linux and FreeBSD, which supports DV, AVCHD (experimental support) and HDV editing. Kdenlive relies on several other open source projects, such as FFmpeg ... [More] and the MLT video framework. It was designed to answer all needs, from basic video editing to semi-professional work. [Less]
Created about 1 year ago.

4 Users

ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie ... [More] files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) [Less]
Created over 2 years ago.

2 Users
 

A multimedia processing and authoring framework and a video playout server for television broadcasting.
Created about 1 year ago.

1 Users

Open Images is a platform to upload, edit and publish video, audio and images. Based on MMBase it aims to offer online access to a selection of archive material to stimulate creative reuse, including ... [More] remixing of archive material in new works. Open Images also supports interlinking with other data sources (like Wikipedia), allowing the easy creation of mash ups. Access to the content will be based on the Creative Commons model, which proposes a middle way to rights management, rather than the extremes of pure public domain or reservation of all rights. The projects ‘open’ nature is underscored by adapting open formats and using open source software for its infrastructure. The project is still in its development phase but a first release is expected within a few weeks (mid september 2009). [Less]
Created 4 months ago.

1 Users

This is an automator action using ffmpeg to encode the video passed as input into an mp4.h264 format compatible with iTunes and iPod videos. Just provide video files (from a finder actions, etc...) ... [More] and the new mp4 files will be created. This might take a while as the video encoding is long. You can pass all the format supported by FFmpeg (including flv, real media, etc.. etc..). It mainly puts together the ffmpeg decoder/encoder from: http://ffmpeg.mplayerhq.hu/ with tweaking of the parameters described here: http://rob.opendot.cl/index.php/useful-stuff/ipod-video-guide/ to create an easy to use Automator action. This project is distributed under the terms of the GPL version 3 [Less]
Created over 2 years ago.

1 Users

DVD Flick aims to be a simple but at the same time powerful DVD Authoring tool. It can take a number of video files stored on your computer and turn them into a DVD that will play back on your DVD ... [More] player, Media Center or Home Cinema Set. You can add additional custom audio tracks, subtitles as well as a menu for easier navigation. Features: * Burn near any video file to DVD * Support for over 45 file formats * Support for over 60 video codecs * Support for over 40 audio codecs * Easily add a menu * Add your own subtitles * Easy to use interface * Burn your project to disc after encoding * Completely free without any adware, spyware or limitations [Less]
Created about 1 year ago.

1 Users

AVbin is a thin wrapper around FFmpeg, providing binary compatibility for applications and languages that need it. DetailsFFmpeg is a collection of audio and video codecs widely used in projects ... [More] such as mplayer, xine, gstreamer and VLC. It is under continuous development; so much so that its developers rarely provide a release, and SVN snapshots of the library must be statically linked to avoid version incompatibilities. AVbin allows programs that require dynamic linkage to use FFmpeg. It does this by providing an accurate version number within the shared library, allowing applications to select the appropriate data structures and functions to use at runtime, and a simplified interface with an unchanging ABI to the most common decoding functionality within FFmpeg. AVbin is distributed as a single dynamic library (.so on Linux, .dylib on Mac OS X, and .dll on Windows) that depends on no other files or installations. This eliminates the many complexities of building FFmpeg on platforms other than Linux; however you can still build it from source if you prefer. For usersDownload the appropriate binary package from the downloads page. Windows users, this is avbin-win32-5.zip Mac OS X users, this is avbin-darwin-universal-5.zip Linux users, this is either avbin-linux-x86-32-7.tar.gz or avbin-linux-x86-64-7.tar.gz Inside the archive you will find a single shared library, which needs to be copied into the appropriate directory for your system. Details can be found in the accompanying readme file. For developersYou can use AVbin in one of two ways. Linking against the avbin shared library provides all libavcodec, libavutil and libavformat functions. You can use the avbin_get_ffmpeg_revision function to determine the exact version of FFmpeg that has been linked, and use the appropriate data structures and functions. Because the FFmpeg interface changes quite quickly, AVbin also provides a simpler interface that is guaranteed to be backward and forward compatible with future releases. The source release contains a header file and HTML documentation for this interface. [Less]
Created about 1 year ago.

0 Users

This project aims to develop an implementation of Kalman filter and Condensation filter to track simple videos, like a bouncing ball or a remote-controlled machine. The project is developed in C++ ... [More] programming language, using openCV to process videos and HighGUI to create the user interface. Another goal of the project is to generate statistics about the quality of the used algorithms. This project is born to a course of Senior Informatic Engineering at the University of Florence from three junior engineers. The project is released under the GNU General Public License. [Less]
Created about 1 year ago.