Hey guys,
This has probably been covered many times, and I did search the forums but no post seemed to cover this particular problem.
I am converting a movie from NTSC avi to PAL dvd, with eng subs.
The DAR (as reported by gspot) is 2.35 (640x272) @ 23.976FPS therefore NTSC anamorphic widescreen.
So i followed this turorial and converted the movie using this avisynth script:
The AssumeFPS() command has been ommited because I already changed it with virtualdub.Code:VISource("ss25.avi",false) LanczosResize(720,432) #432 because i'm converting it to PAL res. AddBorders(0,72,0,72) #(576 - 432)/2 ConvertToRGB24()
Everything else is fine up till here.
When I use GFD, in the subtitle options, I put in the resolution of the video (720x576), but the resulting DVD has the subtitles too low.
So I tried putting 720x432, subtitles in the middle of the picture![]()
What it the correct resolution i should use, or have I done something wrong at the encoding stage?
Thanks in advance.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Subtitle retime and remux doesn't preserve font and positioning
By Canavi in forum SubtitleReplies: 2Last Post: 4th Mar 2011, 05:38 -
re-positioning subs question/problem
By spiritgumm in forum SubtitleReplies: 9Last Post: 13th Nov 2008, 21:08 -
Positioning parts of sub
By tofuguy in forum SubtitleReplies: 8Last Post: 3rd Nov 2008, 11:59 -
Subtitle Positioning
By diablo_jones999 in forum Newbie / General discussionsReplies: 3Last Post: 29th Apr 2008, 10:29 -
How to positioning subtitles
By aslan in forum Newbie / General discussionsReplies: 2Last Post: 7th Dec 2007, 11:32