View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 130 posts ] 
Go to page Previous  1 ... 5, 6, 7, 8, 9  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Fri Sep 09, 2005 5:55 am 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
namenNewUser, feel free to post diffs here, or on the Wiki page. I will have a look at making a 0.7 with your changes.

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
PostPosted: Mon Sep 19, 2005 3:54 pm 
Offline
Joined: Sun May 15, 2005 8:47 am
Posts: 54
for hdtv programs, the end time is not necessarily correct.

running version 0.5
Code:
new_end_time_t =
    new_start_time_t + new_mapping[new_map_index - 1].frame *
    (experimental_pvr_x50_mode ? 12 : 1) / 25 / 60 * 60 + 60;


I recorded Pearl Harbor, 7pm to 11pm. After running commercial cut, the end time is pointing to 1:19am.

The movie is recorded in 720p HD.

Thanks
Mudit


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 22, 2005 12:52 pm 
Offline
Joined: Thu Jun 16, 2005 2:37 pm
Posts: 116
Location: St. Louis MO.
Hey guys, I got 3 questions.

First. Before I learned about commercial_cut I just copied recordings from the tv folder and then deleted them from mythtv to save space, Could I like put them back in mythtv somehow and then cut out parts of them and recopy them back out?

Second. Is there a program that I can use in linux or windows to edit hdtv nuv files so it would be easier than using the remote?

Third. Is it possible to demux a hdtv nuv file and replace the ac3 sound with that of a dvd for hdtv movies and then remux as a nuv or mpeg2, anything with mpeg2?

Thanks a lot guys!

_________________
Backend: HP NetServer LT 6000r U3; 6 700Mhz Xeon CPUs; 3GB PC133 ECC; LSI Ultra160 SCSI 4 18GB 10kRPM striped system; 7200RPM 160GB recordings; Ubuntu-server 7.04; HDHomeRun box.
Frontend: A64 3000+; 512MB DDR; Hauppauge grey; knoppmyth PXE/NFS.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 23, 2005 2:30 am 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
WattoToydarian wrote:
First. Before I learned about commercial_cut I just copied recordings from the tv folder and then deleted them from mythtv to save space, Could I like put them back in mythtv somehow and then cut out parts of them and recopy them back out?

Not easily. Putting mpeg2 recordings back into myth doesnt work real well at the moment because the seek table does not get rebuilt correctly (this is the table that commercial_cut uses to do the cutting

WattoToydarian wrote:
Second. Is there a program that I can use in linux or windows to edit hdtv nuv files so it would be easier than using the remote?

Not sure. I know liv2cod has recently been lamenting the dirth of HD tools in linux. This was discussed recently in a thread about nuv2disc.

WattoToydarian wrote:
Third. Is it possible to demux a hdtv nuv file and replace the ac3 sound with that of a dvd for hdtv movies and then remux as a nuv or mpeg2, anything with mpeg2?
See answer 2.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 8:33 pm 
Offline
Joined: Tue Sep 27, 2005 8:17 pm
Posts: 5
Location: Howell, MI USA
I'm trying to get Commercial Cut 0.6 to work correctly with KnoppMyth R5A16. I have verified that the commercial flags are set correct by viewing them in edit mode but when I press X to transcode (run commercial cut) it's not cutting the commericals. It is however cutting out sections of the recorded program instead of the commercials. Any ideas??? :cry:
______________
Knoppmyth R5A16
nForce 2 mobo
Athlon 2.4 GHz
512MB DDR400
250GB Seagate
geForce MX440
PVR-250


Last edited by jronald on Tue Sep 27, 2005 8:47 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 8:46 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
Sounds like the seek table in the database does not correspond correctly with the recording. I have no idea what would cause this.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 8:54 pm 
Offline
Joined: Tue Sep 27, 2005 8:17 pm
Posts: 5
Location: Howell, MI USA
It would seem that if the seek table did not correspond correctly with the recording that when I viewed the recorded program in edit mode the cut marks would be in the wrong locations. This is not the case. I have tried this a few times with different recorded programs. Also, commercial auto skip works perfectly.

_________________
KnoppMyth R5A16
nForce 2 mobo
Athlon 2.4 GHz
512MB DDR400
250GB Seagate
geForce MX440
PVR-250


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 11:02 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
Are you in PAL or NTSC land? The "experimental PVR mode" of commercial cut makes an assumption about how many frames correspond to an index in the recordedmarkup table. Perhaps this is different for PAL and NTSC.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 6:50 am 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
WattoToydarian wrote:
Hey guys, I got 3 questions.
Could I like put them back in mythtv somehow and then cut out parts of them and recopy them back out?


Put them in /myth/tv, run myth.rebuilddatabase.pl

Then 'mythcommflag --rebuild' on each file to let you edit them.

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 7:01 am 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
I didnt think the --rebuild thing worked correctly for mpeg2 files. Have you used it nigel? Has it been fixed recently?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 11:37 am 
Offline
Joined: Tue Sep 27, 2005 8:17 pm
Posts: 5
Location: Howell, MI USA
Quote:
Are you in PAL or NTSC land? The "experimental PVR mode" of commercial cut makes an assumption about how many frames correspond to an index in the recordedmarkup table. Perhaps this is different for PAL and NTSC.


I'm in the US which is NTSC land. Looking at the -vvv results it looks like your correct. The correct frames are being skipped so the byte offset calculation must be wrong. I'll look into it further later tonight. Thanks for all your help.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 8:36 pm 
Offline
Joined: Tue Sep 27, 2005 8:17 pm
Posts: 5
Location: Howell, MI USA
I changed the multiplier from 12 to 15 and that did the trick. I should have read all the messages in the thread earlier. :wink: Thanks for the great code.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 9:31 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
It would be good if this could be detected somehow by commercial cut. Is there anything in the recordedmarkup table that suggests each index represents 15 frames instead of 12? I assume this is to do with the NTSC frame rate being 30 and the PAL framerate being 25.

Not having a PVR card myself, I cannot investigate.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 10:14 am 
Offline
Joined: Tue Sep 27, 2005 8:17 pm
Posts: 5
Location: Howell, MI USA
Greg, I could not fine anything that even hints at such. I would be happy to do further testing and gather anything that you think would be useful. If such can not be detected at run time perhaps a compile option can be added.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 3:36 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
jronald wrote:
perhaps a compile option can be added.
Thats a good idea. and with Nigels changes that read options from ~mythtv/.commercial_cut you could put the option in there.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 130 posts ] 
Go to page Previous  1 ... 5, 6, 7, 8, 9  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 14 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