You are not logged in.

#1 2005-05-24 18:02:38

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

[new][Multimedia] DVDStyler

Heya,

a PKGBUILD for mpgtx is available on this forum.

I tried to compile qdvdauthor, but it doesn't seem to compile, so I tried dvdstyler and made a PKGBUILD for it.

# Contributor: Michel Brabants <michel.linux@tiscali.be>

pkgname="DVDStyler"
pkgver="1.4"
pkgrel=1
pkgdesc="DVDStyler is a crossplatform DVD Authoring System."
url="http://dvdstyler.sourceforge.net"
depends=('wxgtk>=2.4.2' 'dvdauthor>=0.6.10' 'mjpegtools' 'cdrtools' 'dvd+rw-tools' 'mpgtx')
source=(http://dl.sourceforge.net/sourceforge/dvdstyler/$pkgname-$pkgver.tar.gz)
md5sums=('2e8ee561c56cf968516bc3e7cf20e96f')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2005-07-14 04:22:16

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [new][Multimedia] DVDStyler

Offline

#3 2005-08-09 20:38:19

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [new][Multimedia] DVDStyler

when i run dvdstyler i get

Error: Can't remove old JPEG handler

as a pop up warning, then when i try to create an iso image it gives me an error right away:

Can't save image to file '/home/will/files/dvd,emi1-0.mpg_select.png': unknow extension.

i was recieving

art_render_invoke: no image source given

in the terminal but a google search lead me to this which instructed to

export XDG_DATA_DIRS=/usr/share:/opt/gnome/share

after doing that the terminal spit out something new

(DVDStyler:15017): Gtk-WARNING **: Could not find the icon 'gnome-fs-home'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://freedesktop.org/Software/icon-theme/releases

after

#pacman -S gnome-icon-theme

it disappeared
however im still left with the first 2 erros: jpeg handler and unknown extension
the last one at least prevents me from creating the iso image

was anyone using dvdstyler able to get around this... is this a common gtk error, with a common solution?

EDIT: Generate DVD details output:

Prepare
Cleaning temporaly directory
Generating menus
Generating menu 1
Prepare
Converting jpg to mpeg
jpegtopnm: Unable to open file '/home/will/files/dvd/menu1-0.mpg_bg.jpg' for reading.  fopen() returns errno 2 (No such file or directory)

   INFO: [ppmtoy4m] Command-line Parameters:
   INFO: [ppmtoy4m]              framerate:  30000:1001
   INFO: [ppmtoy4m]     pixel aspect ratio:  10:11
   INFO: [ppmtoy4m]              interlace:  top-field-first (interleaved PPM input)
   INFO: [ppmtoy4m]         starting frame:  0
   INFO: [ppmtoy4m]            # of frames:  1, or until input exhausted
   INFO: [ppmtoy4m]     chroma subsampling:  4:2:0, JPEG/MPEG-1, interstitial siting
**ERROR: [ppmtoy4m] Failed to read first frame.


   INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
   INFO: [mpeg2enc] SETTING MMX for TRANSFORM!
   INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
**ERROR: [mpeg2enc] Could not read YUV4MPEG2 header: system error (failed read/write)!

Error executing of command: jpegtopnm "/home/will/files/dvd/menu1-0.mpg_bg.jpg" | ppmtoy4m -n 1 -I t -L -F30000:1001 -A 10:11 | mpeg2enc -f 8 -b 9000 -o "/home/will/files/dvd/menu1-0.mpg_bg.m2v"  --video-norm n --frame-rate 4


thanks
will

Offline

#4 2005-08-09 22:23:58

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [new][Multimedia] DVDStyler

The unknown file extension could be caused by the comma (,) in the filename.

Offline

#5 2005-08-10 02:00:18

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [new][Multimedia] DVDStyler

thanks for the repy

i don't think i have any control over what dvdstyle names the file, and it seems to work for others

it seems that image files are not recognized at all by dvdstyle (they can't be added like mpegs and mp3s)  i assume this has something to do with the 'old jpeg handler' and that it can't be removed?

google hasn't helped


thanks agian
will

Offline

Board footer

Powered by FluxBB