Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] X081,requant,mplex,dvdauthor ..



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

well .. bringing it all together

i have put my tool-chain usage "on air" for open discussion
and improvements ..

you can dl it from:
	http://www.jausoft.com/Files/vdr/repackmpeg2-20030928.tar

i have attached the incl. README, to explain its purposes ..

would be nice if somebody may add a better solution or whatever,
especially automated DVD-V Menu's for the title-sets ..

cheers, sven
- -- 
health & wealth
mailto:sgoethel@jausoft.com
www   : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/dqW5HdOA30NoFAARAlIYAJ0TLVcVyMDUDaR0Fj5hIZ+/WZ2JSgCcCEa5
muXQd2/SDAqe2SKGlONiDoA=
=XrfR
-----END PGP SIGNATURE-----
This is the README.txt for package
	http://www.jausoft.com/Files/vdr/repackmpeg2-20030928.tar

GOALS
======

just to provide a future helpfull shell script to
create VOB'able DVD prepared mpeg2 PS files outta VDR recordings (or else).

so this tool chain and its callee scripts purpose is to
find a solution to reach such a goal, which is hopefully almost done now ;-)

you can use the resulting mpeg2 PS to author your own DVD,
using for example dvdauthor >= 0.5.3 !!

so the chain could be read like this:

1.)	MPEG-PS,MPEG-PES,.. --- X081 ----> MPEG-ES (a/v)
		- X081 demuxer demuxes the ES streams (a/v) off the source
		- X081 also synchronizes the resulting a/v ES streams,
		  which is very necessary for dynamic a/v asyncs within VDR recordings !

2.)	MPEG2-ES (huge)     -- requant --> MPEG2_ES (smaller)
		- shortens the video ES using Metakines requant tool !

3.)	MPEG-ES (a/v)       -- mplex   --> MPEG-PS  (DVD-V conformant)
		- mux the ES streams (a/v) back together,
		  DVD-V conformant 

4.)     MPEG-PS             -- dvdauthor-> DVD-V image (DVD-V)
		- create a burnable DVD-V image



What do you need:
=================

   GET AND INSTALL:
	- latest mjpegtools, at least mjpegtools-1.6.1.90 !
		- dl it from http://sourceforge.net/projects/mjpeg
		- make your own binaries !!
		- we do need the mplex tool of this packages !

	- latest dvdauthor, at least version 0.5.3 !
		- dl it http://dvdauthor.sourceforge.net/
		- make your own binaries !!
		- we do need dvdauthor to make a DVD-V image !


   INSTALL (bundled):
	- M2VRequantizer's requant, if you like to use the fast way to
	  shorten mpeg2 video ES !
		- sources of with my patched version is attached here ..
			- i had to do a little bugfix for corrupted ES streams ..

		- 2 little shell scripts are provided to create the binary ..


THE FILES
=========

repackmpeg2Many.sh		- READ THIS NEXT - example repackmpeg2.sh usage ..

repackmpeg2.sh			- the repack bash shell script: demux, requant, mux

dodvd.sh			- a little helper script for DVD-V creation,
				  using the dvdauthor >= 0.53

M2VRequantizer-20030925.tar.bz2	- the patched M2VRequantizer sources -> make a binary

X081_fix1_160803.jar		- the X081 jar archiv bundle, short: the demuxer
X081_demux.ini			- the X081 init file to demux an mpeg PS, or PES

Xauthority			- the necessary offscreen Xvfb files
startXvfb.sh			- the necessary offscreen Xvfb files
xinitrc				- the necessary offscreen Xvfb files

X081_fix1_160803.tar.bz2	- the sources of X081_fix1_160803.jar


INFO:

'cause of serious reason regarding the GPL - the sources of X081_fix1_160803.jar
are included as well - of course !

M2VRequantizer is (c) by MetaKine and licensed under the GPL license
	http://www.metakine.com/products/dvdremaster/modules.html

X081_fix1 is (c) by ?? and licensed under the GPL license 

mjpegtools are licensed under the GPL license
	http://sourceforge.net/projects/mjpeg

dvdauthor is licensed under the GPL license
	http://dvdauthor.sourceforge.net/


Sven Goethel
http://www.jausoft.com/

Home | Main Index | Thread Index