Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-21 Thread Jesse Guardiani

Jesse Guardiani wrote:

[...]

Hui Zhou, from the ivtv-devel list, was kind enough to write a C 
program named "packfix.c" that will take
a "bad" mpeg file and generate a fixed mpeg file from it. I won't post 
the code here, as it's Copyright: Hui Zhou
and I haven't asked permission, but anyone interested can pick it up 
from the mailing list archive here:

   http://www.gossamer-threads.com/lists/ivtv/devel/24204

packfix is a life saver! It took somewhere around 10-15 minutes to fix 
a 4gb movie file. After that, mythburn

didn't have any problem at all processing the fixed file.

I plan to write a simple shell script tonight to process an entire 
directory. I'll post it here in case anyone else

runs into this problem.


As promised, anyone can get the shell script (packfix_dir.sh) from here 
if they want it:

   http://www.gossamer-threads.com/lists/ivtv/devel/24204

--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-20 Thread Jesse Guardiani

Jesse Guardiani wrote:

On Sunday 18 September 2005 4:32 pm, Paul wrote:
  


[...]


Not sure what they are but I don't see any of these 'found startcode' or 
'missing startcode'
messages in my log. Do you get the same message with other files too? Are the 
DVD's
created playable?



Hmmm... that's it! I tried another show recorded more recently and it works 
fine.
Either that one show, or shows before a certain date are just bad. The show
plays on my 350 just fine, but I've changed ivtv versions quite a bit since I
started running mythtv, so it's possible a bunch of them are "bad".

It only takes about 30 minutes to fully process a 30 minute show now. Very cool!
Thanks!
  


Definitive update on this:

Yes, it's an ivtv problem. It seems to be fixed in 0.3.8, but previous 
versions, probably just in the 0.3.7x line
would generate "bad" mpeg files. The PVR 350's hardware decoder didn't 
care, so I never noticed, but
projectx cares, and slows to a crawl when it encounters such a "bad" 
mpeg file.


Hui Zhou, from the ivtv-devel list, was kind enough to write a C program 
named "packfix.c" that will take
a "bad" mpeg file and generate a fixed mpeg file from it. I won't post 
the code here, as it's Copyright: Hui Zhou
and I haven't asked permission, but anyone interested can pick it up 
from the mailing list archive here:

   http://www.gossamer-threads.com/lists/ivtv/devel/24204

packfix is a life saver! It took somewhere around 10-15 minutes to fix a 
4gb movie file. After that, mythburn

didn't have any problem at all processing the fixed file.

I plan to write a simple shell script tonight to process an entire 
directory. I'll post it here in case anyone else

runs into this problem.

Thanks!

--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Jesse Guardiani
On Sunday 18 September 2005 4:32 pm, Paul wrote:
> 
> - Original Message - 
> From: "Jesse Guardiani" <[EMAIL PROTECTED]>
> To: "Discussion about mythtv" 
> Sent: Sunday, September 18, 2005 7:28 PM
> Subject: Re: [mythtv-users] mythburn - wow - this takes a LNG time...
> 
> 
>  
> > > Doesn't look right to me. In the log above it looks like it never got 
> > > past 1%. 
> > > You should be seeing the % value increasing something like this:
> > > 
> > > 1% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > > 2% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > > 3% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > > 4% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > 
> > Yeah, it's got those, but in between each one is about 100 "missing 
> > startcode"
> > statements:
> > 
> > 100% demuxing A/V PES file 1170_20050819193000_2005081920.nuv^M!> 
> > missing
> > startcode @ 1018269790
> > ^M!> found startcode @ 1018269792
> > ^M!> missing startcode @ 1018290402
> > ^M!> found startcode @ 1018290404
> > 
> > What do those mean?
>  
> Not sure what they are but I don't see any of these 'found startcode' or 
> 'missing startcode'
> messages in my log. Do you get the same message with other files too? Are the 
> DVD's
> created playable?

