We are please to introduce the new and improved discussion forum. It should eliminate the issues we've been having with the discusson board in the past. The old forum will still be available in "read only" mode HERE in case anyone wants to review the old topics that were posted.
Would anyone know if it is possible to save a single image from a MPEG file? I took pictures & video of my daughter's first Dance Recital. The pictures of the rehersal came out so so, but the video of the actual recital has some great images on it that I'm hoping to save as JPEG's. Any ideas? Thank you!
Another way is to crop out the part of the video want and then convert each frame to a jpeg.
Something like this should work:
ffmpeg -i in.mp4 -vcodec mjpeg -sameq temp/out-%d.jpg
In most video editing software, there will be a function to export images. In Roxio 10, while editing a movie, you right click on the image to export it.
** Tom **