Browsing projects by Tag(s)

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

Showing page 1 of 5

"MediaCoder is a free universal batch media transcoder, which nicely integrates most popular audio/video codecs and tools into an all-in-one solution. With a flexible and extendable architecture, new codecs and tools are added in constantly as well as supports for new devices. MediaCoder ... [More] intends to be the swiss army knife for media transcoding in all time." - from the Project website Supported Fomats * MP3, Vorbis, AAC, AAC+, AAC+v2, MusePack, Speex, AMR, WMA, RealAudio, mp3PRO* * FLAC, WavPack, Monkey's Audio, OptimFrog, AAC Lossless, WMA Lossless, WAV/PCM * H.264, Xvid, MPEG 1/2/4, Theora, Flash Video, Dirac, 3ivx*, RealVideo*, Windows Media Video * AVI, MPEG/VOB, Matroska, MP4, RealMedia*, ASF, Quicktime*, OGM* * CD, VCD, DVD, CUE Sheet* [Less]

3.0
   
  4 reviews  |  173 users  |  122,799 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

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 interface that is safe to use from Java-like languages (e.g. garbage collection) and tries hard ... [More] to make sure usage of FFMPEG features doesn't crash a JVM. [Less]

4.66667
   
  2 reviews  |  77 users  |  148,590 lines of code  |  3 current contributors  |  Analyzed about 1 year ago
 
 

AnyEdit Tools plugin for Eclipse adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also Import/Export working sets wizards. AnyEdit Tools adds new actions to "Compare With" and ... [More] "Replace With" menus in both editors and files. AnyEdit Tools contributes new "Convert" menu in both editors and files, including such actions like "To / From Unicode/Base64/Html entities/Camel case". AnyEdit Tools plugin can (automatically) perform tabs spaces on active aditor, multiple files or entire directories and supports also file exclusion filter for tabs to spaces action. AnyEdit adds "Open File", "Open Type" and "Save to file..." actions to all consoles and editors. [Less]

4.8
   
  0 reviews  |  29 users  |  1,615 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

DVDStyler is a cross-platform DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs.

5.0
 
  0 reviews  |  4 users  |  45,808 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

OverviewJSON.simple is a simple Java toolkit for JSON. You can use JSON.simple to encode or decode JSON text. FeaturesFull compliance with JSON specification (RFC4627) and reliable (see compliance testing) Provides multiple functionalities such as encode, decode/parse and escape JSON text while ... [More] keeping the library lightweight Flexible, simple and easy to use by reusing Map and List interfaces Supports streaming output of JSON text Stoppable SAX-like interface for streaming input of JSON text (learn more) Heap based parser High performance (see performance testing) No dependency on external libraries Both of the source code and the binary are JDK1.2 compatible Getting StartedNote: You need to put the latest json_simple-1.1.jar in your CLASSPATH before compiling and running the example codes. Encoding Examples Decoding Examples Escaping Examples JSP and AJAX Examples Mapping Between JSON and Java Entities JSON Java string java.lang.String number java.lang.Number true|false java.lang.Boolean null null array java.util.List object java.util.Map JSON.simple maps entities from the left side to the right side while decoding or parsing, and maps entities from the right to the left while encoding. While decoding, default concrete class of java.util.List is org.json.simple.JSONArray and default concrete class of java.util.Map is org.json.simple.JSONObject. While encoding, other classes that are not listed on the right side of the table need to implement JSONAware or JSONStreamAware (streaming only) to customize JSON outputs. In such cases, JSON.simple calls JSONAware.toJSONString() or JSONStreamAware.writeJSONString() to determine the resulting JSON text. Maven RepositoryJSON.simple in central maven repository Developer's GuideBuild With Ant Build With Eclipse The JSON Lexer JSON.simple in ProjectsVuze (Azureus) Apache Cassandra Apache Clerezza Apache MyFaces Apusic OperaMasks co-ode-owl-plugins google-caja GV Hula from Novell jmx4perl LabKey Server Mozilla Bespin MTS MUSCLE NuGram Platform PhyloWidget TopQuadrant TopBraid Suite™ XBrain ZK.forge JSON.simple in FedoraFedora 12, Fedora 11 and Fedora EPEL 5 JSON.simple in PublicationsO'Reilly - Ajax On Java Ajax development case study Tutorial from webucator A Review of 5 Java JSON Libraries (Rob@Rojotek) PeopleSoft PeopleTools Tips & Techniques by Jim J. Marion Tutorial: Using Ext JS, Servlets, JSON, MySQL and Tomcat on Fedora Next StepsAuto marshalling and unmarshalling utils for Java Beans LinksJSON.org Initial version of JSON.simple Special ThanksYourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler. [Less]

0
 
  0 reviews  |  3 users  |  2,024 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Advanced shell script for encoding DVDs or video files to the H.264 format using the encoding utility MEncoder from MPlayer. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front end to MEncoder

0
 
  0 reviews  |  1 user  |  7,405 lines of code  |  0 current contributors  |  Analyzed 7 months ago
 
 

Advanced shell script for encoding DVDs or video files to the XviD format using the encoding utility MEncoder from MPlayer. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front end to MEncoder.

0
 
  0 reviews  |  1 user  |  6,428 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This project is a bunch of python and shell scripts to automatize the process to watch videos (movies, series, etc...) using the PS3. Get the video -> Get the Subtitle -> Encode the video -> Update the Media Server (UPnP). Dependencies: Mencoder Cron PyCurl MP4Box

0
 
  0 reviews  |  1 user  |  838 lines of code  |  0 current contributors  |  Analyzed about 19 hours ago
 
 

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...) and the new mp4 files will be created. This might take a while as the video encoding is long. You ... [More] 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]

0
 
  0 reviews  |  1 user  |  4,919 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Advanced shell script for encoding video files or DVDs to the FMP4/DivX video format using MEncoder from the MPlayer project. The script is a menu-driven CLI front-end to MEncoder.

0
 
  0 reviews  |  1 user  |  6,378 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.