Log in

View Full Version : Resize error - source too small


Delta2
15th December 2007, 13:37
In my script I get this error message :

source image too small for this resize method, Width=0, Support = 4

The source I'm talking about is everything than small

it has a resolution of :

Width : 912 pixels
Height : 368 pixels
Display Aspect ratio : 2.478

How can I crop or resize this movie ?

thanks

squid_80
15th December 2007, 13:48
:script:

Delta2
15th December 2007, 14:10
I found the problem, but it is strange

I have Matroska Sppliter registered, and I use CCCP

I can play the movie in Windows Media Player Classic

But cannot render the video in my script, only audio

here is the graph :

http://img204.imageshack.us/img204/1074/graphdd6.gif

the script is just 1 line, I removed everything to debug

DirectShowSource("movie.mkv")

maybe it is a problem with the movie, without video/image of course all resize methods fails

Guest
15th December 2007, 14:25
Add Info() at the end of your script and check the frame size delivered by the script.

Delta2
15th December 2007, 14:39
Add Info() at the end of your script and check the frame size delivered by the script.

It's useless, without the rendering of the image, all editing video functions, fails

can I put in here just a sample in order you to see, from rapidshare ?

tested another MKV movie, and works, maybe is a problem with that one...as I said

gigantibyte
7th February 2008, 07:24
I was getting this error too. I had coded:

crop( 6, 0, 6, 8)

instead of

crop( 6, 0, -6, -8)

This page came up in a Google search, so I post this in case anyone is looking for a possible answer.

sh0dan
8th February 2008, 17:36
You might have ffdshow set to only enable itself in certain applications. This seems to become a larger and larger issue, since the graph will be different depending on which application is actually opening the script.