Hi, I made the mistake of doing a screen capture to Uncompressed AVI files and many are over 2GB in size. VLC seems to be the only thing that can play these things beyond one minute 16 seconds. Unfortunately, I need to do some subtle color changes and compressing these to H264 kind of ruins that. (not to mention the .mp4s output by VLC 2.0.0 turn green and get distorted in After Effects and Premiere so I can't edit them anyway)
In the Wiki, I see instructions for saving a stream as a .png sequence. However, I don't know how to get it to work given the examples.
http://wiki.videolan.org/Video_Output
There are a couple examples on the page
One shows how to get asci art output "vlc my.avi -V caca"
Another shows how to save png files from a webcam "vlc v4l:// --image-out-prefix=webcam --image-out-ratio=20"
I tried several variations on this including:
vlc my.avi --image-out-prefix=test009
vlc my.avi -V image
Some times I get a progress bar but no files saved (at least I can't find them), other times I get and error message saying the options cannot be parsed.
Can someone please tell me what I need to do to transcode an avi file to a png sequence?
Thank you.