digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Tmpgenc showing wrong resolution? (http://www.digitalfaq.com/archives/encode/3955-tmpgenc-showing-wrong.html)

Reno 06-12-2003 01:41 PM

Tmpgenc showing wrong resolution?
 
I've got ToK all set up, avisynth re-installed, the newest version of Moviestacker, and a registered version of Tmpgenc. When I fire up ToK to encode using the preset for optimal script (avisynth 2.0x),

Tempgenc returns this totally off-the-wall resolution (352x56)!!! :evil:

It then errors out, saying the resolution of the video is illegal!!!!

I know it isn't my script, because my script drops into Tmpgenc without incident...

My source is 480x384, and PAL, but should that even make a difference?

(P.S. On another frustrating note, aspect ratio appears vertically stretched even with the raw optimal script. God, this sucks!!!!!!!!!!!!!)

8O 8O 8O HELP 8O 8O 8O

Jellygoose 06-12-2003 02:22 PM

What are your resizing lines? can you post the script?

Reno 06-12-2003 11:12 PM

Here it is, Jelly. Turns out Kwag's script is fine (the actual source is also stretched) :evil:

#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Sampler.dll")

AviSource("C:\Source\whatever.avi")
ConverttoYUY2
LegalClip()
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()

--------------------------------
Still doesn't explain the ToK problem, though...

Anerboda 06-12-2003 11:42 PM

After you load your script in ToK, try clicking at the "Video" tab,
and see if there is an error.

Quote:

Tempgenc returns this totally off-the-wall resolution (352x56)!!!
...this is often the resolution of an error, it could be a codec problem...

Anerboda

ozjeff99 06-13-2003 01:17 AM

Hi Reno

Check the output resolution of the script in Vdub to ensure it is 528x480. If not then maybe Gripfit is not handling your odd source res properly in which case I would use the MovieStacker parameters without it checked.

ozjeff99


All times are GMT -5. The time now is 05:45 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.