Hi all,

To build on Ubuntu (Edgy/AMD64), I had to hack the makefile as follows
(there is no /usr/local on Edgy)

--- Makefile.org        2007-01-01 16:52:29.000000000 -0500
+++ Makefile    2007-01-01 16:02:46.000000000 -0500
@@ -2,6 +2,8 @@

build:
       scons $(if $(FFMPEG),FFMPEG=$(FFMPEG)) \
+               $(if $(BINDIR),BINDIR=$(BINDIR)) \
+               $(if $(MANPATH),MANPATH=$(MANPATH)) \
               $(if $(DEBUG),DEBUG=$(DEBUG))

clean:

$ export BINDIR=/usr/bin
$ export MANPATH=/usr/share/man
$ make

so, then I started the program ./bin/dvbcut
opened my mpeg-ts file (.mpg recording from an 1080i channel using MythTV)
can play video with embedded mplayer, set chapters, bookmarks, stop points,
etc...

when I try to export my video I get a dvbcut dialog that has a text box with
the following and an empty progress bar at the bottom (cancel button greyed
out):
Saved 0 pictures (00:00:00.000)

Chapterlist:
00:00:00.000

then nothing else happens...  I get empty export files...  chapters, no
chapters, any export method I try they all do the same nothing on export.

Am I missing something?

Cheers,

-G

--
            __
--- == __/ t.O ==--
http://stacktrace.org/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to