Log in

View Full Version : Comments on the DV to DVD guide


Pages : [1] 2 3

bb
29th August 2003, 16:45
If you have any comments, additions, corrections, simplifications, improvements, hints, opinions, etc. on the new "DV to DVD guide", please put them in here.

bb

RathO
31st August 2003, 04:57
Hi bb, i only want to say that it is well done. Nice work!
This guide is a GOOD start for anyone who wants to do a dv->dvd conversion.

You don't show it as a "one-strict-way-process", so it gives ideas and push the user to experiment new avenues by him-self. ;)

Regards

jikchung
31st August 2003, 19:38
bb,
I also wanted to say nice work. Just got my first DVD burner, and am starting to transfer home video, this will be a tremendous help.
Thanks!

bb
31st August 2003, 19:40
Thank you very much for the flowers. Criticism will be appreciated, too.

bb

FredThompson
1st September 2003, 05:37
NTSC DV is 4:1:1 with the potential for significant problems. trbarry and Xesdeeni have created solutions for AviSynth and VirtualDub:

http://mywebpages.comcast.net/trbarry
http://www.geocities.com/xesdeeni2001

4:1:1 uses one color value for 4 adjacent horizontal pixels. DVD is 4:2:0 using one color value for a square of 4 pixels. The two formats don't play well together and you will find results are better is the chroma is corrected beforehand.

--

DV codecs have varying performance. DV camcorders typically work with a wider luma range than is considered "safe" for TVs. Take your pick, old-style TV "safe" or wider luma range. It's an ongoing debate which is "better."

My opinion is evident, I encode for now and the future, not what was.

Canopus codec appears to only work with the "safe" range.

Codec choice is a very subjective decision. While quite a few people make claims about the performance of various codecs, there doesn't appear to be any kind of comparison against a true "reference" codec. Keep in mind Panasonic codec and various...uh...modified codecs may be quite outdated. The point is, chose the codec for which you prefer the results.

--

Another debate is width of image. Camcorders record 720x480, most TV is broadcast as 704x780 with some black borders.

Dali Lama
1st September 2003, 06:12
Hi bb,

Good Job.

Here are my suggestions:

Include a segment on how to convert from DV type 1 to type 2. There is a free DV converter from canopus.com.

Try to illustrate that using Convolution3D on an interlaced source as you outlined will slow down encoding considerably and may justify spending more time on motion search. Case in point, if you are going to filter the source, spend the time.

Speaking of filtering please add that using those settings on Convolution3D smooth the image significantly and that encoding into MPEG-2 for playback on tv dramatically diminishes the common noise found in DV (such as low light conditions).

Since you mentioned ProCoder, why not just describe how to set it up? Its really simple I think. The defaults are very good for DV material.

Also, speaking of TMPGEnc, make sure to mention that using the popular Canopus DV codec, you SHOULD set "output YUV data as YCbCr" either in the "quantize matrix" tab or "global environmental settings" I don't think both are necessary. Using other DV Codecs don't require this feature, unless it keeps the DV range 16-235 intact.

Also, I think mentioning that you can select "interpolate YUV data from 4:1:1 to 4:4:4 in the same tab for the Canopus Codec, which as Fred said is important.

Finally, I don't think the use of DC precision 9 over 10 is clear. Do you have a reason why you use that? Most documents, including the ones for TMPGEnc and CCE say that DC precision 10 is better (slightly slower processing) especially in low light conditions (perfect for DV conditions).

Thanks again and I hope I could help a little,

Dali

FredThompson
1st September 2003, 06:25
Oh, yeah, I'd forgotten about near-black noise. There are two smoothers I know of that work in that range. Both are RGB, though. ShadowSmoother and Darksmoother are the names. You can read about them here: http://forum.doom9.org/showthread.php?s=&threadid=56517

That's a very good thing to do because DV and camcorder source is notorious for problems with low-light or restricted-light. I have problems with non-incandescent light like those long-life bulbs. There's must be something missing that human eyes aren't bothered by.

