ExifTool Forum

ExifTool => Newbies => Topic started by: BG Davis on May 12, 2019, 12:41:56 PM

Title: EXIF data: Shutter speed and apertrure for video?
Post by: BG Davis on May 12, 2019, 12:41:56 PM
Hello, All,
I just started using ExifTool and it is a great thing to have.
I often want to find the settings that I used to shoot video, to see what worked best under certain conditions.  Is there any way to use ExifTool to see shutter speed and apertrure for video?
Also, is there a way to copy all the data in the ExifTool window?  I've tried various keys but nothing seems to work.
Thanks in advance.
Title: Re: EXIF data: Shutter speed and apertrure for video?
Post by: StarGeek on May 12, 2019, 01:01:18 PM
Quote from: BG Davis on May 12, 2019, 12:41:56 PMIs there any way to use ExifTool to see shutter speed and apertrure for video?

If the data is embedded in the file, it will show up in the output.  Not all cameras will embed this data and it will probably be lost if the file is processed in some way.

QuoteAlso, is there a way to copy all the data in the ExifTool window?

Assuming you're using Windows and dragging/dropping files, then just click in the window, hit CTRL+A then ENTER.  The results should be copied to the clipboard.  If you run exiftool in a CMD window, you have more flexibility.  Appending |clip to a command will pipe the output into the clipboard.  Adding >C:\Path\to\Output.txt (replace the whole path with the actual location you want an output file) will redirect the output to a text file.
Title: Re: EXIF data: Shutter speed and apertrure for video?
Post by: BG Davis on May 13, 2019, 11:42:43 AM
Thanks.  I tried your first suggestion (which was what I had tried before) and it doesn't work.
--When I enter Ctrl-A the characters [^A] appear.
--When I hit [Enter] the ExifTool window disappears
--When I put the cursor on a document and enter [Ctrl-V] or right-click and select Paste, nothing happens.  (If I previously copied something else, that something else is the only thing on the clipboard.)
Title: Re: EXIF data: Shutter speed and apertrure for video?
Post by: BG Davis on May 13, 2019, 11:44:20 AM
Quote from: StarGeek on May 12, 2019, 01:01:18 PM
Quote from: BG Davis on May 12, 2019, 12:41:56 PMIs there any way to use ExifTool to see shutter speed and apertrure for video?

If the data is embedded in the file, it will show up in the output.  Not all cameras will embed this data and it will probably be lost if the file is processed in some way.
I was afraid of that.
QuoteAlso, is there a way to copy all the data in the ExifTool window?

Assuming you're using Windows and dragging/dropping files, then just click in the window, hit CTRL+A then ENTER.  The results should be copied to the clipboard.  If you run exiftool in a CMD window, you have more flexibility.  Appending |clip to a command will pipe the output into the clipboard.  Adding >C:\Path\to\Output.txt (replace the whole path with the actual location you want an output file) will redirect the output to a text file.
Title: Re: EXIF data: Shutter speed and apertrure for video?
Post by: StarGeek on May 13, 2019, 12:13:33 PM
Strange.  I just double checked here and it worked.  What version of Windows are you using?

You may have to try and use CMD.  Or create a BAT file.