Hmmm... that's it! I tried another show recorded more recently and it works 
fine.
Either that one show, or shows before a certain date are just bad. The show
plays on my 350 just fine, but I've changed ivtv versions quite a bit since I
started running mythtv, so it's possible a bunch of them are "bad".

It only takes about 30 minutes to fully process a 30 minute show now. Very cool!
Thanks!


-- 
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Paul

- Original Message - 
From: "Jesse Guardiani" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" 
Sent: Sunday, September 18, 2005 7:28 PM
Subject: Re: [mythtv-users] mythburn - wow - this takes a LNG time...


 
> > Doesn't look right to me. In the log above it looks like it never got past 
> > 1%. 
> > You should be seeing the % value increasing something like this:
> > 
> > 1% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > 2% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > 3% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> > 4% demuxing A/V PES file 1170_20050819193000_2005081920.nuv
> 
> Yeah, it's got those, but in between each one is about 100 "missing startcode"
> statements:
> 
> 100% demuxing A/V PES file 1170_20050819193000_2005081920.nuv^M!> missing
> startcode @ 1018269790
> ^M!> found startcode @ 1018269792
> ^M!> missing startcode @ 1018290402
> ^M!> found startcode @ 1018290404
> 
> What do those mean?
 
Not sure what they are but I don't see any of these 'found startcode' or 
'missing startcode'
messages in my log. Do you get the same message with other files too? Are the 
DVD's
created playable?
 
> > I just timed creating a DVD with a single 1.5Gb file on it. The Demuxing 
> > part just
> > took less than 2 mins to complete with 9 cutpoints on my system! The 
> > complete
> > DVD not including the burning took less than 8 mins total. Even a 733MHz cpu
> > shouldn't be taking 7 hours!
> 
> That's what I'm screaming! My file isn't even that large. It's just 929M.
> And BTW, I've tried this on two different machines now. A dual 600mhz P3
> slot 1 with 800M PC100 SDRAM, and on my single CPU 733mhz machine with a
> 133mhz FSB and 512M PC133 SDRAM. Or maybe it has something to do with the
> fact that the slower 733mhz machine is running Sun's JRE, whereas the 600mhz
> machine is running the Blackdown JDK?

I'm using the Blackdown JDK on a gentoo machine and ProjectX 0.82.0 
 
> Believe it or not, the 600mhz machine was actually faster, probably because
> it has more RAM and the disk storage is local to it (the 733mhz machine
> mounts it's storage from the 600mhz machine via 100BaseTX & NFS).
> 
> 600mhz Final run time: 10 hours

That's a big difference between what I am seeing and what you are seeing!
Hard to believe it is down to cpu speed alone?

> These machines run two completely different operating systems too. The 733mhz
> machine runs KnoppMyth R5A16, whereas the 600mhz machine runs Gentoo Linux.
> 
> How much RAM does your machine have? Maybe that has something to do with it.
> The 600mhz machine has more RAM, but it runs a lot of daemons, so most of it
> is usually in use. I didn't see any swapping during the projectx run though.

I have 512M memory not sure what spec but nothing special. There is a lot of 
disk
activity going on when running the scripts which may account for the difference 
you
see between machines. Running things over the network is going to slow things 
down
possibly? 
 
> > The mythburn scripts will never transcode anything by the way they assume 
> > the files 
> > you give it are already MPEG2 and have DVD compliant resolutions etc.
> 
> Great. So why the heck does it take so long? :) My recordings are from a PVR 
> 350.
> Does anyone here run Mythburn on recordings from a PVR 350? Maybe the mpeg it
> generates is really messed up or something?
 
I have used recordings from a PVR 250 and from DVB-t without problems. Although
I have only tested a few recordings and used xine to test play the iso images. 
I believe 
one of the reasons Maritin switched to using projectx is because it was the 
only program
that could cut PVR x50 recordings and fix the bad recordings they sometimes 
produce.
 
