Tagged Questions

2
votes
2answers
518 views

Which frame does ffmpeg get when reducing the frame rate

I have some video that I would like to convert to images of frames every 2 sec. E.g. If the video is 7 seconds long at 15 fps I would like to get frames 1, 31, 61, 91. The command: ffmpeg -i ...
0
votes
1answer
55 views

Streaming jpegs live to iphone app

Im progressing through taking the depth camera feed from my kinect and streaming it to my iphone app. I have got to stage of being able save jpegs for every frame created from the kinect depth image ...
0
votes
1answer
79 views

ffmpeg2theora oggfwd not working with icecast2

I have a camera streaming (mjpeg) in http://192.168.x.x/image (where x are the rest of the IP). I start my icecast2 server (Ubuntu 10.10) and then I stream using: ffmpeg2theora -f mjpeg ...
0
votes
0answers
305 views

FFMPEG Convert from mov, mjpeg codec error

I've a problem when i try to convert a .mov to a .webm with ffmpeg... I've no problems from any others video format. I've enable the Quicktime formats "--enable-zlib" and with the "ffmpeg -formats" ...
0
votes
1answer
184 views

Where is the documentation for the Mjpeg codec used in mencoder, VLC and FFMpeg?

Mencoder has a lovely option for converting a mjpeg file into an avi file with an 'MJPG' codec that plays in VLC. The command line to do this is: mencoder filename.mjpeg -oac copy -ovc copy -o ...