03-27-2014 10:40 AM
Hi all,
I'm trying to concatenate some fotos and videos in one video file.
I'm using Vision Development Module but it's my first experience with it and I don't know if this project is realisable.
I found an example to generate an AVI file from a photo. It works good.
First, I tried to write photos and video (with different sizes) in the same AVI file (like the example in the VIs attached). This gave errors, all datas must have the same size...
The result is that I have to generate an AVI file for each photo an video and after I have to concatenate them...
Is it possible and how?
LabView 2010/2011- Windows XP
03-31-2014 04:13 AM
Have you tried to resize images before generating an AVI file? Does this work?
03-31-2014 06:09 AM
Yes I have.
It's works but this involved to deform the photos and video.
The must would be really to concatenate diferents files with diferents sizes.
04-01-2014 08:07 AM
As far as I understand you already write videos to avi files. which data type are they? How do you do that?