bb
2nd September 2003, 21:45
Originally posted by FredThompson
DV camcorders typically work with a wider luma range than is considered "safe" for TVs. Take your pick, old-style TV "safe" or wider luma range. It's an ongoing debate which is "better."
As far as I understood it, if the luma range is 0-255, you could reduce it to 16-235 during MPEG-2 encoding. So why care about this at the DV level?

Another debate is width of image. Camcorders record 720x480, most TV is broadcast as 704x780 with some black borders.
Do you mean you'd get a wrong aspect ratio if you encode 720x480 DV to 720x480 MPEG-2?

bb

bb
2nd September 2003, 22:02
Originally posted by Dali Lama
Include a segment on how to convert from DV type 1 to type 2.
Why? The guide works with either type-1 or type-2. Ok, if the user doesn't want to use DirectShowSource, then there's currently no way around the conversion (except for a frameserving method through VirtualDub I just read about).

Try to illustrate that using Convolution3D on an interlaced source as you outlined will slow down encoding considerably and may justify spending more time on motion search. Case in point, if you are going to filter the source, spend the time.
Yes, but I believe you still get better results if you get rid of as much noise as possible.

Speaking of filtering please add that using those settings on Convolution3D smooth the image significantly and that encoding into MPEG-2 for playback on tv dramatically diminishes the common noise found in DV (such as low light conditions).
Noise can dramatically reduce compressibility and therefore the overall picture quality at a given bitrate, too. If you don't use integrated filtering in the MPEG-2 encoders, I can't see why the noise would be diminished.

Since you mentioned ProCoder, why not just describe how to set it up? Its really simple I think. The defaults are very good for DV material.
Simple reason: I don't have Procoder. Would you like to write a small Procoder addendum?

Finally, I don't think the use of DC precision 9 over 10 is clear. Do you have a reason why you use that? Most documents, including the ones for TMPGEnc and CCE say that DC precision 10 is better (slightly slower processing) especially in low light conditions (perfect for DV conditions).
I'm open to changes in this one. I got the recommendation of 9 bits from various guides, e.g. the one from mb1. 10 bits is said to be exaggerated, but I never did extensive testing on this.

Thanks for the input.

bb

bb
2nd September 2003, 22:05
Originally posted by FredThompson
Oh, yeah, I'd forgotten about near-black noise...
Good point. I think this is more for advanced users, though, not really needed for a basic guide. Maybe there should be an extension to the guide to point out some advanced topics.

bb

FredThompson
2nd September 2003, 22:16
Originally posted by bb
As far as I understood it, if the luma range is 0-255, you could reduce it to 16-235 during MPEG-2 encoding. So why care about this at the DV level?I can think of no good reason to reduce to 16-235 unless that's the original range. If the source is true DV, reducing the range screws it up. On top of that, the 16-235 thing is based on old tube technology. It doesn't make sense to me to take proper DV of 0-255 and squish the luminence.Do you mean you'd get a wrong aspect ratio if you encode 720x480 DV to 720x480 MPEG-2?I have no idea why I typed that unless I was thinking about how DV camcorder is the full 720 and most other media is 704. I can't think of much of a practical use other than I, personally, crop then letterbox to center but that's just being anal.

FredThompson
2nd September 2003, 22:20
Originally posted by bb
Good point. I think this is more for advanced users, though, not really needed for a basic guide. Maybe there should be an extension to the guide to point out some advanced topics.It does have an effect on compression, the same way noise will. I mentioned it primarily because it's a great way to squeeze some more performance without reducing important detail.

Another thought might be a proper comb filter if the source was analog tape passed through a DV converter.

Uh...yeah...you're right. Filtering quickly gets into the "advanced" arena.

bairradino
3rd September 2003, 13:09
I assume that it is not possible to frameserve directly from Premiere6.5 to MPEG-2 encoder (without the need of duplicating HD space).
Is it true?

Dali Lama
3rd September 2003, 15:48
Originally posted by bb
Why? The guide works with either type-1 or type-2. Ok, if the user doesn't want to use DirectShowSource, then there's currently no way around the conversion (except for a frameserving method through VirtualDub I just read about).

