Removing the MPImage2 tag in a .mpo file from a FujiFilm Real 3D W1 camera

Started by wsherman, May 10, 2010, 10:37:31 PM

Previous topic - Next topic

Phil Harvey

Hi Gem,

To convert an MPO to a JPEG without losing metadata, try this:

exiftool -mpf:all= -trailer:all= FILE

(The ability to delete the MPF segment was added in ExifTool 9.14.)

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).