I want to encode subtitles to a Windows Media Audio/Video file, but these types of files do not work on VirtualDubMod. I would like to either change the file to AVI, or use a different encoder. Any suggestions?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try Virtualdubmpeg2 or the ordinary virtualdub with the wmv plugin, http://home.comcast.net/~fcchandler/index.html.
Or use xvid4psp, load the wmv, load the subtitle, choose avi under profile, convert. -
Not working
Apparently the file was in ASF format, which Microsoft no longer supports. Thanks for your help anyway
If you have any other suggestions, please reply.
-
If you can playback your file on your pc normally, you can usually frameserve using vsfilter and avisynth into an encoder of choice. For example, you can use vdub if you want to output avi types with DivX/XviD, or wmnicenc if you want to output wmv type files, or MeGUI if you want x264 encoded files (there are many other choices)
To decode WMV & WMA formats, you can install Windows media format SDK11, which will install the Windows DMO audio & video decoder. If you installed WMP11, it should already be installed on your system. This is preferred quality-wise over the ffdshow decoding for wmv type files
The .avs script might look something like this (you need to fix filenames, correct paths, and fps if different, use mediainfo to check)
DirectShowSource("C:\PATH\file.WMV", fps=23.976, audio=true)
TextSub("C:\PATH\subtitle.srt")
Similar Threads
-
How to add hardcoded subtitles to WMV using ffmpegX
By Vitoarc in forum ffmpegX general discussionReplies: 0Last Post: 12th Mar 2010, 11:42 -
How i can add subtitles to one or more wmv files...
By fits79 in forum SubtitleReplies: 1Last Post: 18th Aug 2008, 02:26 -
How i add subtitles to a vc1 wmv video?
By yigal33 in forum DVD RippingReplies: 1Last Post: 29th Dec 2007, 14:55 -
How i add subtitles to a vc1 wmv video?
By yigal33 in forum SubtitleReplies: 0Last Post: 29th Dec 2007, 14:19 -
Best App for Converting MPEG2 files to WMV/WMA 5.1
By JBredensteiner in forum Video ConversionReplies: 13Last Post: 7th Oct 2007, 14:58