| Author |
Message |
Leonid Makarovsky
Guest
|
Posted:
Sun Nov 14, 2004 6:01 am Post subject:
AVISynth: AVI going from 29.97fps to 23.97fps using inverse |
|
|
Hi,
I have an AVI file - 29.97fps. I'd like to convert it to 23.97fps to make
an NTSC film. I'd like to do it with AVISynth. Has anyone done it? What the
script should look like? Thanks.
--Leonid
|
|
| Back to top |
|
 |
McAllan
Guest
|
Posted:
Sun Nov 14, 2004 5:40 pm Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
| Quote: | Hi,
I have an AVI file - 29.97fps. I'd like to convert it to 23.97fps to make
an NTSC film. I'd like to do it with AVISynth. Has anyone done it? What
the
script should look like? Thanks.
|
Grab Donald Graft's excellent DeComb filter. It comes with instructions and
exact scrip examples, depending on your source material.
http://neuron2.net/index.html |
|
| Back to top |
|
 |
Leonid Makarovsky
Guest
|
Posted:
Mon Nov 15, 2004 12:02 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
McAllan <fghj@tyui.tyu> wrote:
: Grab Donald Graft's excellent DeComb filter. It comes with instructions and
: exact scrip examples, depending on your source material.
: http://neuron2.net/index.html
Thank you. By the way, I'm a bit confused. Do there exist NTSC Film DVD
specifications? I was going to open TMPGenc for NTSC Film template and didn't
find any. Only SVCD NTSC film and VCD NTSC film.
--Leonid |
|
| Back to top |
|
 |
erratic
Guest
|
Posted:
Mon Nov 15, 2004 12:02 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
On 14 Nov 2004 19:20:58 GMT, Leonid Makarovsky <venom@cs.bu.edu> wrote:
| Quote: | Thank you. By the way, I'm a bit confused. Do there exist NTSC Film DVD
specifications? I was going to open TMPGenc for NTSC Film template and didn't
find any. Only SVCD NTSC film and VCD NTSC film.
|
On the video tab:
- Change the frame rate to 23.976 fps.
- Change the encode mode to 3:2 pulldown.
You can see a picture of the correct settings in this thread:
http://www.videohelp.com/forum/viewtopic.php?t=239003 |
|
| Back to top |
|
 |
Leonid Makarovsky
Guest
|
Posted:
Mon Nov 15, 2004 12:02 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
erratic <erratic@reply-to.address> wrote:
: On the video tab:
: - Change the frame rate to 23.976 fps.
: - Change the encode mode to 3:2 pulldown.
Got it. Actually the thing is, the LaserDisc video I captured from was NTSC,
but the source was film. I can clearly see 3:2 pulldown. Now I can use
inverse 3:2 pulldown to feed TMPGenc the the 23.976fps (internally 29.976fps)
or I can feed TMPGenc with original AVI (29.976fps) file and set it interlaced
for 29.976 interlaced NTSC. Which approach would be more accurate? And also
will the 1st approach save me the disc space?
--Leonid |
|
| Back to top |
|
 |
erratic
Guest
|
Posted:
Mon Nov 15, 2004 12:02 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
On 14 Nov 2004 21:07:28 GMT, Leonid Makarovsky <venom@cs.bu.edu> wrote:
| Quote: | Got it. Actually the thing is, the LaserDisc video I captured from was NTSC,
but the source was film. I can clearly see 3:2 pulldown. Now I can use
inverse 3:2 pulldown to feed TMPGenc the the 23.976fps (internally 29.976fps)
or I can feed TMPGenc with original AVI (29.976fps) file and set it interlaced
for 29.976 interlaced NTSC. Which approach would be more accurate? And also
will the 1st approach save me the disc space?
|
I'm not really familiar with inverse 3:2 pulldown, but if it's done
properly it should be better than keeping the film interlaced, because
after IVTC the encoder only has to encode 23.976 non-interlaced frames
per second instead of 29.97 frames (some interlaced). Progressive frames
are easier for an encoder. There are fewer frames to encode, so each
frame gets more bits if you use the same bitrate; or you can lower the
bitrate without losing quality. (Obviously you will only save disc space
if you lower the bitrate.) |
|
| Back to top |
|
 |
McAllan
Guest
|
Posted:
Mon Nov 15, 2004 2:18 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
| Quote: | Got it. Actually the thing is, the LaserDisc video I captured from was
NTSC,
but the source was film. I can clearly see 3:2 pulldown. Now I can use
inverse 3:2 pulldown to feed TMPGenc the the 23.976fps (internally
29.976fps)
or I can feed TMPGenc with original AVI (29.976fps) file and set it
interlaced
for 29.976 interlaced NTSC. Which approach would be more accurate? And
also
will the 1st approach save me the disc space?
|
For best results, use AVIsynth to perform the IVTC and get you the 23.976
progressive video. Feed that into TMPGenc and encode with the DVD (film)
template like Erratic explained. The only correction I would add to his
advice is that once 3:2 Pulldown When Playback is enabled, you get the
option to select a frame rate called 23.976 {29.97 internally), which is the
one you want to make it fully DVD compliant. Also, make sure you don't tick
3:2 Pulldown under the Advanced tab, but use the one under the video tab.
It's a very common mistake. |
|
| Back to top |
|
 |
Leonid Makarovsky
Guest
|
Posted:
Mon Nov 15, 2004 11:48 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
erratic <erratic@reply-to.address> wrote:
: I'm not really familiar with inverse 3:2 pulldown, but if it's done
: properly it should be better than keeping the film interlaced, because
: after IVTC the encoder only has to encode 23.976 non-interlaced frames
: per second instead of 29.97 frames (some interlaced). Progressive frames
: are easier for an encoder. There are fewer frames to encode, so each
: frame gets more bits if you use the same bitrate; or you can lower the
: bitrate without losing quality. (Obviously you will only save disc space
Thanks.
--Leonid |
|
| Back to top |
|
 |
Leonid Makarovsky
Guest
|
Posted:
Mon Nov 15, 2004 11:50 am Post subject:
Re: AVISynth: AVI going from 29.97fps to 23.97fps using inve |
|
|
McAllan <fghj@tyui.tyu> wrote:
: For best results, use AVIsynth to perform the IVTC and get you the 23.976
: progressive video. Feed that into TMPGenc and encode with the DVD (film)
: template like Erratic explained. The only correction I would add to his
There was no DVD film template, so I just made my own.
: advice is that once 3:2 Pulldown When Playback is enabled, you get the
: option to select a frame rate called 23.976 {29.97 internally), which is the
Yes, thanks.. Originally I chose 23.976 progressive and obviously it didn't
load into my authoring software.
: one you want to make it fully DVD compliant. Also, make sure you don't tick
: 3:2 Pulldown under the Advanced tab, but use the one under the video tab.
: It's a very common mistake.
Yeah. I wanted to do it with AVISynth 'cause it should give much better quality
than TMPGenc one. Thanks.
--Leonid |
|
| Back to top |
|
 |
|
|
|
|