-
Use 'x264' by default, users can specify which code to use by using -fourcc 'code' on the command line. On windows, a code of -1 will bring up the vfw codec selection dialog. Signed-off-by: caotto <ottochar@gmail.com>
-
Add a gallery class for videos, treating each frame as a separate template in a templatelist. Currently only uses the .avi file extension, other formats can be read via something like "Open!other_operations," and I'm not aware of a pressing reason to support output to other video containers Signed-off-by: caotto <ottochar@gmail.com>
-
This line was intended to check the value of done, not for a null pointer. The code could cause an infinite loop in some circumstances. Signed-off-by: caotto <ottochar@gmail.com>