When I use DirectShowSource() I get incredibly slow frameserving, that's why I suggested it. Also, you can convert from type-1 to type-2 using the Canopus DV Converter (the reference AVI setting doesn't take up that much space)

Concerning Procoder, I can write a simple guide.

Also, encoding into MPEG-2 will reduce noise, since it also reduces detail. But I agree that it won't reduce a lot of noise and having noise/detail will reduce compressibility. However, don't forget TVs reduce noise too (built in filtering).

bb, the guides for CCE and TMPGEnc both say DC precision of 10 will produce better results, especially in dark areas. It slows down encoding, but not by much.

bye,

Dali

FredThompson
3rd September 2003, 18:34
Originally posted by bairradino
I assume that it is not possible to frameserve directly from Premiere6.5 to MPEG-2 encoder (without the need of duplicating HD space).
Is it true? http://www.debugmode.com/pluginpac/frameserver.php
http://www.videotools.net/index.php?rub=guides&htm=intro2pvsp.htm

SomeJoe
4th September 2003, 04:11
Originally posted by FredThompson
I can think of no good reason to reduce to 16-235 unless that's the original range. If the source is true DV, reducing the range screws it up. On top of that, the 16-235 thing is based on old tube technology. It doesn't make sense to me to take proper DV of 0-255 and squish the luminence.

"Proper" DV stores blacks at a luminance value of 16 and whites at a luminance value of 235. All ITU-R 601 conformant digital video, including DV, D1, DVCPro, etc. are like this.

The difference between DV codecs comes in when the codec is used to decode the stored 5:1 compressed DV YUV data and hand off an RGB frame to the application that requested it. Most modern DV codecs, including the Canopus and Matrox codecs render a DV YUV pixel with a luminance value of 16 (pure black) into an RGB pixel value of 16,16,16, which is a dark gray on the computer monitor. Simlarly, a DV YUV pixel with a value of 235 is rendered into a 235,235,235 RGB pixel which is not quite fully white on the computer monitor.

This accounts for the 16-235 or 0-255 settings for most MPEG-2 encoders. They have to know what reference level your DV codec considers "black" and "white" when the DV frame has been rendered to an RGB frame. The 16-235 choice is correct for most modern DV codecs.

Some DV codecs give you the full RGB range of 0-255 when rendering their RGB frames, which looks better on the computer monitor. It ensures that a black DV pixel becomes a black computer pixel. However, this can cause a problem called the "white clip" problem.

