Skip to content
Snippets Groups Projects
Commit b8371b6b authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fixed description

parent 3c67e405
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ change_to_global_format_library();
printf colored("Step 3 of 7: add dnx property \n", 'bold green');
foreach my $mediainfo_property (sort keys %mediainfo2dnx) {
my $dnx_property = $mediainfo2dnx{ $mediainfo_property };
add_dnx_property($dnx_property, "$dnx_property <- Exiftool '$mediainfo_property'");
add_dnx_property($dnx_property, "$dnx_property <- Mediainfo '$mediainfo_property'");
}
# include dnx property to classification group (Image(MIX))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment