Skip to content

Commit

Permalink
Update package info, add exif example
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 9, 2021
1 parent 3f2c9f5 commit e98e380
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,30 @@ In order to check available attributes you can use following command:

```bash
$ exiftool -ee -a /path/to/media.mov
...
Media Create Date : 2018:07:12 18:04:40
Media Modify Date : 2018:07:12 18:04:40
Media Time Scale : 48000
Media Duration : 0:01:36
Handler Class : Media Handler
Handler Type : Audio Track
Handler Description : SoundHandler
Balance : 0
Handler Class : Data Handler
Handler Type : URL
Handler Description : DataHandler
Audio Format : sowt
Audio Channels : 2
Audio Bits Per Sample : 16
Audio Sample Rate : 48000
Layout Flags : Stereo
Audio Channels : 2
Software Version : Lavf57.83.100
Image Size : 1920x1080
Megapixels : 2.1
Avg Bitrate : 46.7 Mbps
Rotation : 0
...
```


11 changes: 8 additions & 3 deletions com.deric.ExifMetadata/com.deric.ExifMetadata.atom
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
Atom {
Name = "ExifMetadata",
Name = "EXIF Synchronizer",
Category = "Tools/Metadata",
Author = "YourName",
Author = "Tomas Barton",
Version = 1,
Date = {2020, 10, 23},
Date = {2021, 08, 09},
Description = [[EXIF metadata synchronization tool, allows fetching metatada from filesystem and storing into DaVinci Resolve Media Pool Metadata.

Requiremets:

<ul>
<li><pre>exiftool</pre></li> installed on PATH
</ul>

<strong>Debian/Ubuntu</strong>
<pre>
sudo apt install libimage-exiftool-perl
</pre>

<a href="https://github.com/deric/DaVinciResolve-metadata/issues">Issues tracker</a>
]],
Donation = {
URL = [[bc1qks84de8jearwchf5l5x2tfcn8e8erhk2t4a3kx?amount=0.00038692&message=resolve]],
Expand Down

0 comments on commit e98e380

Please sign in to comment.