> -- 
> Jesse Guardiani
> Programmer/Sys Admin
> [EMAIL PROTECTED]

Paul

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Jesse Guardiani
On Sunday 18 September 2005 2:28 pm, Jesse Guardiani wrote:
> On Sunday 18 September 2005 1:59 pm, Paul wrote:

[...]

> > The mythburn scripts will never transcode anything by the way they assume 
> > the files 
> > you give it are already MPEG2 and have DVD compliant resolutions etc.
> 
> Great. So why the heck does it take so long? :) My recordings are from a PVR 
> 350.
> Does anyone here run Mythburn on recordings from a PVR 350? Maybe the mpeg it
> generates is really messed up or something?

BTW, my projectx is this on both machines:
  http://mabene.icomedias.com/mythburn/projectx_0.82.1.02_b2.tar.gz

And this is my mythburn (downloaded yesterday):
  http://mabene.icomedias.com/mythburn/mythburn.tar.gz


-- 
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Jesse Guardiani
On Sunday 18 September 2005 1:59 pm, Paul wrote:
> 
> - Original Message - 
> From: "Jesse Guardiani" <[EMAIL PROTECTED]>
> To: "Discussion about mythtv" 
> Sent: Sunday, September 18, 2005 4:34 PM
> Subject: Re: [mythtv-users] mythburn - wow - this takes a LNG time...
> 
> 
> 
> 
> > 1.) I'm not sure if that's possible.
> > 2.) I'm not sure it has actually gotten around to transcoding anything
> > yet. I think it's just demuxing! And it's been going for 7 hours...
> > 
> > Here's the comand line it's using:
> > 
> > /usr/share/mythburn/mythtvburn.sh 'ntsc' 'grey.png' \
> > 'menumusic.mp2' 'yes' 'no' 'no' 'bar.png' 'no' 'no' \
> > 'no' '1170_20050819193000_2005081920.nuv' \
> > 'cut' > /usr/share/mythburn/temp/mythburn.log 2>&1 &
> > 
> > And here's the log:
> > 
> > 
> > MythBurn Script is running as user apache
> > Video format = ntsc
> > Background image = /usr/share/mythburn/images/backgrounds/grey.png
> > Background music = /usr/share/mythburn/music/menumusic.mp2
> > Make ISO image = yes
> > Burn to DVD-R = no
> > Delete VIDEO_TS = no
> > Highlight image = bar.png
> > Animated thumbnails = no
> > Chapter Submenus = no
> > Recode to AC3 = no
> > Creating DVD at 18-09-2005 03:40
> > Total file size of video files is 982 Mbytes
> > QSettings: error creating /.qt
> > Multiplexing MPEG2 video files to DVD format and applying cutlists
> > - datestamp=18-09-2005 03:40
> > - datestamp=18-09-2005 03:40
> > 1170_20050819193000_2005081920.nuv
> > try to cut commercials using mythtv cutlist
> > cutlist found, applying and remultiplexing for DVD format
> > Filename "/share/tv/1170_20050819193000_2005081920.nuv"
> > OutFile "/usr/share/mythburn/temp/1170_20050819193000_2005081920.nuv"
> > Cutting out commercials + demultiplexing with projectx
> > use last config or standard ...
> > ProjectX 0.82.1.02_b2/06.06.2005 TEST PROJECT ONLY , User: apache
> > 
> > quick CL usage: (Note: CL also loads the GUI components, without displaying)
> > without options  ...to start the GUI
> > [options] ...[]
> > 
> > options: -dvx1..4, -c , -o , -n , -l, -p , -i , -g
> > -c [path]inifile  ...use that specified iniFile instead of the standard
> > -dvx1  ...create a .d2v ProjectFile on demux
> > -dvx2  ...create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
> > -dvx3  ...create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
> > -dvx4  ...create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
> > -o   ...use that specified directory for output
> > -n   ...use that specified filename for output
> > -p   ...use that text based file as cutpoint list
> > -i   ...use only these (P)IDs, separated by comma ","
> > -g  ...display the GUI using all given CLI options
> > -l  ...write the normal logfile
> > use -dvx OR -c & -o/-n/-l/-p/-i/-g or no options (for std)
> > 
> > java.version1.4.2-02
> > java.vendor Blackdown Java-Linux Team
> > java.home   /opt/blackdown-jdk-1.4.2.02/jre
> > java.vm.version Blackdown-1.4.2-02
> > java.vm.vendor  Blackdown Java-Linux Team
> > java.vm.nameJava HotSpot(TM) Client VM
> > java.class.vers 48.0
> > java.class.path /usr/share/projectx/ProjectX.jar
> > 
> > 
> > TERMS AND CONDITIONS:
> > (1) this is a free Java based demux utility.
> > (2) It is intended for educational purposes only, as a non-commercial test 
> > proje
> > ct.
> > (3) It may not be used otherwise. Most parts are only experimental.
> > (4) released under the terms of the GNU GPL.
> > (5) there is NO WARRANTY of any kind attached to this software.
> > (6) use it at your own risk and for your own education as it was meant.
> > 
> > -> to agree to these terms you have to start the GUI first
> > ^MSunday, September 18, 2005  3:40:34 AM EDT
> > ^MProjectX 0.82.1.02_b2 (06.06.2005)
> > 
> > ^M<<< session infos >>>
> > ^M-> working with collection 0
> > ^M
> > ^M-> normal log file
> > ^M-> write all video data
> > ^M-> write all other data
> > ^M-> patch c.d.flagged infos of pictures
> > ^M-> add sequence end code
> > ^M-> set resolution in SDE
> > ^M
> > ^M-> write output files to: ./
> > ^M-> 1 cutpoint

Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Paul