The reason modern DV codecs render to RGB with the 16-235 range is that some cameras can capture DV YUV pixels that are outside the 16-235 range. For instance, if you pan a DV camera across a reflection of the sun in a window, some white luminance YUV values will be captured by the camera that are beyond 235 - aka "superwhite" values, due to ringing/overshoot in the signal captured by the CCD. This is perfectly fine as far as the camera is concerned - these values are legal in the DV YUV space. Where they're not legal is when they're converted to analog (they'll be greater than 100 IRE, since Y-value of 235 = 100 IRE).

In this situation, a problem will arise if you have a DV codec that renders to RGB using a 0-255 range rather than 16-235. If your DV codec renders a 235 luminance DV YUV pixel to RGB 255,255,255 (where it looks white on the computer monitor), then all the highlight detail in that superwhite shot will be lost, because any YUV pixel greater than 235 gets clipped to an RGB value of 255,255,255. Modern DV codecs that render a DV YUV 235 pixel to RGB 235,235,235 will have headroom left in the conversion to retain the superwhite values and keep the highlight detail.

In short, you don't have to do anything to the DV's luminance range with AVISynth as long as you tell your MPEG encoder what range your DV codec renders RGB frames to (16-235 or 0-255). For optimal conversion without white clip, specifically using a DV codec than renders RGB frames at 16-235 will solve that.

For more info, see Adam Wilt's white clip (http://www.adamwilt.com/DV-FAQ-editing.html#WhiteClip) page.

DDogg
4th September 2003, 04:32
bb, you mentioned you have not included ProCoder because you do not have it, but I am sure there is a demo for ProCoder that you could get easily and with very minimal effort. Since ProCoder is arguably superior for DV/interlaced conversion to SVCD/DVD, and is a simple drag and drop operation, the exclusion is puzzling in a guide titled DV to DVD conversions.

OT, btw, great work on the guide and for bringing the DV-T1 problem to Sh0dan's attention. We will all benefit from you taking the initiative on solving this vexing problem.

FredThompson
4th September 2003, 05:01
Originally posted by SomeJoe
In this situation, a problem will arise if you have a DV codec that renders to RGB using a 0-255 range rather than 16-235. If your DV codec renders a 235 luminance DV YUV pixel to RGB 255,255,255 (where it looks white on the computer monitor), then all the highlight detail in that superwhite shot will be lost, because any YUV pixel greater than 235 gets clipped to an RGB value of 255,255,255. Modern DV codecs that render a DV YUV 235 pixel to RGB 235,235,235 will have headroom left in the conversion to retain the superwhite values and keep the highlight detail.I disagree. Go to http://www.geocities.com/fredthompson6/ and follow the link called, "Canopus DV Codec, MainConcept DV codec, broken YUV conversion". The leftmost image is Canopus freebie decoding to 16-235, the middle is MainConcept 2.3.1 decoding to 0-255. That's magnified 400%. Where is the loss in the over-saturated white indicated by the pink arrow?

Forthermore, suppose we run with your statement that some DV camcorders do 0-255 and some do 16-235. How do you propose to determine the range of source? If a camcorder shoots 0-255 (if we think in RGB terms) coring or squishing that to 16-235 alters the original range. Just because there is "THE standard" which states a more limited luminence range should be used does not mean I MUST use it nor is it the final authority.

I WILL grant you that near black and near-white typically have very little useful information...typically, not always.

ITU-R 601 is a relatively old standard, is it not? Was it created with plasma or computer monitors in mind? How about 1080i?

FWIW, Adam makes it very clear he does not like the DV format. While he has good information, he is quite biased against DV and some of his reasons make a tremendous amount of sense. (If you want to research that, I think it was on one of the Mac-oriented boards, maybe one that has columns he writes.) Nonetheless, the idea that ITU-R 601 must be strictly followed ignores advances in technology and can have the effect of unneccesarily restricting quality of final product.

bb
4th September 2003, 18:14
Originally posted by DDogg
bb, you mentioned you have not included ProCoder because you do not have it, but I am sure there is a demo for ProCoder that you could get easily and with very minimal effort. Since ProCoder is arguably superior for DV/interlaced conversion to SVCD/DVD, and is a simple drag and drop operation, the exclusion is puzzling in a guide titled DV to DVD conversions.
Well, I'm glad I found the time to set up at least some guide, so I had to focus on what I had already available and was familiar with. I'll be glad to add a Procoder guide as soon as possible, whenever I get the time, or Dali Lama sends me his guide.

For the same reason there Mainconcept's MPEG-2 encoder has not been mentioned, and there may be one or two others being worth to be explained.

OT, btw, great work on the guide and for bringing the DV-T1 problem to Sh0dan's attention. We will all benefit from you taking the initiative on solving this vexing problem.
See http://forum.doom9.org/showthread.php?s=&threadid=60766

bb

bb
4th September 2003, 18:22
Originally posted by Dali Lama
When I use DirectShowSource() I get incredibly slow frameserving, that's why I suggested it. Also, you can convert from type-1 to type-2 using the Canopus DV Converter (the reference AVI setting doesn't take up that much space)
There's a new AviSynth version available (see post above).

Concerning Procoder, I can write a simple guide.
Thank you very much. I guess DDogg can't wait to see it :D

