Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Yukon

Compare

  Analyzed 1 day ago

Yukon is a set of libraries and applications that are designed to capture realtime videos of OpenGL applications (games).

1.55K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

GiniMonara

Compare

  Analyzed about 7 hours ago

Gini Monara is a multimedia content management system which also provides enhanced multimedia metadata file specifications. Currently in alpha status and supports video and images.

7.73K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

KickASS FX

Compare

  No analysis available

KickASS FX (Kafx) es un programa para hacer efectos de subtitulos y karaokes. Provee objetos sencillos de usar, y funciona mediante scripts programables. Esta realizado en python y cairo. https://www.facebook.com/KickAssFX

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3

winff

Compare

  Analyzed about 24 hours ago

WinFF is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once. WinFF is available for Windows 95 ... [More] , 98 , ME, NT, XP, VISTA, and Debian, Ubuntu, Redhat based GNU/Linux distributions. WinFF is available in Brazillian Portuguese, Bulgarian, Chinese Tradditional, Danish, English, French, German, Italian, Polish, Portuguese, Spanish, and Turkish. [Less]

6.94K lines of code

0 current contributors

29 days since last commit

1 users on Open Hub

Low Activity
4.0
   
I Use This

rvideo

Compare

  Analyzed about 20 hours ago

RVideoRVideo is a Ruby library inspects and processes video and audio files by providing an interface to free Unix tools like ffmpeg. InstallingInstallation is a little involved. First, install the gem: sudo gem install rvideoNext, install ffmpeg and (possibly) other related libraries. This is ... [More] documented elsewhere on the web, and can be a headache. If you are on a Mac, the Macports build is reasonably good (though not perfect). Install with: sudo port install ffmpegOr, for a better build (recommended), add additional video- and audio-related libraries, like this: sudo port install ffmpeg +lame +libogg +vorbis +faac +faad +xvid +x264 +a52Most package management systems include a build of ffmpeg, but many include a poor build. So you may need to compile from scratch. If you want to create Flash Video files, also install flvtool2: sudo gem install flvtool2Once ffmpeg and RVideo are installed, you’re set. The basicsfile = RVideo::Inspector.new(:file => "#{FILE_PATH}/filename.mp4") file.video_codec # => mpeg4 file.audio_codec # => aac file.resolution # => 320x240 command = "ffmpeg -i $input_file -vcodec xvid -s $resolution$ $output_file$" options = { :input_file => "#{FILE_PATH}/filename.mp4", :output_file => "#{FILE_PATH}/processed_file.mp4", :resolution => "640x480" } transcoder = RVideo::Transcoder.new transcoder.execute(command, options) transcoder.processed.video_codec # => xvidDemonstration of usageTo inspect a file, initialize an RVideo file inspector object. See the documentation for details. A few examples: file = RVideo::Inspector.new(:file => "#{APP_ROOT}/files/input.mp4") file = RVideo::Inspector.new(:raw_response => @existing_response) file = RVideo::Inspector.new(:file => "#{APP_ROOT}/files/input.mp4", :ffmpeg_binary => "#{APP_ROOT}/bin/ffmpeg") file.fps # => "29.97" file.duration # => "00:05:23.4" To transcode a video, initialize a Transcoder object. transcoder = RVideo::Transcoder.newThen pass a command and valid options to the execute method. recipe = "ffmpeg -i $input_file$ -ar 22050 -ab 64 -f flv -r 29.97 -s" recipe += " $resolution$ -y $output_file$" recipe += "\nflvtool2 -U $output_file$" begin transcoder.execute(recipe, {:input_file => "/path/to/input.mp4", :output_file => "/path/to/output.flv", :resolution => "640x360"}) rescue TranscoderError => e puts "Unable to transcode file: #{e.class} - #{e.message}" endIf the job succeeds, you can access the metadata of the input and output files with: transcoder.original # RVideo::Inspector object transcoder.processed # RVideo::Inspector objectEven if the file is processed, it may still have problems. RVideo will populate an errors array if the duration of the processed video differs from the duration of the original video, or if the processed file is unreadable. ContributeContribute to RVideo! If you want to help out, there are a few things you can do. Use, test, and submit bugs/patches We need a RVideo::Tools::Mencoder class to add mencoder support. Other tool classes would be great – On2, mp4box, Quicktime (?), etc. Submit other fixes, features, optimizations, and refactorings Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above. The trunk repository is svn://rubyforge.org/var/svn/rvideo/trunk for anonymous access. LicenseThis code is free to use under the terms of the MIT license. [Less]

9.7K lines of code

0 current contributors

almost 15 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This

flvmeta

Compare

  Analyzed 1 day ago

FLVmeta aims to be a replacement for tools such as flvtool2. It is able to inject all known metadata tags into the onMetaData event, as well as insert an onLastSecond event. Since version 1.0.7, it is also able to fix very large FLV files with invalid 24-bit timestamps to make proper use of ... [More] 32-bit extended timestamps. FLVmeta is written in portable C, it can therefore be compiled on a variety of platforms, including Linux, Windows, and MacOSX. It is also fast and has a very small memory footprint. [Less]

15.3K lines of code

1 current contributors

4 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

ce::VideoCore

Compare

  Analyzed 1 day ago

VideoCore provides support for video streams to an window display. It takes the approach that a display may have one or more video streams, each of which has one or more which independent video streams pass. Written in C++, and created with the idea to helping the developers. The source code is ... [More] under the LGPL license. This means that it is completely free to use for commercial and non commercial applications. Project Homepage: ceVideoCore.sourceforge.net CorEngine's Blog: (Spanish blog) www.CorEngine.com.ar [Less]

2.98K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Telemeta

Compare

  Analyzed 1 day ago

Telemeta is an audio management application, primarily meant for handling audio archives in museums and research laboratories. It is written in Python, and features audio analysis, tagging, visualisation, transcoding, xml-based backup and Dublin Core compatibility.

98.9K lines of code

2 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

VideoDB

Compare

  No analysis available

VideoDB is a database to manage your personal video collection. It's designed for videofiles but you can also put your DVDs, games, and VHS tapes in it. It features fetching movie data/covers from the Internet Movie Database (IMDb), Amazon, Allocine, DVDInside, DVDPlace, Google, OFDB, and TV-Tome ... [More] , local caching of cover images, an option to mark movies as seen, a search by genre or title/subtitle/plot/cast data, a filter for TV episodes, a random movie function and a simple borrow manager. Optionally, it features user management and authentication for sharing the database with others and adding custom fields. The design is completely customizable by templates. There is PDF and XML export, RSS support, and online help. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
4.5
   
I Use This
Mostly written in language not available
Licenses: gpl

Pittco LAN Administration System

Compare

  Analyzed about 4 hours ago

PLAS: Pittco LAN Administration System Administrate your LAN party organization using this handy tool. Accept payments, track users, schedule tournaments, and more. Pittco is the Pittsburgh LAN Coalition. Pittco is a not-for-profit LAN party video gaming organization based in Pittsburgh ... [More] , Pennsylvania. Pittsburgh LAN Coalition, Inc. ("Pittco") was founded in 2003 to organize the greater Pittsburgh LAN scene. The mission of Pittco is to provide a safe, entertaining, and competitive environment for video gamers of all ages. Since its inception, Pittco has held thirteen events and has received much attention in the LAN party community. Its web site is www.pittco.org. [Less]

5.2K lines of code

0 current contributors

almost 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses