movie-make-title(1) | videotrans | movie-make-title(1) |
movie-make-title - Creates a title sequence that can be used to create a menu with movie-title
movie-make-title -o output -s start_time -e end_time [-n animation] -m mode source_movie
This program takes exactly one movie file in any format that mplayer understands and converts part of that file into a directory full of JPEG files and a WAV file that can be used by the movie-title program to create menus for DVDs with more than one movie on them.
The way this works is the following: this program rips part of the source movie and uses that ripped part as the animated background of the menu that movie-title will create. The foreground of the menus are rectangle with borders around them that act like little TV sets: they display the first few seconds of each movie on the DVD.
The best way to grasp how the system works is by trying it out for yourself.
The following options are available:
If this program is called with a incorrect set of parameters, it will print a diagnostic message telling the user what went wrong. Also, it will then print its usage information, listing all the options and their meanings.
If the program tells you "ERROR: Cannot find video size for file", this means that mplayer was unable to read the file or the file is stored in a format that it does not understand. In this case, movie-make-title will not be able to do its work for you.
The program tells you what it is doing while it is running.
Because the ripping of a part of a movie is not an exact science because of the seeking resolution that mplayer offers, you must edit the result of this program by hand. That means that you will have to remove any images that not belong at the start and end of your title sequence. Do not remove any images in the middle of the title sequence: any missing image will be seen as the end of the sequence.
I usually use the program xv (which is an image viewer for X windows, which you can download at http://www.trilon.com/xv/xv.html) to look at all the images in the directory that you specified with the -o option (in my case, I run xv title/*.jpg). Then I remove any images at the start of the sequence and at the end of the sequence that are not actually a part of the title sequence that I had in mind.
Just as the images have to be adjusted, the audio file that was produced will have to be edited as well. You will have to chop off the audio parts at the beginning and the end that you do not want. The file to edit is title.wav in the directory that you specified with the -o option. I usually edit the WAV file with sweep, a really nice audio editing program for X windows, which may be downloaded from http://sweep.sourceforge.net/.
This command line simply takes the input file (in AVI format in this case) and converts it for use with movie-title. In this case, I'm ripping the part of the movie that starts at second 123 (two minutes and three seconds into the movie) and ends at second 234 (nearly four minutes into the movie).
videotrans(1), movie-title(1), movie-make-title-simple(1), movie-to-dvd(1), movie-compare-dvd(1), movie-rip-epg.data(1)
The author is Sven Berkvens-Matthijsse (sven@berkvens.net). Please send any project related e-mail to videotrans@berkvens.net.
None known. Please report any bugs to videotrans@berkvens.net!
videotrans |