- Original Message - 
From: "Jesse Guardiani" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" 
Sent: Sunday, September 18, 2005 4:34 PM
Subject: Re: [mythtv-users] mythburn - wow - this takes a LNG time...




> 1.) I'm not sure if that's possible.
> 2.) I'm not sure it has actually gotten around to transcoding anything
> yet. I think it's just demuxing! And it's been going for 7 hours...
> 
> Here's the comand line it's using:
> 
> /usr/share/mythburn/mythtvburn.sh 'ntsc' 'grey.png' \
> 'menumusic.mp2' 'yes' 'no' 'no' 'bar.png' 'no' 'no' \
> 'no' '1170_20050819193000_2005081920.nuv' \
> 'cut' > /usr/share/mythburn/temp/mythburn.log 2>&1 &
> 
> And here's the log:
> 
> 
> MythBurn Script is running as user apache
> Video format = ntsc
> Background image = /usr/share/mythburn/images/backgrounds/grey.png
> Background music = /usr/share/mythburn/music/menumusic.mp2
> Make ISO image = yes
> Burn to DVD-R = no
> Delete VIDEO_TS = no
> Highlight image = bar.png
> Animated thumbnails = no
> Chapter Submenus = no
> Recode to AC3 = no
> Creating DVD at 18-09-2005 03:40
> Total file size of video files is 982 Mbytes
> QSettings: error creating /.qt
> Multiplexing MPEG2 video files to DVD format and applying cutlists
> - datestamp=18-09-2005 03:40
> - datestamp=18-09-2005 03:40
> 1170_20050819193000_2005081920.nuv
> try to cut commercials using mythtv cutlist
> cutlist found, applying and remultiplexing for DVD format
> Filename "/share/tv/1170_20050819193000_2005081920.nuv"
> OutFile "/usr/share/mythburn/temp/1170_20050819193000_2005081920.nuv"
> Cutting out commercials + demultiplexing with projectx
> use last config or standard ...
> ProjectX 0.82.1.02_b2/06.06.2005 TEST PROJECT ONLY , User: apache
> 
> quick CL usage: (Note: CL also loads the GUI components, without displaying)
> without options  ...to start the GUI
> [options] ...[]
> 
> options: -dvx1..4, -c , -o , -n , -l, -p , -i , -g
> -c [path]inifile  ...use that specified iniFile instead of the standard
> -dvx1  ...create a .d2v ProjectFile on demux
> -dvx2  ...create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
> -dvx3  ...create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
> -dvx4  ...create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
> -o   ...use that specified directory for output
> -n   ...use that specified filename for output
> -p   ...use that text based file as cutpoint list
> -i   ...use only these (P)IDs, separated by comma ","
> -g  ...display the GUI using all given CLI options
> -l  ...write the normal logfile
> use -dvx OR -c & -o/-n/-l/-p/-i/-g or no options (for std)
> 
> java.version1.4.2-02
> java.vendor Blackdown Java-Linux Team
> java.home   /opt/blackdown-jdk-1.4.2.02/jre
> java.vm.version Blackdown-1.4.2-02
> java.vm.vendor  Blackdown Java-Linux Team
> java.vm.nameJava HotSpot(TM) Client VM
> java.class.vers 48.0
> java.class.path /usr/share/projectx/ProjectX.jar
> 
> 
> TERMS AND CONDITIONS:
> (1) this is a free Java based demux utility.
> (2) It is intended for educational purposes only, as a non-commercial test 
> proje
> ct.
> (3) It may not be used otherwise. Most parts are only experimental.
> (4) released under the terms of the GNU GPL.
> (5) there is NO WARRANTY of any kind attached to this software.
> (6) use it at your own risk and for your own education as it was meant.
> 
> -> to agree to these terms you have to start the GUI first
> ^MSunday, September 18, 2005  3:40:34 AM EDT
> ^MProjectX 0.82.1.02_b2 (06.06.2005)
> 
> ^M<<< session infos >>>
> ^M-> working with collection 0
> ^M
> ^M-> normal log file
> ^M-> write all video data
> ^M-> write all other data
> ^M-> patch c.d.flagged infos of pictures
> ^M-> add sequence end code
> ^M-> set resolution in SDE
> ^M
> ^M-> write output files to: ./
> ^M-> 1 cutpoint(s) defined ( (2) use Frame number for cuts )
> 
> ^M-> Input File 0:  /share/tv/1170_20050819193000_2005081920.nuv 
> (1028543936
>  bytes)
> ^M-> File is MPEG-2 PS/SS (Video/Audio PES)
> ^M-> demux
> ^M1% demuxing A/V PES file 1170_20050819193000_2005081920.nuv^M-> found 
> PES-
> ID 0xE0 (MPEG Video) @ 38
> ^M!> missing startcode @ 2062
> ^M!> found startcode @ 2064
> ^M-> found PES-ID 0xBD (private stream 1) (SubID 0x69)-> ignored @ 2064
> ^M-> found PES-ID 0xC0 (MPEG Audio) @ 2194
> 

Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Jesse Guardiani
On Sunday 18 September 2005 6:51 am, Paul wrote:
> 
> - Original Message - 
> From: "Jesse Guardiani" <[EMAIL PROTECTED]>
> To: "Mythtv Users" 
> Sent: Sunday, September 18, 2005 1:59 AM
> Subject: [mythtv-users] mythburn - wow - this takes a LNG time...
> 
> 
> > So, I bought a nice 8x DVD+R burner
> > for cheap, thinking that my biggest
> > problem would be speed issues when
> > I burn from a file stored over NFS.
> > But it turns out that is the LEAST
> > of my problems!
> > 
> > I haven't even gotten to the point where
> > I can attempt a burn. My poor 733mhz CPU
> > is still transcoding my PVR 350's nuv
> > file up to DVD resolutions!
> > 
> > By my calculations, it's going to take
> > about 6 HOURS to transcode a 30 minute
> > show... man and this project-x
> > thing is running java of all things,
> > which certainly doesn't help the speed!
> > 
> > So how do you folks go about burning
> > DVDs? Do you just have massive 2.4ghz
> > processors and burn over night, or
> > am I doing something incredibly wrong?
> > 
> > 
> > -- 
> > Jesse Guardiani
> > Programmer/Sys Admin
> > [EMAIL PROTECTED]
> > 
> 
> If possible use your PVR-350 card or similar to record straight to
> a DVD compliant MPEG2 format.