bb, the guides for CCE and TMPGEnc both say DC precision of 10 will produce better results, especially in dark areas. It slows down encoding, but not by much.
Higher precision consumes more bitrate, but improves quality. Thus at a given bitrate there is break-even on best quality regarding DC component precision vs. bitrate. I'm not sure whether 9 bits or 10 bits will result in best overall quality for DVD, but I know that you shouldn't use more than 8 bits for SVCD.

bb

DDogg
4th September 2003, 19:29
heh, well my guide for ProCoder would be:

1> Create droplets for svcd or dvd creation and put on desktop.
2> Drag your DVCam DV.avi on top of correct droplet and wait for a while.
3> Burn and watch great DV to DVD conversion that looks as good, or probably better, than any other.

I didn't figure that would quite fit in well within the complexities of special avisynth scripts, unusual filters, colorspace conversions, etc., and all this other high tech talk. I guess I am just dumber than mud :)

FredThompson
4th September 2003, 21:29
Dumber than mud? I doubt it. Try the 411->422 conversions on NTSC DV and look at things like logos, window pane dividers, etc. and you'll see the shimmering is greatly reduced. The extreme examples we've used from the Star Wars laserdisc of saturated red on a black background really shows the problem. It's worth the effort, believe me. PAL DV doesn't have these issues becuase it's 4:2:0, it's got other things to worry about.

kempfand
4th September 2003, 22:25
@ Fred: PAL DV ... it's got other things to worry about :confused:
Could you elaborate a bit more ? I live in PAL-world and would like to learn more

Kind regards,

Andreas

FredThompson
4th September 2003, 22:46
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html

I'm not sure what the other problems are. Ask I4004 on Donald Graft's forum. He can explain.

Dali Lama
4th September 2003, 22:51
[list=1]
Enter Source Tab -> Add DV File | If you have multiple sources use the "stitch" command and you can use the arrows to modify their placement
Enter Advanced Tab to modify "in" and "out" points or add filters
Enter Target Tab -> Choose "Add" -> Choose "VCD/DVD" -> "MPEG2 DVD (NTSC)" or "MPEG2 DVD (PAL)
Enter Convert Tab -> Choose Convert
[/list=1]

Yes, Using Procoder is very easy. But 99.9% of its users are going to want to edit the DVD Templates. Lets talk about that.

At step 3 you can enter "Advanced" to modify the DVD template and save it (if you wish).

Note: I won't talk about all of the options as most are self-explanatory. :)

[list=1]
Under "Interlacing" parameter you will see it is defaulted to "upper/top field first". All DV sources are "lower/bottom field first". (DDogg, I hope you knew that ProCoder defaulted to this!)
Under "Aspect Ratio" parameter select your aspect ratio. Most DV is 4:3, but if yours is 16:9 just select it. Or if you have cinemascope 2.35:1 then use that. Also, set "pixel aspect ratio" to desired ratio (note this is not the same as "video aspect ratio", just use the drop down menu).
Under "Speed/Quality" parameter simply select the highest quality your willing to wait for. All produce acceptable results at high bitrates.
Under "CBR/VBR type" parameter select CBR if you are using a high bitrate for DVD. Putting about 60 minutes DV footage on one 4.7GB DVD is HIGH BITRATE. 90 minutes is medium, 120 minutes is low bitrate. 2-Pass VBR should be used otherwise for hitting your target filesize and maintaining the highest possible quality. 1-Pass VBR for the same situation if you cannot wait for 2 processing cycles.
Set maximum bitrate to 9000 or 8000 kbps.
Under "Use Closed GOP" select it if you want to be able to seek faster in your movie (probably not needed). Using open GOP (unchecked) results in better compression.
Under "Distance Between I/P frame" automatic is fine, but if you use high bitrate then select 1 frame (for no B frames). If you are using low bitrate then select 3 frames (for 2 B frames).
Select "3/2 Pulldown" if your camcorder records in 24P!!!
Under "Picture Structure" select "Field Structure" for interlaced sources and "Frame Structure" for progressive sources. "Automatic Selection" is not compliant with all DVD players, but if it works it might benefit DV interlaced sources in low/no motion areas.
"DC Precision" IMO should be set to 10 unless your footage is mostly slow motion and composed of well lit scenes, then select 9.

