Kaiousama
16th March 2003, 14:28
I'm having problems in joining 2 clips via avisynth:
Clip1: is from an avi file 640x480, 23.976 (readed from vdub) framerate, encoded with divx5.x, audio 48khz vbr mp3
Clip2: is from a vob, loaded with mpeg2dec3, resized to 640x480, decombed to 23.976fps (readed from the same vdub), audio added to the clip with ac3source (48khz ac3)
When I make a classical
Output= clip1 + clip2
and i load the script in virtualdub it says an aseptical -cannot join: clips' format is not the same- (maybe words aren't exactly that but the meaning is that)
I've tried to join the two clips without audio (maybe the problem was there) but the result error message is still the same.
Do you have any idea of what could be the problem or what can i examine to find what is it?
@ Shodan & avisynth authors: is it possible to make avisynth more specific in telling which is the parameter (framerate, resolution,colorspace) that doesn't match when you're joining two clips? tnx
Clip1: is from an avi file 640x480, 23.976 (readed from vdub) framerate, encoded with divx5.x, audio 48khz vbr mp3
Clip2: is from a vob, loaded with mpeg2dec3, resized to 640x480, decombed to 23.976fps (readed from the same vdub), audio added to the clip with ac3source (48khz ac3)
When I make a classical
Output= clip1 + clip2
and i load the script in virtualdub it says an aseptical -cannot join: clips' format is not the same- (maybe words aren't exactly that but the meaning is that)
I've tried to join the two clips without audio (maybe the problem was there) but the result error message is still the same.
Do you have any idea of what could be the problem or what can i examine to find what is it?
@ Shodan & avisynth authors: is it possible to make avisynth more specific in telling which is the parameter (framerate, resolution,colorspace) that doesn't match when you're joining two clips? tnx