Im trying for the first time using avisynth 2.5 and CCE 2.67 to convert a PAL SVCD to NTSC DVD and i successfull encoded a three minute clip to see what the conversion would look like.
This is the avisynth scritp that i have used:
LoadPlugin("C:\avs plugins\mpegdecoder.dll")
mpegsource("C:\1movie encoding\cce\hulk\hulk123.m2v")
BilinearResize(688,416,21,0,678,480)
AddBorders(16,32,16,32)
AssumeFPS(23.976, true)
Trim(5000,10000)
ConvertToYUY2()
Any help would be appreciated
Thanks in advance,
VC
+ Reply to Thread
Results 1 to 7 of 7
-
This is so much fun!
-
there's a green bar there?
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
There was one on the screen shot let me edit the pic.
Hopefully one of the avisynth gurus will be able to figure this one out.
Thanks in advance,
VCThis is so much fun! -
Originally Posted by videocheez
First try taking all but mpegsource out and see if you are getting the video. Then add the stuff back in one at a time until you have trouble. Use VDub or mplayer to preview the avs and see if you are still seeing video.
Nothing in there is jumping out at me.... except odd numbers on the resize, you might *might* have to even align those crops. -
If you do not want a green line, I see no "crop" command anywhere in your script. Or you can use the Settings Advanced tab-->(double click)Clip frame in TMPGEnc.
Hello. -
Thanks guys this has been useful information. By the way I fixed the image that i posted above so please take a look.
I first took Tommyknocker's advice.
Originally Posted by Tommyknocker
X1=16
x2=240
y1=75
y2=33
The cropped file had dimensions of 464x372. I suppose I could frameserve this to tmpge and be done with it but i would like to write an Avisynth script that will crop this movie as i have listed above so that i can use CCE to encode to dvd.
I need help applying the vdob mod crop numbers to Avisynth in order to achieve the same effect. As an alternative, I would like to know if I can frame serve from vdub to CCE2.67 and forget about writing the Avisynth script. If its possible to serve vdub to cce please provide advice or location where I can find a guide.
Thanks in advance,
VCThis is so much fun!
Similar Threads
-
Add QTGMC Deinterlacer to MeGUI's avisynth script creator drop down list?
By Simcut in forum Newbie / General discussionsReplies: 2Last Post: 30th Jul 2012, 16:58 -
Lines in video during movement. Any ways to fix that in virtual dub.
By darksniper in forum Video Streaming DownloadingReplies: 15Last Post: 7th Mar 2010, 20:18 -
AviSynth - Add specific Chapters timecodes to your script
By imager in forum EditingReplies: 2Last Post: 26th Dec 2009, 07:25 -
use AviSynth script to add graphic idx/sub subs in DVD Flick?
By MilesAhead in forum SubtitleReplies: 7Last Post: 17th Dec 2009, 12:24 -
I would like and tried to covert my .avi files using HCencoder and Avisynt
By tranbuimd in forum Video ConversionReplies: 5Last Post: 4th Jul 2007, 11:07