1.) I'm not sure if that's possible.
2.) I'm not sure it has actually gotten around to transcoding anything
yet. I think it's just demuxing! And it's been going for 7 hours...

Here's the comand line it's using:

/usr/share/mythburn/mythtvburn.sh 'ntsc' 'grey.png' \
'menumusic.mp2' 'yes' 'no' 'no' 'bar.png' 'no' 'no' \
'no' '1170_20050819193000_2005081920.nuv' \
'cut' > /usr/share/mythburn/temp/mythburn.log 2>&1 &

And here's the log:


MythBurn Script is running as user apache
Video format = ntsc
Background image = /usr/share/mythburn/images/backgrounds/grey.png
Background music = /usr/share/mythburn/music/menumusic.mp2
Make ISO image = yes
Burn to DVD-R = no
Delete VIDEO_TS = no
Highlight image = bar.png
Animated thumbnails = no
Chapter Submenus = no
Recode to AC3 = no
Creating DVD at 18-09-2005 03:40
Total file size of video files is 982 Mbytes
QSettings: error creating /.qt
Multiplexing MPEG2 video files to DVD format and applying cutlists
- datestamp=18-09-2005 03:40
- datestamp=18-09-2005 03:40
1170_20050819193000_2005081920.nuv
try to cut commercials using mythtv cutlist
cutlist found, applying and remultiplexing for DVD format
Filename "/share/tv/1170_20050819193000_2005081920.nuv"
OutFile "/usr/share/mythburn/temp/1170_20050819193000_2005081920.nuv"
Cutting out commercials + demultiplexing with projectx
use last config or standard ...
ProjectX 0.82.1.02_b2/06.06.2005 TEST PROJECT ONLY , User: apache

