View Single Post
Old 26th March 2007, 15:55   #1213  |  Link
lucassp
Registered User
 
Join Date: Jan 2007
Location: Romania, Timisoara
Posts: 223
guys, i've got a small problem:

Code:
a=DirectShowSource("D:\1.EVO",fps=23.976,audio=false)
b=DirectShowSource("D:\2.EVO",fps=23.976,audio=false)
VC1=a+b
crop(VC1, 0, 144, 0, -136)
trim(VC1, 25000, 25500)
ok...under Windows Media Player 6.4 everything plays fine. but, when i'm trying to encode this in MeGUI the output is 1920x1080 instead of 1920x800...it's skipping the crop procedure and I don't know why!
lucassp is offline