View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Sep 21, 2005 2:50 pm 
Offline
Joined: Wed Jun 29, 2005 11:17 am
Posts: 59
Location: Cherry Hill, NJ
I have a PVR-250 and am recording in 720x480 for NTSC. When I try to use nuv2disc, it doesn't let me select a file for burning, but only will let me transcode. When I try to transode a file using the nuv2disc interface, to see what would happen, it says "transoding..." then about 5 seconds later "completed." It still doesn't let me select any files for burning, and I don't think it converted anything.

I am using R5A16.


1. Am I correct in assuming that if nuv2disc won't let me select the files for burning, it thinks that they are not in the correct format?

2. Is there a utility I can use to show me the video parameters of a nuv file to see if it was what I think it is?

3. Can anyone think of a reason that the transcoding completes like this without seeming to do anything?

4. For files that really do need transcoding, can this be done while using my MythTV? Or does it slow things down too much? (When I encode MPEG-2 files on my WinXP PC, it takes about 100% of the CPU time.)

Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 22, 2005 8:15 pm 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
Quote:
1. Am I correct in assuming that if nuv2disc won't let me select the files for burning, it thinks that they are not in the correct format?

2. Is there a utility I can use to show me the video parameters of a nuv file to see if it was what I think it is?

3. Can anyone think of a reason that the transcoding completes like this without seeming to do anything?

4. For files that really do need transcoding, can this be done while using my MythTV? Or does it slow things down too much? (When I encode MPEG-2 files on my WinXP PC, it takes about 100% of the CPU time.)


1) yes that's correct. Your best bet is to check the log files under /myth/nuv2disc to find out why it isn't seeing your files.

2) mpgtx or tcprobe will work for you
running
tcprobe -i $yourfilenamehere
and pasting the results will help for further debugging

3) nuvexport is broken OR nuv2disc is sending cli parameters that nuvexport doesn't understand. This occurs because the nuvexport cli changes between releases.
4) This all depends on your processor, I have tested transcoding with nuv2disc on a 3GHZ machine and watched livetv without any issues.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 22, 2005 8:19 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
jams wrote:
4) This all depends on your processor, I have tested transcoding with nuv2disc on a 3GHZ machine and watched livetv without any issues.

If that was an intel hyper-threading processor, I suspect that would help a lot.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 22, 2005 8:36 pm 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
pretty sure HT was turned off, but you never know :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 25, 2005 8:48 pm 
Offline
Joined: Wed Jun 29, 2005 11:17 am
Posts: 59
Location: Cherry Hill, NJ
Thanks for the replies. I have the following info based on the above suggestions:

1. tcprobe run:

Code:
root@mythtv:/myth/tv# tcprobe -i 1063_20050925122900_20050925130000.nuv
[tcprobe] MPEG program stream (PS)
[tcprobe] summary for 1063_20050925122900_20050925130000.nuv, (*) = not default, 0 = not detected
      audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x50 [0x2000] (*)
                   PTS=1.7738, bitrate=384 kbps
detected (56) presentation unit(s) (SCR reset)


2. mpgtx run:

Code:
root@mythtv:/myth/tv# mpgtx -i 1063_20050925122900_20050925130000.nuv
warning: couldn't find any valid system header. I'm continuing anyway
1063_20050925122900_20050925130000.nuv
  Mpeg 2 Program Stream File [Video/Audio]
  Muxrate : 7.87 Mbps
  Estimated Duration: 03:27:59.42s
  Aspect ratio 4/3 (TV)
  Interlaced, chroma format: 4:2:0
  Size [720 x 480]     29.97 fps    6.00 Mbps
  Audio : Mpeg 1 layer 2
  384 kbps  48000 Hz
  Stereo,  No emphasis
root@mythtv:/myth/tv#


3. Log file /myth/nuv2disc/log/dvdstatus:

Code:
DVD - USING DVD mode for nuvexport 09/19 09:02:07 PM
Transcode of complete 09/19 09:02:07 PM
DVD - USING DVD mode for nuvexport 09/19 09:03:16 PM
Transcode of complete 09/19 09:03:17 PM
DVD - USING DVD mode for nuvexport 09/19 09:04:13 PM
Transcode of complete 09/19 09:04:13 PM
DVD - USING DVD mode for nuvexport 09/19 09:05:04 PM
Transcode of complete 09/19 09:05:04 PM


This was when I tried to transcode the files, and they completed immediately, with no output.

4. I also tried running nuvexport in a shell window, and it ran fine, converting the file.

5. I uploaded one of the nuv files to my Windows box, renamed it .mpg, and imported it a DVD authoring app I have. It didn't complain about it at all, and authored a DVD without converting the file further.

