Download Chaplin - Chaplin Description, Chaplin Reviews
Contact
 


 

Download

 
Download Now (23K)
GPL (GNU General Public License)
Downloads till now: 9
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

amaroK Scripts , Audio , Graphics , Video ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML


Tag Cloud

chaplin

 

Details

Size: 23K
Last Update: 2008-05-14 23:53:52
Version: 1.10
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Christian Vogelgsang
Price:$0.00
Description:

chaplin 1.10 is video software developed by Christian Vogelgsang.
chaplin is a dvd chapter tool for Linux (and all other ixes with libdvdread support).



The tool parses a DVD disc or image and extracts the exact duration for each chapter of a given title. Then the total list of chapters is split into a user-selectable number of subsets. Each subset should have approximately the same duration.

This is a very useful approach for multi-cd rips. You no longer simply split the movie in the middle of the frame count but you choose two sets of chapters for both parts which both have (almost) the same length. Then the disc-break is not at a rather random point (concering the story telling of the movie) but at the end of a dvd-chapter.

The chapter timings and the split sets are also very useful for chapter navigation (even on a single disc). The normal output mode of chaplin thus prints the chapter's relative beginning time and the duration in a wide number of formats, ranging from seconds, frame counts to timestamps.

For S/VCD mastering chaplin can also produce vcdimager XML files for each disc. There a complete sequence structure with chapter entry points is defined. Also the full navigation setup for chapter hopping is provided. Additionally you can add chapter menus and automatically create the necessary menu pages out of thumbnails extracted directly from the DVD.

Installation:

You will need the libdvdread library for this tool. Specify its installation path in the provided Makefile. Then a simple call to "make" should build the chaplin binary. Copy the binary into your PATH. It is very useful to have transcode and vcdimager installed. The chaplin-genmenu tool needs transcode, ImageMagick and the mjpegtools.

Usage

Simple Usage

Just call chaplin the following way:

chaplin -d < dvd_path > -t < title >

This will display a chapter summary and places all chapters into a single subset (the default). This is useful for a single cd transfer. For multi-cd targets you specify the number of subsets with the -p option:

chaplin -d < dvd_path > -t < title > -p 2

This will divide the chapters up into 2 subsets. They should have almost the same size (this depends largely on the granularity of the provided chapters). Now you know which chapters fit on the first disc, know the exact frame count and you can calculate the exact bitrate for this part and finally transcode each part.

Chapter Info

Detailed info on the chapters is also available. Just add the -c option and per chapter info is printed:

chaplin ... -c

The standard output mode prints the relative offset of each chapter in the part. With the -l option you can replace this display with the length of each chapter.

S/VCD Mastering

If your target is a set of S/VCDs then the -x option is very useful:

chaplin ... -x MYMOVIE

MYMOVIE is the basename of the VCDs.

This option generates a XML S/VCD description for vcdimager which contains the exact chapter setup found by chaplin. The XML files are called "vcdNN.xml" and are created in the current directory. Name the MPEG files made from each subset "partNN.mpg" and place them in the same directory (NN=part number). Now a call to:

vcdxbuild vcdNN.xml

should generate a SVCD image with chapters and navigation information.

You can control the XML generation by passing suboptions to -x:

chaplin ... -x MYMOVIE,vcd,my%02d.xml,movie%02.mpg

This will generate VCD 2.0 XML files called myNN.xml and refers to MPEG movie files called movieNN.mpg. Do not forget to include a "%d" expression in the XML and MPEG file patterns. This will be replaced by the current part number. Numbering starts with one by default. Chaplin will begin with zero if you pass the -z option.
The second argument defines the type of the disc: vcd or svcd.

S/VCD Chapter Menus

Since version 1.9 chaplin also supports the creation of XML mastering files for S/VCDs with chapter menus. Add the -m option to -x to enable menu creation. You have to specify how many chapters are selectable on each menu page. chaplin will then create a menu page set for each of the selected parts and each menu page will contain at most the given number of entries:

chaplin ... -x MYMOVIE,svcd,my%02d.xml,movie%02.mpg,menu%02d-%d.mpg -m 6

In this example menu pages with up to six entries are created and labeled menu%02d-%d.mpg. Note the two %d replacement tags in the menu file name. The first one is replaced with the current part number and the second one counts the menu pages for this part. The generated XML will create a SVCD that shows the first menu page and allows to select the first six chapters with the numeric buttons. Furthermore you can switch to the next menu page.

The referenced menu pages are MPEG files containing still images. Each menu page should depict the chapters that can be selected on this page. The menu pages can be rendered automatically with the chaplin-genmenu tool.

Automatic Chapter Menu Generation

The chaplin-genmenu script creates the chapter menu still image MPG files that are referenced in the S/VCD chapter menus. To guide this tool what should be rendered on each menu page, you have to create a chapling menu description with the -g command:

chaplin ... -x ... -m < n > -g menu.txt

Now have a look a the created menu description text file. Its splitted into blocks for each menu page:

chaplin-menu 9
dvd "/dev/dvd" title 10 PAL 4:3

menu01-1.mpg 9 Part 1 Menu 1
01 0 Chapter 1
02 0 Chapter 2
03 0 Chapter 3
04 0 Chapter 4
05 0 Chapter 5
06 0 Chapter 6
07 0 Chapter 7
08 0 Chapter 8
09 0 Chapter 9
menu01-2.mpg 6 Part 1 Menu 2
10 0 Chapter 10
11 0 Chapter 11
12 0 Chapter 12
13 0 Chapter 13
14 0 Chapter 14
15 0 Chapter 15

The description contains the menu files to create and the chapters that are referenced on each page. You can edit this file to change the sample frame for each chapter that will be extracted to get the thumbnail image on the menu page: change the 0 value in the second column to the requested frame number. Finally you can edit the text that gets rendered on the menu pages: The title of each menu page is given in the title line (e.g.: "Part 1 Menu 1") and the chapter description after each frame number (e.g.: "Chapter 1").

Now run the menu page creator:

chaplin-genmenu menu.txt

This sets the dvd input device and title similar to the chaplin call and pass the generated chaplin menu description. This will create the MPG still images needed for S/VCD creation out of the XML file.

Specify -n NTSC if creating a NTSC and not a PAL S/VCD. Use -v if creating a VCD and not a SVCD.

With -o you can set a global offset for each chapter sample frame number. The -u option cleans up all temporary files created during program call. -x will display all external command calls to debug the tool.

With -b, -l and -f you can adjust the rendering of the menu pages.

Note that chaplin-genmenu is an incremental tool that only creates files that are not yet existing in the current path. So you can first call the tool (without -u) to create all intermediate files. Then you can retouch or repaint the menu PNG files and call the tool again to build MPG files. If you pass the -c switch then all files are recreated always.

What's New in This Release:
fixed crash in some parts calculations
output some video attributes in verbose mode
new menu.txt format now passes all important parameters
(dvd device, title, tvnorm and aspect ratio) automatically
chaplin-genmenu:
improved menu layout creation (hinted by S. Stordal)
manual layout setup with -m option
now reads all important parameters from chaplin directly
thumbs now have correct aspect ratio
default frame offset is now 16 (to skip partial gops)
new switch -c allows to always recreate files
new switch -s sets the font size
renamed switches to be more consistent
chaplin 1.10 supports english interface languages and works with Linux.

Downloading chaplin 1.10 will take several seconds if you use fast ADSL connection.


Leave a comment




(optional)

What is 7-3?




0 comments


Downloadtube.com agrees that pirated software hurts software developers and does not support such practices. We acknowledge and agree that software piracy is theft. Using chaplin crack, chaplin key generator, chaplin keygen, as well as any pirated chaplin serial number/serial numbers and chaplin registration code/codes, warez, keys, torrents, passwords, is illegal and does not support the future development of chaplin.