quick CL usage: (Note: CL also loads the GUI components, without displaying)
without options  ...to start the GUI
[options] ...[]

options: -dvx1..4, -c , -o , -n , -l, -p , -i , -g
-c [path]inifile  ...use that specified iniFile instead of the standard
-dvx1  ...create a .d2v ProjectFile on demux
-dvx2  ...create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
-dvx3  ...create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
-dvx4  ...create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
-o   ...use that specified directory for output
-n   ...use that specified filename for output
-p   ...use that text based file as cutpoint list
-i   ...use only these (P)IDs, separated by comma ","
-g  ...display the GUI using all given CLI options
-l  ...write the normal logfile
use -dvx OR -c & -o/-n/-l/-p/-i/-g or no options (for std)

java.version1.4.2-02
java.vendor Blackdown Java-Linux Team
java.home   /opt/blackdown-jdk-1.4.2.02/jre
java.vm.version Blackdown-1.4.2-02
java.vm.vendor  Blackdown Java-Linux Team
java.vm.nameJava HotSpot(TM) Client VM
java.class.vers 48.0
java.class.path /usr/share/projectx/ProjectX.jar


TERMS AND CONDITIONS:
(1) this is a free Java based demux utility.
(2) It is intended for educational purposes only, as a non-commercial test proje
ct.
(3) It may not be used otherwise. Most parts are only experimental.
(4) released under the terms of the GNU GPL.
(5) there is NO WARRANTY of any kind attached to this software.
(6) use it at your own risk and for your own education as it was meant.

-> to agree to these terms you have to start the GUI first
^MSunday, September 18, 2005  3:40:34 AM EDT
^MProjectX 0.82.1.02_b2 (06.06.2005)

^M<<< session infos >>>
^M-> working with collection 0
^M
^M-> normal log file
^M-> write all 