Ok, that's it. If I made a mistake or forgot something, please contribute. I hope bb can salvage this guide and make it sensible :)

All the best,

Dali

[/list=1]

bb
5th September 2003, 07:43
First of all thank you very much for your contribution, Dali.

Now a few comments:

Originally posted by Dali Lama
Under "Use Closed GOP" select it if you want to be able to seek faster in your movie (probably not needed). Using open GOP (unchecked) results in better compression.
Usually "Closed GOP" is not used for DVDs. As you said not to close the GOPs gives better compression, so I'd simply recommend that.
Under "Distance Between I/P frame" automatic is fine, but if you use high bitrate then select 1 frame (for no B frames). If you are using low bitrate then select 3 frames (for 2 B frames).
I highly doubt that using a "no B-frame" option is a good idea, even for high bitrate encodings. Some people use "I-frame only" encodings, but that's for capturing purposes and the easy of editing. I would always use I-, P-, and B-frames.

bb

FredThompson
5th September 2003, 08:42
eyup, what he said

wrt closed GOPs, that tends to make things a lot blockier because it ups the bandwidth requirement.

jfcarbel
5th September 2003, 17:10
I do alot of analog captures from older VHS tapes using my ADVC-100 to capture it to DV.

Does this guide still apply to DV that was created from analog captures or is it only for straight DV from a Camcorder?

For VHS captures I would think the Convolution3D settings would need to be changed. Can someone suggest some settings or maybe a sticky guide can be done for analog DV VHS captures.

Thanks for the Guide!

bb
5th September 2003, 17:50
jfcarbel,

you can use the guide for your purpose. You'll probably need stronger filtering; you can use e.g.
Convolution3D(preset="vhsBQ")
This has been designed for VHS sources, but of course the best way is to experiment.

bb

SomeJoe
7th September 2003, 00:50
Originally posted by FredThompson
I disagree. Go to http://www.geocities.com/fredthompson6/ and follow the link called, "Canopus DV Codec, MainConcept DV codec, broken YUV conversion". The leftmost image is Canopus freebie decoding to 16-235, the middle is MainConcept 2.3.1 decoding to 0-255. That's magnified 400%. Where is the loss in the over-saturated white indicated by the pink arrow?

Well, there's several things to consider here. How do we know the Main Concept codec is rendering to RGB 0-255 or that the Canopus codec is rendering to RGB 16-235? (I have no idea which way either one renders, nor am I saying you're wrong - I just would like to know the test method that determined this).

Also, there is the question of whether the white is over-saturated in the original DV. Generally, you would only get over-saturated whites (i.e. DV YUV pixels with >235 luma) in video that was shot on a DV camcorder. If the source is from something else and was captured with a DV codec or converted to DV, you probably won't have any over-saturated whites in the frames.

Originally posted by FredThompson
Forthermore, suppose we run with your statement that some DV camcorders do 0-255 and some do 16-235.

I never said that. To my knowledge, all DV camcorders record according to ITU-R 601, using 16-235 luma range. The operation that I'm referring to that can cause problems is the DV codec used in the PC, and how it renders the YUV-encoded DV frames to RGB.

Originally posted by FredThompson
How do you propose to determine the range of source? If a camcorder shoots 0-255 (if we think in RGB terms) coring or squishing that to 16-235 alters the original range.

Source range shouldn't be an issue, since the camcorder should be ITU-R 601 compliant. The codec used on the PC is the problem. Hopefully, your answer to my test methodology question above should answer how we should go about determining a codec's RGB rendering characteristics.

