does anyone know a way how to add subtitles to dvd material and still preserve YUV (YV12).
ie. virtudaldub filters are rgb.
i have tried avisynth script, but am not totally happy with it. what do people think of the script?
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\VSFilter.dll")
video=mpeg2source("C:\My Documents\tempo.d2v")
audio=wavSource("C:\My Documents\tempo T01 2_0ch 448Kbps 48KHz.wav")
audiodub(video,audio)
ConvertToYUY2()
AssumeFieldBased()
SmoothDeinterlace(showlace=false)
TextSub("C:\… .ssa")
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
How can i add 2 permanent subtitles upside and downside the video?
By farzad67 in forum SubtitleReplies: 19Last Post: 6th Feb 2013, 12:38 -
Add permanent subtitles to S/VCD,DVD,AVI with ffdshow/vobsub
By Baldrick in forum User guidesReplies: 74Last Post: 4th Oct 2011, 04:11 -
How do I add permanent subtitles 720p MKV video
By Torresinho in forum SubtitleReplies: 1Last Post: 15th Sep 2011, 20:16 -
How do I add or edit permanent subtitles
By VidHunter in forum MacReplies: 19Last Post: 29th Nov 2007, 14:55 -
Add permanent subtitles to an AVI file using a MAC?
By blueblitz in forum MacReplies: 1Last Post: 15th Oct 2007, 05:10