[MPlayer-users] [Slightly off Topic]Extract DVD meta information
Albino
albino.antonio at fastwebnet.it
Wed Jan 22 15:11:49 CET 2003
Patrick Debois ha scritto:
>
>This is what i got, could you tell a little more on the fields
>descriptions?
>
>-------------------------
>* CD001 #
>
cd 1 of 1, may be 1 or 2 of 2 and soon
note cd and dvd are the same thing only bigger (exept css)
>* #
>* #
>
here (there is no) title cd/dvd/film
>*TIME_MACHINE_2002_D5A #
>*TIME_MACHINE_2002_D5A
>
>
it's new for me ;)
> #
>*WARNER_HOME_VIDEO
>
>
copyright info (as expected)
> #
>*CVC
>
>
the sw used for creating the iso image and/or the mastering tools
> #
>*
> #
>* #
>
other (not present) copyright and preparer info
>*2002071015102100#
>
the date of the master image
>*0000000000000000#
>*0000000000000000#
>*0000000000000000#
>
>
>
>
other date
if you use cdfs http://www.elis.rug.ac.be/~ronsse/cdfs/
follow the easy install
you can get (the same) more uman redeable info:
#! /bin/bash
RD=/dev/dvd
MP=/mnt/cdfs
mount -t cdfs -o ro $RD $MP
cat /proc/cdfs
umount /mnt/cdfs
# end
note cdfs is usefull for many other things (mostly useful for audio
video CD)
you may need also loop devices to mount the images
--
ciao
albino
More information about the MPlayer-users
mailing list