Downloadtube.com advises that chaplin should be only used in accordance with the rules of intellectual property and the existing Criminal Code. Downloadtube.com does not allow the inclusion of any crack, serial or keygen and disclaims any liability for the inappropriate use of chaplin.

Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

chaplin Version History

Product Date Added
chaplin 1.10 2008-05-14 23:53:52


Related Software

Disc-Cover
From category: Audio
Disc-Cover 1.5.5 is audio software developed by Jano van Hemert. Disc-cover provides an easy way to produce covers for audio CDs. Disc-Cover scans audio CDs and uses information from the CDDB or CD...
dbblast
From category: Graphics
dbblast is a utility that automatically removes dust spots or "bunnies" from JPEG images taken with digital SLRs....
cd player
From category: Audio
cd player 0.4a is audio software developed by Tino Reichardt. cd player is a really small cd player for Linux with a curses-like user interface. Here are some key features of \"cd player\":\...
File2Divx3Pass
From category: Video
File2Divx3Pass 2.1 is video software developed by Rien. File2Divx3Pass is a Perl-GTK frontend to mencoder for encoding media file to MPEG4. It can encode any media file supported by mencoder...
ecawave
From category: Audio
ecawave 0.6.1 is audio software developed by Kai Vehmanen. Ecawave is a simple graphical audio file editor. The user-interface is based on Qt libraries, while almost all audio functionality is take...
Field Designer
From category: Graphics
Field Designer 0.6.2 is graphics software developed by Christian Weichel. The Field Designer is a program for designing sub-air paintball fields. Field Designer helps you to prepare for a paintball...
Freevo
From category: Audio
Freevo 1.6.1 is audio software developed by Krister Lagerstr?m. Freevo project is a Linux application that turns a PC with a TV capture card and/or TV-out into a standalone multimedia jukebox/VCR/P...
BPM-DJ
From category: amaroK-Scripts
BPM-DJ 1.0 is amarok scripts software developed by Stefan W.. BPM-DJ script combines Amarok with a great DJing tool called BPM-DJ. So if you want to play DJ with your collection, this could...
cueIt
From category: amaroK-Scripts
cueIt is an Amarok script that uses an advanced dynamic song cuing algorithm to select songs....
Duplicate Music Matcher
From category: Audio
Duplicate Music Matcher 2.2 is audio software developed by Todd. Duplicate Music Matcher is a script to quickly find duplicate MP3 files based on letter matching. Duplicate Music Matcher is...
GAI Nebulus
From category: Audio
GAI Nebulus 0.1 is audio software developed by Jonas Aaberg. GAI Nebulus is a bunch of nice OpenGL effects that depends on the music played by XMMS. It shows various OpenGL effects that depends on...
xvidenc
From category: Video
xvidenc enables encoding DVDs or video files to the XviD format....
Avi2yuv 0.9.7
From category: Video
Avi2yuv 0.9.7 is video software developed by Bernhard Schwall. avi2yuv is a program to convert AVIs into the YUV format for input of the Berkeley mpeg_encoder. Alternatively you can use mpeg2encode...
Audacious 1.2.1
From category: Audio
Audacious 1.2.1 is audio software developed by Audacious Development Team. Audacious is a media player based on BMP and XMMS. Audacious is a fork of beep-media-player 0.9.7.1. Why did you fo...
Dirac
From category: Video
Dirac is a video codec that provides general-purpose video compression and decompression tools....
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver
3. Canon PIXMA iP1300 Printer Driver c
4. Canon PIXMA iP1600 Printer Driver
5. Canon PIXMA MP210 MP Drivers
6. Realtek High Definition Audio Codecs R
7. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
8. Canon LaserShot LBP-1210 Printer Driver
9. Canon i-SENSYS LBP2900 Printer Driver R
10. ZiPhone
11. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
12. Canon PIXMA MP160 MP Drivers xp64
13. Canon PIXMA iP1300 Printer Driver a
14. Canon PIXMA iP1200 Printer Driver d
15. Rapidshare Auto Downloader
16. The Sitter Downers Soundboard
17. XP Quick Fix Plus
18. Genius Eye 110 Webcam Driver
19. TR Birthday Reminder
20. Canon PIXMA iP1200 Printer Driver x64 d

