I have an ogg vorbis video. He plays great in totem and mplayer. I want to hide it up to several images, one image per frame. I can do this on ffmpeg with the following command:
ffmpeg -i video.ogv -f image 2 video-frames-%08png
However, this does not work for this video. Each frame is gray, as if there were problems with decoding. Since it works in a totem, I suspect gstreamer is better able to decode video than ffmpeg. Is there a gstreamer command that will take vgbg ogg video and then create a bunch of images, one for each frame?
I am using the Ubuntu Lucid desktop.
ffmpeg video gstreamer
Rory
source share