I am converting films on my laserdisc collection to DVD. I capture via Firewire through my camcorder to NTSC DV at 29.97. I then put this into TMPGEnc.
Here is my question:
If I use TMPGenc's Inverse Telecine feature, and then encode at a frame rate of 23.976, I get the same file size as when I do NOT use the IVTC feature and encode at 29.97. I use the same bitrate and encoding format (CBR) for both. (I tried encoding at 23.976 both with and without the pulldown flag).
I was expecting to see a file size that was 23.976/29.97 = 80% of the original size. I was then going to increase the bitrate to get the file size back up to the same as the 29.97 encode, thus getting not only the quality increase from encoding the intermediate blended frames created by the telecine process, but also by encoding fewer frames.
Why doesn't the file size get smaller when using IVTC??
+ Reply to Thread
Results 1 to 12 of 12
-
-
I'm not sure if the filesize will change. Did you do something like the example below? That is the way I usually do IVTC.
Did you choose 3:2 pulldown when playback under Encode Mode of the Video Tab? If so, you should choose 23.976 fps (internally 29.97 fps) under Framerate. Also, under the Advanced Tab, did you click the Inverse Telecine filter? You really have to double click it and a screen will come up where you can tell it to do something. Your source may vary, but I usually choose Auto Setting and then the Setting Method of Flicker Prioritized (24 fps) and Deinterlace: none.
Hope that helps.
Mythos -
Did you choose 3:2 pulldown when playback under Encode Mode of the Video Tab?
Stream Type: MPEG-2 Video
Size: 720x480
Aspect ratio: 16:9 Display
Frame rate: 23.976 fps (insternally 29.97)
Rate control mode: 2-pass VBR (VBR) (Setting 4750 avg; 8300 max, 1000 min
Bitrate: 7000 kbits/sec
VBV buffer size: 224 KB
Profile & Level: Main Profile
Video format: NTSC
Encode mode: 3:2 pulldown when playback
YUV format: 4:2:0
DC Component precision: 10 bits
Motion search precision: High quality (slow)
Also, under the Advanced Tab, did you click the Inverse Telecine filter?
Video source type: Interlace
Field order: Bottom field first (field B)
Source aspect ratio: 4:3 525 line (NTSC, 704x480)
Video arrange Method: Full Screen (keep aspect ratio)
The following two items are checked:
Inverse telecine (I have it set to Convert to 24 fps: Flicker prioritized, and in the IVTC dialog, I used the Auto-setting to detect the pulldown automatically and adjust, if necessary, if the pulldown changes. Like you, I did not check deinterlace.
Clip frame is selected, and I have clipped the black on the original (which was letterboxed.
I kept the GOP structure settings the same as the standard NTSC DVD template.
On the Quantize Matrix tab, I checked the "Output YUV data as Basic YCbCr not CCIR601" after I got a washed out encode and realized that, since I had captured using a DV codec, the colors were alread mapped to 16-235.
With these settings, I can do an A/B between the laserdisc and my DVD-RW test disc and I cannot tell the difference on a 45 inch TV screen.
However, I am still puzzled as to why the file size doesn't change when I am supposedly encoding only 80% of the number of frames. -
The filesize will not change. You set your bitrate per second not per frames. An IVTC reduces the number of frames per second, but its still the same number of seconds and thus at the same bitrate it will still be the same size regardless of whether you leave it at 29.97fps or IVTC to 23.976fps. A 2hr movie will always be the same size when encoded at the same bitrate, regardless of whether the fps is 24 or 100.
Now since you have less frames every second, but the same amount of bitrate every second, you are getting more bits per frames; about 20% more. This will surely increase quality. If you wish you can lower the bitrate, get a smaller filesize, and still keep the same level of quality as you would have gotten using 29.97fps at the original bitrate. THAT is where the filesize difference plays in.
Since you have a defined output size (the size of your dvd-r) there is no reason to worry about size. Just use the best bitrate you can get in that amount of space. Use a bitrate calculator and you will totally fill the disk. And perform the IVTC to increase the quality. In my opinion the quality increase is massive. Its more then just more bits per frame, you are now encoding progressive footage instead of interlaced footage. That is the main benefit. -
Adam,
Bingo!
You set your bitrate per second not per frames.
I understand now completely.
... perform the IVTC to increase the quality. In my opinion the quality increase is massive. Its more then just more bits per frame, you are now encoding progressive footage instead of interlaced footage.
I just got finished encoding my Star Wars laserdisc to DVD. On my first encode I forgot to adjust for the 16-235 problem (I captured using a DV encoder) and got washed out color. On my final encode everything went perfectly. I queued up the laserdisc and my DVD and did an A/B test on a 45 inch monitor. I cannot tell the difference at all.
Thank you VERY much for your reply. -
Originally Posted by johnmeyer
John,
I'm doing the same thing. What is the 16-235 problem? I did one encode and had the video go into slow motion for a few seconds during the Greedo/Han scene. Is that the 16-235 problem or does 16 refer to 16:9 and 235 refer to the 2.35:1 aspect ratio? I'm going to redo my encodes for future dual layer burning.
Thanks.
Mythos -
I'm doing the same thing. What is the 16-235 problem?
The good news is that effect is not subtle, so you don't have to guess as to whether you really have a problem or not. Do a sample encode and if the video looks washed out and has low contrast, then you need to defeat your MPEG encoder's remapping (which some, but not all encoders can do). If you can create a sample DVD on a DVD-RW and play it in an A/B fashion with the original source, the colors and contrast should look absolutely identical if you've done everything correctly. I truly cannot tell any difference at all between my THX letterbox laserdisc of Star Wars and the DVD I made from it (when viewed on a Pioneer 45" rear projection NTSC TV).
I did one encode and had the video go into slow motion for a few seconds during the Greedo/Han scene. -
Originally Posted by johnmeyer
I was curious about what you said about defeating the MPEG encoder's remapping. Can you do that with TMPNGEnc? If so, how do you do this.
I use an ADVC-100 for capturing so I don't know how well it really handles colors, but I did notice some of my colors on my first encodes were probably not as vibrant or rich as I would like. Did you use any of the simple color correction filters in TMPNGEnc?
Thanks
Mythos -
I was curious about what you said about defeating the MPEG encoder's remapping. Can you do that with TMPNGEnc? If so, how do you do this.
On the Quantize Matrix tab, you need put a check in: "Output YUV data as Basic YCbCr not CCIR601." This will get rid of the washed out colors. Of course if you don't need to do this, you will get too MUCH contrast.
Did you use any of the simple color correction filters in TMPNGEnc?
http://www.bealecorner.com/trv900/DVD/tmpgenc-tips.html -
I tried to find a way to get Vegas to do it, but the 24p telecine feature really isn't set up to do what is needed for getting Hollywood films back to 24 fps. The nasty little secret is that the telecine process (which repeats and weaves frames in order to get 60 fields per second -- 30 FRAMES per second) is that it often CHANGES during the film. Thus, you cannot just assume that some pattern is going to repeat exactly for the entire two hours of the film. Therefore, you need to find a program that has really intelligent IVTC capability (such as TMPGEnc). It uses "intuitive" algorithms to look at differences between adjacent fields, and throw out those that have large differences (indicating that adjacent film frames were weaved together. It also looks for repeated frames (which is also part of the telecine process) and deletes one of the repeated frames.
Similar Threads
-
(How to) Inverse Telecine
By Cherbette in forum RestorationReplies: 16Last Post: 17th Nov 2011, 13:24 -
Inverse Telecine Anime (Death Note)
By Corpsecreate in forum Video ConversionReplies: 16Last Post: 7th Oct 2011, 02:55 -
Frasier DVD to iPod Inverse Telecine Help
By jmsajdak in forum DVD RippingReplies: 1Last Post: 4th Sep 2008, 09:16 -
PAL Inverse Telecine?
By Anakin in forum Video ConversionReplies: 6Last Post: 18th Aug 2008, 07:34 -
Inverse Telecine, IVTC
By kitty in forum GlossaryReplies: 1Last Post: 10th Jan 2008, 21:40