View Full Version : Why is the resolutions different?
Arshad07
5th September 2009, 11:03
http://i28.tinypic.com/16h6tts.jpg
Script
SetMTMode(5)
DGDecode_mpeg2source("C:\Documents and Settings\Administrator\Desktop\ENCODING\bhool bhulaiya\BB.d2v", cpu=4, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=1).tdecimate()
crop( 2, 56, -2, -58)
Spline64Resize(624,260) # Spline64 (Sharp)
SetMTMode(2)
Tweak(hue=-2.0, sat=1.12, bright=0, cont=1.0, coring=true, sse=false)
LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, dest_x=last.width, dest_y=last.height, Smode=3, strength=30)
Gavino
5th September 2009, 12:57
What output resolution are you expecting?
Your script resizes to 642x260.
Arshad07
5th September 2009, 13:37
What output resolution are you expecting?
Your script resizes to 642x260.
No! My script resizes to 624x260.
Gavino
5th September 2009, 14:12
Sorry, missed that, my eyes are failing. :(
Perhaps you set a non-square PAR when encoding?
Arshad07
5th September 2009, 17:30
Sorry, missed that, my eyes are failing. :(
Perhaps you set a non-square PAR when encoding?
Where can i find the non-square PAR option?
neuron2
5th September 2009, 17:50
See section 5 here:
http://www.gromkov.com/faq/conversion/xvid_options.html
Arshad07
5th September 2009, 21:34
I am using xvid from megui. It has a different interface.
poisondeathray
5th September 2009, 22:18
Maybe it's just being read incorrectly. How does it play? (what dimensions)?
What do mediainfo or gspot say about the file?
Arshad07
5th September 2009, 23:05
^
http://i32.tinypic.com/2lxa6q9.jpg
neuron2
5th September 2009, 23:10
What is that app on the left that is showing 640x274?
Can you post a link to a small sample AVI that shows this issue?
Arshad07
5th September 2009, 23:40
What is that app on the left that is showing 640x274?
Can you post a link to a small sample AVI that shows this issue?
That is Media Player Classic.
http://www.sendspace.com/file/5yb8nh
poisondeathray
5th September 2009, 23:53
Perhaps there is something wrong with your splitter and/or decoder? Playing that sample in MPC shows 640x272. I am using ffdshow to decode, and the system quartz.dll for splitter as determined by graphstudio. All internal source filters and decoders are disabled for me in MPC
http://i31.tinypic.com/1zqamp1.jpg
jmartinr
5th September 2009, 23:59
That is Media Player Classic.
Which gets it's info from the decoder.
You can load your file in graphedit to see what properties are passed on from filter to filter. You can also check a lot of filter properties in MPC itself.
Arshad07
6th September 2009, 00:18
I am using Haali as splitter and ffdshow as decoder. Still showing different resolution :(
How can i use quartz.dll? Do i need to load it via external filters?
poisondeathray
6th September 2009, 00:27
did you disable all internal source filters / decoders in MPC? one of them might be the culprit
render the file in graphstudio and look at the input/output pins to see where the resolution is off
quartz.dll is the one that comes with windows by default
when you install haali splitter, there is a checkbox to enable avi support, don't checkmark it. (You can uninstall/reinstall, I would uncheckmark .mp4 support as well, there are better splitters that support ac3 in .mp4 for example)
poisondeathray
6th September 2009, 00:36
I suspect it's an issue with your MPC build or MPC internal filters , because switching to haali splitter worked OK for me in graphstudio
talen9
6th September 2009, 02:46
Look at the GSpot screenshot up there; the PAR is set to ~0.992.
Hence, the "transformation" from 272 to 274 (274 ~= 272/0.992).
In MeGUI AVS script creator, did you use "(Clever) anamorphic encoding" option? Because this discrepancy is created there... and I'm calling it "discrepancy" 'cause you obviously weren't aware of what you were doing :)
Arshad07
8th September 2009, 11:41
Guys, same problem again :
http://i27.tinypic.com/9krnv5.jpg
But now different resolutions. I'm pretty sure the problem comes with xvid.
talen9
8th September 2009, 11:43
Did you make yourself this last AVI file? With MeGUI this time too?
Did you have a look at my previous post? :rolleyes:
Arshad07
8th September 2009, 19:29
Did you make yourself this last AVI file? With MeGUI this time too?
Did you have a look at my previous post? :rolleyes:
Yea, with MeGui.
No, i didnt use (Clever) anamorphic encoding option.
poisondeathray
8th September 2009, 19:44
Did you disable all internal source filters and decoders within MPC configuration?
Did you render the file in graphstudio?
How does it actually play (what dimensions)?
Did you try other software for playback (e.g. KMplayer, VLC etc..)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.