Quote:
Originally Posted by
mindbender9 
Ok, I see. Thanks for pointing that out because I was using AVCHD to create my projects.
What's funny is that when I make a DVD project (instead of AVCHD), I think ArcSoft TMS is re-encoding the files and doubling the total size. So I might be forced to use AVCHD after all, just to ensure that I can fit everything on a simple DVD9.
And this is only SD 480p .ts files that total 1.32GB.
I have a headache, but thanks for your help. I appreciate it. If anyone has any tips for a noob like me, please feel free to contribute.
I've been struggling to understand what you are trying to do, for a post or two; especially, "where are these SD ts's coming from?"; but I think I can guess now. Are you saying that the TS files you are working with are captured using the HDPVR from a 480p source?
Assume that is true. I may have some typos and some mistakes of my own, but I'll try to clarify as best as:
First, I'm sorry to tell you, what you have in those TS files is not SD, and it is far removed from compatible with your DVD player.
DVD player is MPEG2, limited to video data rates up to ~9.8Mbps, 480i, color gamut (range) defined in the 1950s. From a DVD player 480p is an
upconvert, not a supported format.
The TS files from your HDPVR are MPEG2 transport stream on the outside, but the content is not MPEG2. Transport stream is just a thin dumb wrapper for elementary program streams such as a video stream, and in this case the video stream is H.264, that is an HD "flavor" of MPEG4.
I have done a little stream-level work but I am not an expert. Plunging on recklessly, I will say that I have read that there are transforms that can convert MPEG2 video to MPEG4 video very quickly, without decoding and re-encoding, but also (I suppose obviously) without taking advantage of the more efficient encoding possible in MPEG4. I have never heard that there is such a transform in the other direction, and I would be surprised if there was one.
So. If you tell ArcSoft that you want to take a 480p H.264 TS and put it on a DVD (something that plays in a DVD player) then it must decode it, interlace it, re-encode it as MPEG2, and arrange the video and audio streams in the very particular way that is required by the DVD Video standard (not necessarily in that order exactly).
That might be pretty quick on some recent ATI video cards if the hw support is working. In general I would expect it to be dismally slow.
I truly believe that if you want stuff to play in a DVD player you should use a DVD recorder to record it. It saves so much work and hassle. The HDPVR is for... HD. Yah, I guess it says you can make DVDs. But it also advertises three ways to make PS3 compatible output, and two don't work, and the third is really easy to go wrong at. Welcome to the thin edge of commercial viability.

HTH,
-tom-
PS I am not trying to insult you in any way here. If I did, please forgive and take what you can - I'm tired and just trying to help.
{edit}
PPS The ArcSoft supplied with the HDPVR is a custom build for Hauppage {how do I know that? I searched through the binaries with a hex editor looking for something else, and happened to see "Custom build..."}. I would expect that in addition to {striving toward} making sure it actually worked with the HDPVR, they would feel free to whack or ignore capabilities that were unrelated to it... such as making SD DVDs.