NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 149 150 151 152 153 193 Next »
Who would like to see DVD/VCD burning capability?

 
  • 0 Vote(s) - 0 Average
Who would like to see DVD/VCD burning capability?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#11
2005-01-04, 08:45 AM
i want it to be quick, if i want to watch the recording at someone elses house etc, just click burn, take about 15mins to process + burn time (like 3min in my dvd burner), i would consider acceptable. but the mplex could occur at night, after the epg has been updated (which is the part that takes the longest, i think, it was awhile that i played around with this).
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#12
2005-01-04, 12:10 PM
What we probably should do. If you have the code to make it burn the dvd should we put it in a class(es) or dll.

Have the mplex as another method in there. We can modify xrecord or something that gives it an option to prep the dvd for burning or we can do it in the recording screen, since most shows you do not care about burning. So you indicate on the ones you do for it to run the mplex at night.

Then you can burn it in about 15 minutes.

Does mplex cause any problems synch errors etc?? Did you ever ask sub if it might be possible to fix the mpegs so they are not considered "broken". That would save a lot of processing cycles.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#13
2005-01-04, 12:20 PM
i dont think sub could do anything about it, i could be wrong. but i think i read somewhere that pretty much all capture cards had this problem, frames just are sometimes dropped, the file plays fine, but when you try to use a picky program like dvdauthor, it causes a error.

ill start investigating this again, do some tests on it.
colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#14
2005-01-04, 09:13 PM
over at doom9 mpucoder is writing a *plexing tool called muxman. This might be worth checking out. He is pretty highly respected in this area,

cheers,
Colin.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#15
2005-01-04, 09:51 PM
It looks like a good tool. Too bad it does not have a command line interface as of yet.

I do like that fact that he takes chapters as frame offsets. So we can pipe comskip data into it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#16
2005-01-05, 12:10 AM
DVD Decrypter will also, optionally, produce chapter files as frame offsets. I had tried turning these into comskip files manually and have not been too happy with the results. The frame count doesn't seem to match perfectly and the 0+skip to move forward is a bit akward (and I stil lahven't figured out how to move backwards). plus you have to go through them one a t a time so if you want to skip to chapter 25, for example, you have to press 0+skip 25 times -- yuk.

Jeff
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#17
2005-01-05, 12:39 AM
i was going to skip the dvddecrypter step by just creating the dvd directories with dvdauthor and burning them with nerocmd. which wud save on space and cut down on time
PVR(SWE)
Offline

Junior Member

Posts: 40
Threads: 3
Joined: May 2004
#18
2005-01-09, 07:34 PM
I would like to see it as a plugin.
Cheers /Jonas
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#19
2005-01-11, 06:13 PM
ok i spent the morning playing around with this more, and to my shock, a defrag harddrive speeds up the process (yeah im an idiot). on my main machine, i hardly ever defrag the harddrive (well once every 2months) and on pvr once a day (only takes around 5mins once a day), so i tried mplex (the longest task before) took under 5mins for an hour show on defragged harddrive, and took about 1 min to put the m2v and mp2 file back together, dvdauthor took about 2mins, now here we can go one of two ways, burn directly with nero (quickest) or create a iso with mkisofs (or something like that) which took about 5mins on defragged machine (about 30mins on undefraged machine, the main thing is the harddrive for this task, using only aroun 5% cpu during all steps). now with mkisofs you can create an iso then burn it with dvd decrypter, meaning every step is free, dont need to buy software, adds about 5mins on, or you can use nero (costs money, but most people have it) and saves 5mins.

total time for an hour show < 30mins. i can live with that.

now vote time, nero or mkisofs (free one). im leaning down the free road, dont like having to pay for software if the main software is free (gbpvr), and 5mins, who cares. also we could all save aroun 5-10mins if we process the files after the EPG is updated (im going to do heavy testing on this, since you dont want to overrite the orignal mpeg file with one is stuffed, anyone want to help me test this, let me know).

i havent looked into chapter points yet, but im sure i can use the comskip files somehow for this.

so thoughts, feelings, how you doing?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#20
2005-01-11, 08:53 PM
ok ive got the commands down, theres one that took me ages to get, but here it is (if anyone is interested)
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">mpgtx.exe -d [filename].mpg
mplex -f 8 -o newfile.mpg chunk-0.m2v chunk-0.mp2
dvdauthor -o [DVDDIR] -f newfile.mpg
dvdauthor -o [DVDDIR] -T
mkisofs -o imagename.iso [DVDDIR][/QUOTE]

the dvdauthor -o [DVDDIR] -T, was the one i was missing, now all of those tools are free and run from the command prompt, im just going to do some speed testing and see how long it takes on various different files, can some other people also test this (just goto http://www.videohelp.com and search dvdauthorgui to get all those tools (well i think they all come in that package)). once you get the iso you can just burn it with dvddecrypter (also free), or you could leave the last step out and just burn it with nero (since nero has nerocmd).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  DTV & HDTV Capability sonofva 1 1,381 2007-05-14, 04:02 AM
Last Post: sub
  Video "Data Disc" Burning idea for gbpvr program jc8472 0 1,080 2005-11-28, 06:33 AM
Last Post: jc8472
  Menu capability - Smooth Scrolling, transitions... BenTO 7 2,789 2005-04-10, 03:35 AM
Last Post: daphatty
  Capability view current version number blader_se 1 1,410 2004-11-08, 03:12 PM
Last Post: Huw

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode