Begin3 Title: tcmplex-panteltje Version: 0.4.7 Entered-date: 2005-06-09 Description: mpeg stream multiplexer, 8 audio channels, several output formats. This is a command line tool. To unpack: tar -zxvf tcmplex-panteltje-0.4.7.tgz cd tcmplex-panteltje-0.4.7 Then follow the instructions in README. tcmplex-panteltje has been derived from transcode tcmplex at: http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode I simply added 8 audio channels. New in 0.4: Fixed timing error AC3, causing 'moved backwards' error messages in dvdauthor. Fix by Andrew Church, ported from transcode tcmplex. 0.4.1: In multplex.c line 1624 changed audio1_underflows = 0; to audio7_underflows = 0; This should get rid of messages like: INFO: !tcfound audio PTS underflow at pack 30333 by 357.04ms The alert was incorrect! 0.4.2: In systems.c line 79, added i -= 3 for audio channels 2 through 7. Lots of other fixes, better reporting, less verbose, see CHANGES. 0.4.3: Fixed delays, added an example in README, added -E flag, rewrote some code, added TO_BE_DONE file. 0.4.4: Removed -E and negative delay options, because that asked for problems as users could go below the required 180ms delay decoding time. Extra error reports, cleaned up usage message. 0.4.5: Fixed a compile problem with gcc-3.3.3. 0.4.6: Changed test mux_stop <= 0 to mux_stop < 0, else error message if -c flag not specified. 0.4.7: Aplied patch by Skyttä ville to make the command line option compatible with the old tcmplex. Keywords: MPEG, multiplexing, DVD, video, audio, transcode, tcmplex, tcmplex-panteltje. Author: panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/apps/video/ Alternate-site: http://panteltje.com/panteltje/dvd/ (homepage) Platforms: LINUX, UNIX Copying-policy: GPL End