SubtitleGet is a command-line tool written in Python, that I am creating in my spare time. It's main purpose is to search, download and/or upload subtitles using Opensubtitles.org fantastic site.
Convserver is a threaded XML-RPC webserver that converts files into various formats remotely. Convserver is not meant as a end-user tool but as middleware facilitating other applications like web applications, mobile apps and traditional GUI tools.
NOTE: Project migrated to GitHub in Dec 2020! See https://github.com/Enselic/recordmydesktop
recordMyDesktop is a program that captures audio-video data of a linux desktop session, producing an ogg-encapsulated theora-vorbis file. recordMyDesktop tries to be as unobstrusive as possible by proccessing only regions of the screen that have changed
Command-line tools for movie subtitles in SubRip (.srt files) and MicroDVD format (.sub files). 'srtshift/udvdshift' can adjust the subtitles by shifting them to the beginning or to the end. 'srtrate' does the same by changing the supposed frame
An automatic download manager which retrieves videos recorded on vcast.it PVR service. It can be extremely useful if periodically scheduled to automatically download Vcast videos. Supports download resuming too.
Program was created for purpose to edit metadata, which are placed in flv filetype's (flash video file),
where can be saved any information about file.
You can insert new data, erase old and view existing.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
CCM (CCM is a Console Mediacenter) is an interface to execute your favourite media via shell. It's based on mplayer and it's written in python. The goal of this project is to create an integrated mediacenter for the linuxboxes without X server running
Want to watch Youtube video, but you don't have Flash plugin? (ex: gnu/linux ppc os), so try this great script to watch STREAMING VIDEOS from Youtube! You don't need to download video on your disk, you can stream directly the FLV videos from Youtube!
AFX is an X11-based, extensible, graphical, and highly configurable frontend primarily for use on tv-connected systems. The original design goal is a joystick-controlled frontend for an entertainment (games, emulators, audio, and video) box.
dvd copy does what the name implies, it copies the main feature of a dvd to the hard drive then shrinks it down to fit on a 4.7GB dvd then burns it to a dvd. This is good for making backup copies of dvds you legally own.
VIDEO DeDup
Find duplicate videos by content. Parse a video directory to create one image every n seconds, then identify duplicate images and show possible video duplicates for manual analysis.
. 1f_parse scan video source folder, replicate with ffmpeg an image folder, then for each image create a fingerprint.
. CompareV2 perform the fingerprints comparison and works in memory with constant memory usage. It is folder agnostic and parse fingerprints ordered by source file name. Since...