RE: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Neil Davidson
 

> If possible use your PVR-350 card or similar to record straight to
> a DVD compliant MPEG2 format. You can them Burn DVD's
> in close to or better than real time at least I can using a 2.4Ghz
> Celeron.
> 
> What would be really cool would be a hardware transcoder card
> that could not only decode the most popular formats but also 
> re-encode them to a choice of formats in real time or better.
> 
> My standalone dvd/hard drive recorder can do something similar
> by only MPEG2 to MPEG2 formats so it must be possible.
> 
> Paul
> 

Sure a hardware transcoder card is possible, just not very practical. 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-18 Thread Paul

- Original Message - 
From: "Jesse Guardiani" <[EMAIL PROTECTED]>
To: "Mythtv Users" 
Sent: Sunday, September 18, 2005 1:59 AM
Subject: [mythtv-users] mythburn - wow - this takes a LNG time...


> So, I bought a nice 8x DVD+R burner
> for cheap, thinking that my biggest
> problem would be speed issues when
> I burn from a file stored over NFS.
> But it turns out that is the LEAST
> of my problems!
> 
> I haven't even gotten to the point where
> I can attempt a burn. My poor 733mhz CPU
> is still transcoding my PVR 350's nuv
> file up to DVD resolutions!
> 
> By my calculations, it's going to take
> about 6 HOURS to transcode a 30 minute
> show... man and this project-x
> thing is running java of all things,
> which certainly doesn't help the speed!
> 
> So how do you folks go about burning
> DVDs? Do you just have massive 2.4ghz
> processors and burn over night, or
> am I doing something incredibly wrong?
> 
> 
> -- 
> Jesse Guardiani
> Programmer/Sys Admin
> [EMAIL PROTECTED]
> 

If possible use your PVR-350 card or similar to record straight to
a DVD compliant MPEG2 format. You can them Burn DVD's
in close to or better than real time at least I can using a 2.4Ghz
Celeron.

What would be really cool would be a hardware transcoder card
that could not only decode the most popular formats but also 
re-encode them to a choice of formats in real time or better.

My standalone dvd/hard drive recorder can do something similar
by only MPEG2 to MPEG2 formats so it must be possible.

Paul

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-17 Thread Derek Meek
beefy processors > *

get an athlon 64 :D

Jesse Guardiani wrote:

>So, I bought a nice 8x DVD+R burner
>for cheap, thinking that my biggest
>problem would be speed issues when
>I burn from a file stored over NFS.
>But it turns out that is the LEAST
>of my problems!
>
>I haven't even gotten to the point where
>I can attempt a burn. My poor 733mhz CPU
>is still transcoding my PVR 350's nuv
>file up to DVD resolutions!
>
>By my calculations, it's going to take
>about 6 HOURS to transcode a 30 minute
>show... man and this project-x
>thing is running java of all things,
>which certainly doesn't help the speed!
>
>So how do you folks go about burning
>DVDs? Do you just have massive 2.4ghz
>processors and burn over night, or
>am I doing something incredibly wrong?
>
>
>  
>
>
>
>___
>mythtv-users mailing list
>mythtv-users@mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>  
>

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythburn - wow - this takes a LOOOONG time...

2005-09-17 Thread Jesse Guardiani
So, I bought a nice 8x DVD+R burner
for cheap, thinking that my biggest
problem would be speed issues when
I burn from a file stored over NFS.
But it turns out that is the LEAST
of my problems!

I haven't even gotten to the point where
I can attempt a burn. My poor 733mhz CPU
is still transcoding my PVR 350's nuv
file up to DVD resolutions!

By my calculations, it's going to take
about 6 HOURS to transcode a 30 minute
show... man and this project-x
thing is running java of all things,
which certainly doesn't help the speed!

So how do you folks go about burning
DVDs? Do you just have massive 2.4ghz
processors and burn over night, or
am I doing something incredibly wrong?


-- 
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users