DownloadTube Editor Reviews

 
1. CDex
With so many CD rippers available on the market, how do you ...
2. Quick Config
Quick Config is a simple, smart and handy freeware created t...
3. Zip Express
Zip Express allows easy look up of Zip Code, city, state, co...
4. yoshinoGRAPH
yoshinoGRAPH is a scientific graph software for data analysi...
5. DVD slideshow GUI
DVD slideshow GUI allows you to automatically create image s...
6. neoSearch
neoSearch is a desktop search software designed for the Wind...
7. Xnview
Xnview is an efficient multimedia viewer, browser and conver...
8. Virtual Drives Manager
Whenever you might need to create a virtual drive that is po...
9. WinCDEmu
WinCDEmu is a great open-source tool that allows mounting CD...
10. EMCO UnLock IT
EMCO UnLock IT is a neat freeware that lets you to take cont...

Software Reviews Full List



Video Reviews

 
1. Application Paths Editor
Application Path Editor is a portable Windows program to Add...
2. Registry Live Watch
Registry Live Watch is a free, lightweight and portable tool...
3. Safe Deleter
SafeDeleter is a secure data removal tool for Windows. It co...
4. Startway
Startway is an open-source Windows application that allows t...
5. Driver Scanner
Scan and update your outdated system drivers to release the ...
6. Radiopholio
Radiopholio is a free, open-source application which enables...
7. WinCDEmu
WinCDEmu is an open-source software that allows mounting CD/...
8. Eyetrainer
EyeTrainer is your private trainer for doing the best and mo...
9. MediaCodeSpeedEdit
MediaCodeSpeedEdit allows you to change the write speed for ...
10. Startup Discoverer
Handy and accurate Windows startup manager....
11. Whats Running
What's Running gives you an inside look into your Windows 20...
12. Virtual Drives Manager
Virtual Drives Manager let you in a quick way, create a Simb...
13. Diversify
Windows and processes manager. More windows management for u...
14. EMS YouTube Downloader & Converter
Download and convert YouTube videos to popular formats!...
15. Windows Service Manager
Windows Service Manager is a small tool that simplifies all ...

More Video Reviews



Recent Blog Posts

 
1. How To Disable PHP Safe Mode On In Plesk
Plesk is a powerful hosting automation control panel, used a...
2. Google Dashboard Knows All Your Secrets
If you are connected to your Google account and surf the web...
3. Google Friend Connect Is More User Friendly
Google Friend Connect, the Google service which allows webma...
4. Yahoo! Media Player: A Fast And Lightweight MP3 Player
If you are looking for a convenient and unobtrusive audio pl...
5. Indo Cleaner 2009 Maximizes Windows 7 Performance
Many of you might just have upgraded the current Windows ope...
6. Salesforce And Adobe: Rich Internet Applications In The Cloud
Adobe Systems Incorporated has just announced the partnersh...
7. Google Social Search: Tweets In Google Search Results
The real-time updates from social networks, like Twitter, r...
8. WordPress 2.8.5 Has An Enhanced Security System
Even the upcoming candidate for the most popular blogging pl...
9. Puppy Linux Built From Ubuntu Still Has 99 MB
As compared with earlier candidates, version 4.3 of Puppy Li...
10. Webmaster Tools: Googlebot Fetching Process And Malware Details
Recently, Google has included into Webmaster Tools service n...