Main Menu

Emphasis & Duration

Started by linuxline, May 10, 2018, 08:06:28 PM

Previous topic - Next topic

linuxline

Hello,

"Emphasis" refers to what aspect of metadata? This was part of the results from the command line ExifTool for an audio file.

<tr><td>Emphasis</td><td>None</td></tr>

Also, metadata result "Duration" of the audio file did not show the exact length. The result stated a length of time with the word "approx." in commas. Could you describe why this is so, especially when all of the other results are so accurate?

Thank you!


StarGeek

According to this page

"The emphasis indication is here to tell the decoder that the file must be de-emphasized, ie the decoder must 're-equalize' the sound after a Dolby-like noise supression. It is rarely used."


"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Phil Harvey

The length is approximate because it is (most likely) calculated as the file size divided by the bitrate, which doesn't account for the existence of headers or metadata in the file.

- 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 ($).

linuxline

Thank you very much again! That all makes sense, especially how you explained.