Subtitles are a new thing to me. I've never had to deal with them before - this is a first for me.
I've got this foreign film in NTSC Film (23.976) frame rate and the English subs that go with it. To watch it, I will need to convert it to 25fps PAL. How will doing this affect the subtitles? The subs must be time-stamped to appear at certain points in the movie so they correspond with the picture, but are they *time* stamped or referenced by the frame number?
If time-stamped, how can I convert them to allow for the speed up when I convert the video & audio to 25fps?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Originally Posted by DRP
Here is an example AviSynth AVS script:
Code:LoadPlugin("MPEG2DEC3.DLL") LoadPlugin("VSFILTER.DLL") mpeg2source("D:\DVD\VIDEO_TS\FILENAME.D2V") VobSub("D:\DVD\VIDEO_TS\SUBS\FILENAME.SUB") LanczosResize(720,576) AssumeFPS(25.000, true)
Anyways that is all there is to it. The above AviSynth script will burn the subs into the 23.976fps NTSC video and then it will be changed to PROGRESSIVE 25fps PAL format.
It's that simple
- John "FulciLives" Coleman
P.S.
Remember you will have to change the NTSC audio to sync with the new PAL video you are creating. This can be done using BeSweet and the BeSweet GUI and/or AC3Machine.
FINAL NOTE
This is for a Progressive NTSC DVD rip to PAL but can be done using an AVI source video as well. As long as your subs are in a format VobSub can read then all should be A-OK"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Using NTSC (16:9) and PAL (4:3) sources to restore a film...
By takearushfan in forum RestorationReplies: 61Last Post: 3rd Mar 2012, 15:13 -
NTSC/PAL but exact film length: How so?
By Anonymous5394 in forum Newbie / General discussionsReplies: 2Last Post: 5th Mar 2010, 11:42 -
NTSC video with a film-like/PAL to NTSC conversion type of look that shouldn't
By Bix in forum RestorationReplies: 34Last Post: 8th Feb 2010, 15:17 -
FPS NTSC & PAL Film/Digital
By flamingo in forum Newbie / General discussionsReplies: 5Last Post: 13th Nov 2007, 13:21 -
FPS..NTSC & PAL Standard Cinema Film/Digital
By flamingo in forum TestReplies: 0Last Post: 9th Nov 2007, 08:30