That rotation is not an edit to the image data. It is an edit to the file's metadata that instructs the display app or editing app to rotate the image after decompression. Not all apps with obey this type of "rotation".
No.
Metadata telling the display program to rotate the image came along later.
You can actually rotate the GOPs with software. Losslessly. The content is actually changed. But there is no loss.
http://stackoverflow.com/questions/...ed-image-be-rotated-without-a-loss-in-quality
Like I said, I've written software to do this. I know what I wrote. It wasn't a metadata change.
But irrelevant to this discussion, so sorry I brought it up. Just pointing-out that there are some LIMITED transformations possible on JPEG without changing image quality.
Take the video and then for publication, extract the scenes at fixed interval as individual image files. Then, under Illustrator, place and line then up to make a large snapshot of video images.
Why on earth would you use Illustrator to manipulate bitmap images?! It's a vector graphic editor. Yes, I know it has some bitmap capability, but, geez, use Photoshop. You can rent the CURRENT version by the month, you know.
I guess you have some ancient version of Illustrator.
-----
Your original video is MP4. The frames will have to be decompressed from the stream, and it will be a compromise in any case. The weak link in your chain is probably whatever you use to extract the frames, and some ancient application may or may not do a great job. (Since whatever you use supports only BMP and JPEG, I make the assumption it is ancient.)
Sure, save your images to BMP or any other lossless format, before cleaning them up in Photoshop. BMP is crazy, but whatever floats your boat. It will at least preserve whatever quality your extraction software was able to produce when it extracted the frames.
If you used a digital SLR with a RAW mode, you might improve on quality by converting the RAW frames to PNG. There are a number of apps that will shoot raw stills on iPhone, but as far as I know, none for video.
http://www.macworld.com/article/312...with-ios-and-look-forward-to-dual-lenses.html
You might apply some light filtering in Photoshop to blur MPEG fringes. Since I don't know your target resolution or presentation format (are you going to print this on paper, and if so how?) impossible to say if it's worth-while to do.
(Edited: I was initially under the impression that the source images were JPEG. If the source images were JPEG - e.g. iPhone STILLS and not captured raw, then there is no possibility of increasing the image quality by saving in BMP.)