Converting video that uses 0-255 as a luma range to 16-235 does indeed reduce the accuracy of how the luma values are described (it's the equivalent to increasing the quantization error in digital audio by reducing the number of bits per sample). But it doesn't necessarily alter shadows/highlights unless there is a disagreement between the references of the original and the converted video. i.e. as long as we agree that in the 0-255 video, 0=black and 255=white, and in the converted video 16=black and 235=white, then the resulting converted video should have no brightness shift. It will just have (slightly) coarser luma gradients.

Originally posted by FredThompson
Just because there is "THE standard" which states a more limited luminence range should be used does not mean I MUST use it nor is it the final authority.

Agreed, but interoperability between different manufacturers' products is enhanced when they all follow the same standard.

ITU-R 601 has been around a while, but because of it's prevelance and dominance, most equipment is built around it. Since the equipment that we use (camcorders, decks, codecs, etc.) is centered around that standard it becomes convenient to work within it. No one is saying that you yourself should concede to the standard if you don't want to - certainly there are improvements that can be attained. But if you want to shoot your own video with a camcorder, I believe you will be hard-pressed to find one that records 0-255 on the tape.

bb
7th September 2003, 15:18
Originally posted by FredThompson
NTSC DV is 4:1:1 with the potential for significant problems. trbarry and Xesdeeni have created solutions for AviSynth and VirtualDub:

http://mywebpages.comcast.net/trbarry
http://www.geocities.com/xesdeeni2001

4:1:1 uses one color value for 4 adjacent horizontal pixels. DVD is 4:2:0 using one color value for a square of 4 pixels. The two formats don't play well together and you will find results are better is the chroma is corrected beforehand.

Hi FredThompson,

would you be so kind to post a small AVS snippet to illustrate the use of ReInterpolate411? I can't test it, because I don't have NTSC sources.

bb

bb
7th September 2003, 15:23
Are there any comments on the 16:9 part? Did anyone notice that I didn't talk about anamorphic encoding? (I'll add that as soon as I get the time).

bb

f@chance
7th September 2003, 19:28
@ Dali Lama

I just captured from a Laser Disc the SW Definitive edition in PAL and would like to transfer it to DVD. I have searched the forum and read the DV to DVD guide and came across your quote. I am using Canopus Procoder for converting the DV file to MPEG2 and I am using the DVD/PAL template.

Under "Aspect Ratio" parameter select your aspect ratio. Most DV is 4:3, but if yours is 16:9 just select it. Or if you have cinemascope 2.35:1 then use that. Also, set "pixel aspect ratio" to desired ratio (note this is not the same as "video aspect ratio", just use the drop down menu).

How can I find out what the AR is of my capture and what should the setting be for a WS TV? The display will be eventually when the money is there, a progressive plasma display.

"DC Precision" IMO should be set to 10 unless your footage is mostly slow motion and composed of well lit scenes, then select 9.

What is DC precision? The Procoder Help file has no entry for it and the default setting is 8.

Finally since I have a progressive DVD player for playing back PAL progressive streams, will it need the Adaptive Interlacing filter?

Thanks for any help.

F@Chance

FredThompson
8th September 2003, 04:04
Originally posted by bb
Hi FredThompson,

would you be so kind to post a small AVS snippet to illustrate the use of ReInterpolate411? I can't test it, because I don't have NTSC sources.

bb
Reinterpolate411()

Both sites have magnified images that show the effect. Xesdeeni's is better because it compares different approaches.

I'll certainly redo my page soon. Right now I've got 4 of 5 computers down so anything like that isn't going to happen soon. Some a** hacked my business email/fax/voice computers.

bb
8th September 2003, 17:39
Canopus ProCoder guide added.

bb

insertdisk
12th September 2003, 01:28
I was just reading in the DVD authoring section and stumbled across a thread that said BeSweet could not be relied on to make a DVD compliant Ac3 stream. Has anyone experienced this? I would like for my DVDs to be playable in most any player and wonder if this is a real problem or has been fixed since that post. See the post here
http://forum.doom9.org/showthread.php?s=&threadid=60510

troy
13th September 2003, 04:28
I tried making mp2 files for my dvds using beesweet. Dvdlab would not accept them. For all the praise I read about beesweet I was definately dissapointed. I used the mp2 for dvd matrix in beesweet. I then used the very crude toolame gui and toolame. Presto dvdlab accepts these good. What is with all the praise people have for beesweet when it cant even produce a compliant mp2 stream.

