Re: mencoder: Komme mit dvd -> zu mpg nicht weiter
David Haller <[email protected]> Sun, 21 Aug 2011 17:29:07 +0200
| Newsgroups | gmane.linux.suse.multimedia.german |
|---|---|
| Organization | What? |
| Message-ID | <[email protected]> |
Hallo,
Am Sat, 20 Aug 2011, Al Bogner schrieb:
>Ich habe eine DVD, die "Slideshows" pro Kapitel enth=E4lt. Nun sind die
>mpg-Dateien, die dvdwizard zum Erstellen dieser Slideshow braucht,
>verschollen.
>
>Ich m=F6chte daher pro Kapitel eine mpg-Datei erstellen (inkl. Ton)
[..]
> MPGFILE=3D`dirname "$ISOFILE"`"/""$PROJECTNAME""_$TITLE2.$KAPITEL2"".mpg"
MPGFILE=3D"$(dirname "$ISOFILE")/${PROJECTNAME}_${TITLE2}.${KAPITEL2}.mpg"
oder
MPGFILE=3D"${ISOFILE%\/*}/${PROJECTNAME}_${TITLE2}.${KAPITEL2}.mpg"
> mencoder -dvd-device "$ISOFILE" dvd://$TITLE2 -chapter $c-$c \
> -ovc copy -oac copy -o "$MPGFILE"
Dir fehlt hier '-of mpeg'. Bei nem kurzen Test klappt das hier:
mencoder -of mpeg -dvd-device $ISO dvd://2 -chapter 1-1 \
-ovc copy -oac copy -o 1.mpg
mencoder -of mpeg -dvd-device $ISO dvd://2 -chapter 2-2 \
-ovc copy -oac copy -o 2.mpg
HTH,
-dnh
--=20
So Linus, what are we doing tonight?
The same thing we do every night Tux. Try to take over the world!