Yes, that is possible! Subtitles can only be placed on top of the video. Placing the subtitles below the original video is possible by enlarging the video frame. This is done by adding black bars to the top and bottom of the video. These black bars will be visible when the video is not in fullscreen. They are different from black bars that are only visible during fullscreen playback. Those are not part of the video frame and thus can not be used to put the subtitles onto. So two steps need to be taken: (1) enlarge the video frame, and (2) move the subtitles down a bit. Step 1 is the most important, step 2 is often not even needed. Below you will find instructions for configuring DirectVobSub and ffdshow. You only need to configure the filter that is responsible for displaying the subtitles. Usually that will be DirectVobSub, unless you explicitly configured ffdshow to handle the subtitles. DirectVobSub (1) DirectVobSub options -> General -> Vertical Padding -> Extend to 16:9 (2) DirectVobSub options -> Main -> Override placement ffdshow (1) ffdshow video decoder configuration -> 'Subtitle' page -> Enable 'Letterbox' with value 16:9 (2) ffdshow video decoder configuration -> 'Subtitle' page -> Vertical Position Values that you should use Extend and Letterbox 16:9 means that the video height will be enlarged so that the ratio of the video width/height becomes 16/9. A different ratio may be more optimal depending on your monitor/tv. Some indications: Monitor with screen resolution 1600x1280, 1280x1024, 1280x800 -> use 16:9 Monitor with screen resolution 1600x1200, 1024x768, 800x600 -> use 4:3 HDTV -> use 16:9 PAL TV -> use extend to 576 lines NTSC TV -> use extend to 480 lines
Both filters have a default vertical position of 90%. To move the subtitles further down, increase this percentage with a few %. Don't make it too big, otherwise the bottom part of the subtitles may fall outside of the visible video area. |