Can someone expand on the nuv2disc cli params? I don't know anything about this.

Thanks again,

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 10:29 am 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
From the looks of it, nuvexport's cli has changed yet again. Which is why nuv2disc fails on the transcoding.

The output you pasted looks fine. When you enter the screen to select files for dvd burning are there any listed?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 10:29 am 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
From the looks of it, nuvexport's cli has changed yet again. Which is why nuv2disc fails on the transcoding.

The output you pasted looks fine. When you enter the screen to select files for dvd burning are there any listed?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 10:21 pm 
Offline
Joined: Wed Jun 29, 2005 11:17 am
Posts: 59
Location: Cherry Hill, NJ
Well, I messed with some recording settings and now the newly recorded .nuv files are showing up in the nuv2disc menu as being ready for DVD authoring, and as not needing transcoding. As the DVD processing proceeded, I got the following errors periodically in the DVD Wizard area: "write - Broken pipe" and "Syncinfo - write error (0)."

The authoring process completed, however, and I got a DVD Recording Error when I tried to burn the DVD (again using nuv2disc). I searched the forum and found the change needed to the commonvars file: /dev/scd0 to /dvd/dvd. After making this change, the burn was successful! :D

So, 2 questions remain:

1. Do the above errors (pipe, etc) matter? Are they normal? The disc appears to be OK, but I haven't watch it through to the end.

2. Why did the transcode process complete as soon as it began with no output (see above)? I did find a forum post of someone saying that the newest version of nuv2disc should be tried, but I haven't done that yet.

Thanks again for the replies.

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 30, 2005 7:58 pm 
Offline
Joined: Sun Oct 23, 2005 7:25 pm
Posts: 62
Location: Chicago, IL
Quote:
Well, I messed with some recording settings and now the newly recorded .nuv files are showing up in the nuv2disc menu as being ready for DVD authoring, and as not needing transcoding.


What settings exactly did you choose? I'm having the same problem you described in your original post while running R5A22. I have a PVR-150 (if it matters).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 30, 2005 8:24 pm 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
Quote:
1. Do the above errors (pipe, etc) matter? Are they normal? The disc appears to be OK, but I haven't watch it through to the end.


yep it's just a debug statement I forgot to comment

Quote:
2. Why did the transcode process complete as soon as it began with no output (see above)? I did find a forum post of someone saying that the newest version of nuv2disc should be tried, but I haven't done that yet


nuvexport is used for the transcoding.
The process completes right away because nuvexport fails


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 03, 2005 10:39 pm 
Offline
Joined: Sun Oct 23, 2005 7:25 pm
Posts: 62
Location: Chicago, IL
I was able to get my latest recording to appear as "ready for dvd selection" within the KnoppMyth Create DVD. To do so, I set the following within my Recording Profiles:

MPEG-2 Encoders --> Default
Profile
Enable auto-transcode after recording NOT selected
Image Size
Width 720. Height 480
Video Compression:
Codec: MPEG-2 Hardware Encoder
Stream Type: MPEG-2 PS
Aspect Ratio 4:3
Bitrate: 4500
Max Bitrate: 6000
Audio Quality
Codec: MPEG-2 Hardware Encoder
Sampling rate: 32000
Type: Layer II
Bitrate: 384 kbps
Volume 90

The only thing I changed was the Image Size - I had to increase the width from 480 to 720.

The next show I recorded displayed as "ready for DVD selection"... however...

From the Create DVD screen, I select "Create a dvd".
On the next screen the "Select Files" button is grayed out. I tried doing an "Update File list" but that didn't seem to help. The DVDStatus (with a blank DVD in the DVD drive) reports: "ERROR" after placing dots at each line on the screen (Commerical, Mplex, DVDwizard, etc.). All I can do is go BACK.

With the blank DVD still in the drive, I went to another terminal window and found an error message continuously printed out:

cdrom: This disc doesn't have any tracks I recognize!

I'm not really sure what to make of that. It's a blank DVD so I don't expect there would be any recognizeable files.

Anyone have any ideas on how to get the Select Files to work? Did I forget some important step along the way?

Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 7:53 am 
Offline
Site Admin
Joined: Fri Jun 11, 2004 7:58 am
Posts: 507
there might be a lock file laying around from a failed attempt.

Go into the util section and select remove lock file and the cleanup buttons.

This should fix your problem.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 8:25 pm 
Offline
Joined: Sun Oct 23, 2005 7:25 pm
Posts: 62
Location: Chicago, IL
Yep, that did the trick. Burn successful!
Many thanks!!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu