PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : vobmangle 0.1.0



Basti_litho
18.01.04, 20:27
Vobmangle ist ein (GUI) Programm um aus einer DVD-9 eine DVD-5 zu machen, inklusive Menü - für Sprach und Untertitel auswahl.



I just released version 0.1.0 of vobmangle. It comes with two helper programs
and a nice GUI.




Purpose: vobmangle replaces the video stream within a MPEG 2 program
elementary stream (such as on dvd) with a replacement stream. This stream can
be a requantized version of the original video in order to reduce the size of
the PES.

There is barely any documentation in the package. Here is a short howto:

- untar, configure, make, make install
- now you have the programs vobmangle, pesdemux and m2vrequant in /usr/local/
bin
- you need ifo_dump (from the ogle distribution)
- you also need tccat from transcode 0.6.12
- of course you need dvdauthor, preferably the current version 0.6.9
(including spumux)
- for the GUI, you need PythonQt (a.k.a. pyqt) and PythonImaging
- now create a empty directory somewhere and cd to that directory
- start the script gui/makedvd.py from the vobmangle directory
- enter the correct DVD path in the field "source" of the upcoming dialog.
This can be a device like /dev/cdroms/cdrom0 or a path to dvd on your
harddisk.
- Push "next"
- Choose the track you want to copy. Push the "retrieve information" button.
This will take some time.
- Push "next"
- Choose audio tracks and subtitle tracks.
- For every audio track you can choose a "dedicated subtitle track". When
playing the dvd with that audio track, the forced subtitles of the dedicated
subtitle track are displayed. If you tick "show all", not only the forced but
all subtitles are displayed. In the bottom half of the dialog you can choose
more subtitles.
- Push "finish"
- In the upcoming dialog, you have to give the filename of a TrueType font and
of a background image. You can also modify the size and color value.
- You can have a preview of the resulting menues by clicking on "preview".
When you are finished, go back to "settings" to click okay.
- The menues are now created.
- Then you are asked if the DVD creation should start now. Either click "yes",
or start the script "makedvd.sh" (which was just created) manually.

This software is pre-alpha. It lacks lots of functionality and has no
documentation at all. It is intended for expert users in the hope that
someone contributes error reports, bug fixes, proposals, documentation etc.

This is the very first time that I use autoconf/automake. I would be happy if
some experienced user can improve my scripts.

Have fun...


Also, folgende Programme werden benötigt:

dvdauthor Version (0.6.9) (zumindest eine die schon die Option "-x ...xml" )besitzt.
ifo_dump (aus dem ogle Projekt): http://www.dtek.chalmers.se/groups/dvd/
transcode Version (0.6.12): http://zebra.fh-weingarten.de/~transcode/
gepatchte Version von "lsdvd"
patch: http://www.svenover.de/vobmangle/lsdvd-msec-cellinfo.patch
lsdvd: http://acidrip.thirtythreeandathird.net

und für die GUI:
PythonQT: http://www.riverbankcomputing.co.uk/pyqt/
PythonImaging: http://www.pythonware.com/products/pil/index.htm

vobmangle:
http://www.svenover.de/vobmangle/vobmangle_0.1.0-1.tar.gz

Hab's schon probiert - funktioniert schon ganz gut.

darom
19.01.04, 08:02
Hi,

und wie startet man das Ding ?
ich habe das Programm erfolgreich kompiliert aber beim Starten bleibt das Ding einfach stumm.
Dvdauthor und andere Software ist installiert.

:confused:

Basti_litho
19.01.04, 08:27
du hast im Quell Verzeichnis (unter "gui") eine "makedvd.py" - das ist die GUI.

stefan.becker
19.01.04, 08:31
Steht übrigens auch in der README.

Bin noch nicht viel weiter. Am Ende schreibt er wohl einen Batch und fragt, ob er den ausführen soll. Hier passt die Syntax wohl nicht zu dem bei mir installierten PyQT und das ganze schmiert ab.

Starte ich den Batch im Anschluß so, wird jede Menge Mist unter lautem Piepsen auf die Konsole geschrieben.

Seis drum, schauen wir mal auf die nächste Version.

darom
19.01.04, 08:36
Hi,

danke für die Antwort.
Ich verstehe das ganze nicht ganz:
also ich habe die benötigten Binaries kompiliert und die GUI ist aber nicht installierbar, sondern vom Quellverz. aus zu starten ?
Wieso wird die GUI nicht mitinstalliert ?

Ich bekomme beim Statren folgende Fehlermeldung:
./makedvd.py
Traceback (most recent call last):
File "./makedvd.py", line 4, in ?
from qt import *
File "/usr/lib/python2.3/site-packages/qt.py", line 24, in ?
import libsip
ImportError: libGL.so.1: cannot handle TLS data


python2.3-sip-qt3 ist installiert

Was machen ?




:confused:

Basti_litho
19.01.04, 08:42
Original geschrieben von stefan.becker
Steht übrigens auch in der README.

Starte ich den Batch im Anschluß so, wird jede Menge Mist unter lautem Piepsen auf die Konsole geschrieben.

Seis drum, schauen wir mal auf die nächste Version.

war bei mir auch so, du brauchst eine gepatchte Version von lsdvd:
http://www.svenover.de/vobmangle/lsdvd-msec-cellinfo.patch

bei mir funktionierts bis ganz zum schluss - dann stürzt dvdauthor mit einem Segfault ab. :(

Basti_litho
19.01.04, 08:46
@darom:

hast du auch "PythonImaging" installiert?

stefan.becker
19.01.04, 09:17
bei mir funktionierts bis ganz zum schluss - dann stürzt dvdauthor mit einem Segfault ab.

Sag ich ja, nächste Version :-)

Die beste Lösung ist für mich derzeit dvdripper2/streamdvd.

darom
19.01.04, 09:18
Hi,

python-imaging und python-imaging-2.3 habe ich jetzt installiert. Trotzdem das gleiche Ergebnis.
Muss das ein DEV-Packet sein oder die Libs ? Ich meine brauchst Du Developer Versionen oder die Binaries ?

Basti_litho
19.01.04, 09:20
Original geschrieben von stefan.becker
Sag ich ja, nächste Version :-)

Die beste Lösung ist für mich derzeit dvdripper2/streamdvd.

Klar! Für mich auch :-)
Aber wenn man ein Menü möchte/braucht - ist es schon nicht schlecht.

@darom:
im zweifel beides

paladin
20.01.04, 16:02
Mittlerweile ist Version 0.1.1 raus ;)



Hello.

I am extremly short of time. Nevertheless I fixed three little bugs. So, here
is vobmangle-0.1.1.

http://www.svenover.de/vobmangle/vobmangle_0.1.1-1.tar.gz

I will have more time this weekend.

Bye...

PS: I desperately need some help with this autoconf stuff. If there is someone
experienced who can assist me in setting this up properly, I would be very
happy.

Basti_litho
20.01.04, 16:12
jepp, habs schon gesehen - aber die Änderungen so so gering - das ich mir dachte, es lohnt sich nicht hier noch zu erwähnen. Da er ja noch geschrieben hat:

"I will have more time this weekend."

d.h. es werden die Woche noch ein paar Versionen/"Bug fixes"kommen.

MfG

@paladin: funktioniert es bei dir? - wenn ja, welche Versionen (dvdauthor, Python, PythonQT, PythonImaging, transcode) hast du?