In last version b8 I had a problem with Movie Maker (you should find the topic
here). Now I got a bit further. Now I don't get any error messages, or anything. Now half an hour has gone and were still here:
The same happens with the other compression methods. The movie should be about 5 minutes long, and there's 6040 tif-images to go! ;)
Perhaps something is not working? Perhaps there is something lacking from my computer?
Here's some info of my computer:
OS Name
Microsoft Windows 8
Version
6.2.9200 Build 9200
System Manufacturer
ASUSTeK COMPUTER INC.
System Model
CM1745
System Type
x64-based PC
System SKU
SKU
Processor
AMD A10-5700 APU with Radeon(tm) HD Graphics, 3400 Mhz, 2 Core(s), 4 Logical Processor(s)
BIOS Version/Date
American Megatrends Inc. 5202, 5.12.2012
SMBIOS Version
2.7
Embedded Controller Version
255.255
BIOS Mode
UEFI
Hardware Abstraction Layer
Version = "6.2.9200.16442"
Installed processing 2.0 b8 on Windows 7 64 today and now the Processing Movie Maker dialog works AND also offers an option to include a soundtrack in the movie! Hooray! But, when I try to write the movie I only get an error message of "Creating the quicktime movie failed. Closed".
Here's the frame saving line:
saveFrame("output/frames####.tif");
The console message:
java.io.IOException: closed
at javax.imageio.stream.ImageInputStreamImpl.checkClosed(ImageInputStreamImpl.java:96)
at javax.imageio.stream.ImageInputStreamImpl.close(ImageInputStreamImpl.java:843)
at javax.imageio.stream.FileImageOutputStream.close(FileImageOutputStream.java:143)
at ch.randelshofer.media.quicktime.QuickTimeWriter.close(QuickTimeWriter.java:3046)
at processing.app.tools.MovieMaker.writeVideoOnlyVFR(MovieMaker.java:679)
at processing.app.tools.MovieMaker.access$10(MovieMaker.java:609)
at processing.app.tools.MovieMaker$4.doInBackground(MovieMaker.java:572)
at javax.swing.SwingWorker$1.call(SwingWorker.java:277)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at javax.swing.SwingWorker.run(SwingWorker.java:316)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
I've made a video using GSVideo library since, for some reason, the MovieMaker in Processing IDE doesn't work for me (Windows 7, Processing 2b7). The video is here:
http://www.youtube.com/watch?v=Nen93v6CXrs
The music track was analysed with Minim to produce some effects. My question is, is there a way to include the music track in the produced video. In the above video I had to use an external tool (NCH VideoPad) to combine the sound and video, which brings the problem of syncing the sound with the movie!
If there is not a way to straightly include the sound into the video in the movie making process in Processing so what would be your advice to syncing the sound.
Another problem is of course the poor quality of the video due to the compressing. Will the Processing MovieMaker help in this, when it eventually works. How to make higher quality videos?