I've been using this video mixer for awhile now and I've decided to release it in order to gain any feedback I can. I've posted some basic instructions in the README file but otherwise I'm open to suggestion on how I can make it any better and more stable.
-
-
hey man, thanks for the upload
i'm not sure about this is working or not
I tried to load a directory with .avi files... but nothing shows up. can you tell me which file format do you use? -
hi,
tnx for your patch.
I also tried but I had the same problems with movie files. I've used mp4. -
I used .mov files that were created by ffmpeg on linux. Here's the code that I used
ffmpeg -i file.avi -vcodec mjpeg -s 640x480 -aspect 4:3 -an -sameq file.mov
I'm afraid I really can't help if this or other file formats don't work for you. It's dependent on many factors such as what version of operating system you use plus other things.