Hi,
I'm as fresh as you can be on video converting. I would like to convert a xvid file with srt subtitles to a format that is readable by my Microsoft Zune(wmv).
the standard video size is 624x352 so to get it to look properly on my screen (320x240) i should resize it to 320x180 with a letterbox of 320x240. I heard Lanczos is good for resizing. I also would like to burn in the subtitles.
Here it gets interesting for me; i already figured out that avisynth is a good frameserver and that i should use tmpgenc plus to convert it to wmv (right? or is there a better converter?)
Anyway, i dont have the slightest idea how the script should look like, could anyone please give me an example of how it should look like with the settings i described above?
Thanks in advance!
Regards,
Dennis
p.s i made this script by myself:
Code:# Created by AVSEdit # FLX 11/19/2006 LoadPlugin("C:\Program Files\AviSynth 2.5\dgdencode\dgdecode.dll") LoadPlugin("C:\Program Files\AviSynth 2.5\textsub\VSFilter.dll") AVISource("C:\vid\prison.break.208.hdtv-lol.avi") TextSub ("prison.break.208.hdtv-lol.srt") Lanczos4Resize(320,180) Letterbox(30,30)
+ Reply to Thread
Results 1 to 2 of 2
-
-
I'd probably resize, add borders and then the subs. May as well use the black borders for something useful, otherwise leave them out... unless the Zune stretches the video without them?
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Need Help with My AviSynth Script
By Enkidu in forum Newbie / General discussionsReplies: 3Last Post: 21st Jan 2011, 21:37 -
Avisynth Script Help
By jamhat in forum Video ConversionReplies: 2Last Post: 29th Nov 2009, 06:13 -
Avisynth script
By daz2712 in forum Video ConversionReplies: 2Last Post: 19th Aug 2009, 11:08 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29