| Top |  |  |  |  | 
Writes a JPEG image as JPEG/EXIF or JPEG/JFIF including various metadata. The jpeg image received on the sink pad should be minimal (e.g. should not contain metadata already).
| 1 | gst-launch-1.0 -v videotestsrc num-buffers=1 ! jpegenc ! jifmux ! filesink location=... | 
The above pipeline renders a frame, encodes to jpeg, adds metadata and writes it to disk.
| plugin | jpegformat | 
| author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 
| class | Video/Formatter |