|
|
| butterfly |
| Posted: Jan 6 2003, 05:02 PM |
 |
|
Unregistered

|
hi all im trying to make a clip out of some homemade movies but when i try to put two of them together with "append avi segment" on the "file" menu it says that the video streams have different deta formats.
do you know what can i do to make it work?
i mean, isnt it the idia of virtualdub? to make things like this?
thanks again good day |
 |
| fccHandler |
| Posted: Jan 6 2003, 08:25 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
VirtualDub can't join AVIs unless they have exactly the same format, but you may be able to make it work with an Avisynth script:
| CODE | part1 = AVISource("part1.avi").ConvertToRGB part2 = AVISource("part2.avi").ConvertToRGB AlignedSplice(part1, part2) |
-------------------- May the FOURCC be with you... |
 |
| butterfly |
| Posted: Jan 6 2003, 11:02 PM |
 |
|
Unregistered

|
thanks i'll try it, but it is wired, i thought that virtualdub sepoes to do idsacly this but ok... thanks again |
 |