FredThompson
13th September 2003, 04:51
user error

troy
13th September 2003, 07:53
ok maybe it is user error. what do I need to do. I have a wave file. I import it into besweetgui. I choose compliant dvd format wave to mp2. what else is there.

FredThompson
13th September 2003, 08:05
BeSweetGui will use toolame and that's what you should do. BeSweet is a very accurate tool for rescaling aspects of audio; sample rate, volume, max volume level, etc.

Why not use DVD2SVCD and chose the SVCD destination but set the resizing and bitrate parameters for D1? Let it automate all the audio conversion for you.

bb
13th September 2003, 08:28
Originally posted by troy
what else is there.
Post all your settings, else we can't tell you which one's wrong.

bb

troy
14th September 2003, 22:29
Well as I said I used DSPguru template for mp2 for dvd. It sets checkmarks for Use MPA decoder. Toolame as opposed to MP2enc and mp2 is set, Downconverter sample rate is set and hybrid gain is set. Priority class is set to normal and all the other boxes are unchecked. My wave is 48k. I would think that I can just choose this DSpguru mp2 for dvd template and that would take care of everything. I hit wav to mp2 button and then it processes the video. I know that something is wrong with the mp2 because dvd maestro has problems with it too. In dvd lab I get the errors:

Cause bad header or unknown error
This file doesnt seems to be mpeg audio
check if it isn not a wrongly named ac3

aleksander
16th September 2003, 17:26
@ bb
Just a small correction.
The forumla that you have used for calculating the video bitrate is slightly wrong. I was doing some DV-DVD lately and it kinda got me confused.

According to you :

available space (in MB) * 1024 / video duration (in sec)
so : 4319 * 1024 / 6250 = 707.62496 (which is not 5660) :)

It should be:

available space (in MB) * 1024 * 8 / video duration (in sec)
so : 4319 * 1024 * 8 / 6250 = 5660.99968

So, the only thing missing is the multiply by 8 thing.
Other than that the guide is great.

take care

aleksander

bb
16th September 2003, 17:57
Thanks aleksander. Of course we want to know the bitrate in kilobits per second, not kilobytes.

I updated the guide.

bb

chriskindom
17th September 2003, 15:04
I have problem enconding with besweet, using ac3machine and besweetgui
the encode is OK, but when i try to play using powerDVD and WinDVD, there is no sound, (when i compile my dvd with maestro and i try to reproduce the whole DVD there is the same problem, the info say that there is a ac3 sound, but i can´t hear any sound), the file its oka because with another programs., i can hear the AC3.
So for DVD i recommend the vegas AC3 sourround plugin, works great, very simple, and the quality it´s very good.
This is my personal experience, i expect it can be usefull.

SORRY ABOUT MY ENGLISH!!:D





www.killerhog.com.ar
(my film will be in BERLIN in 15 days, in the "b film fest")

bb
18th September 2003, 16:19
What were your BeSweet settings?

bb

chriskindom
18th September 2003, 16:51
my wav is at 44100hz, stereo, 107 minutes
ac3 options: bitrate 224 channel mode 2.0 SSRC 48000
nothing strange

Christian
www.killerhog.com.ar

troy
20th September 2003, 03:12
Is it possible for someone to take some dv footage, demux the audio to wav, and then convert it to mp2 with besweet and see if it is compliant mp2 file.

Bordo32
24th September 2003, 22:28
Many thanks - this guide is really great!

@bb, I don’t want to be picky, shouldn’t be a Timecode Setting (in the CCE Encoder setting window) suggested set to 00:00:00:00 instead of keeping at default 01:00:00:00 ?

bb
25th September 2003, 19:09
Originally posted by chriskindom
my wav is at 44100hz
Sorry for replying late:
For DVD the sampling rate must be 48000 Hz. Set AC3Machine (or BeSweetGUI) accordingly; upsampling is done through ssrc.

bb