Difference between revisions of "BWF MetaEdit"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Added links to Function and/or Content Type)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 +
|image=BWFmetaEdit.png
 
|purpose=BWF MetaEdit permits embedding, validating, and exporting of metadata in Broadcast WAVE Format (BWF) files.
 
|purpose=BWF MetaEdit permits embedding, validating, and exporting of metadata in Broadcast WAVE Format (BWF) files.
|image=
 
 
|homepage=http://sourceforge.net/projects/bwfmetaedit/
 
|homepage=http://sourceforge.net/projects/bwfmetaedit/
|license=Public domain
+
|license=Public domain / ZenLib license
 
|platforms=Windows, Mac, Linux
 
|platforms=Windows, Mac, Linux
 +
|function=Metadata Extraction, Metadata Processing, Validation
 +
|content=Audio
 
}}
 
}}
 +
{{Infobox tool details
 +
|releases_rss=https://sourceforge.net/projects/bwfmetaedit/rss?path=/
 +
|issues_rss=https://sourceforge.net/p/bwfmetaedit/bugs/feed.rss
 +
}}
 +
== Description ==
 +
BWF MetaEdit allows extraction, validation, editing as well as embedding of metadata in Broadcast WAVE Format (BWF) files. Furthermore, it can be used to embed MD5 checksums into the BWF file and to report certain errors in WAVE files. Validation of metadata is possible via a ruleset [http://bwfmetaedit.sourceforge.net/validation_rules_help.html] based on technical specifications by the European Broadcast Union (EBU), who developed the BWF format, by Microsoft, as the format is based on WAVE, as well as by ISO for metadata content such as country codes. The validation rule set also contains conformance testing against the Federal Agencies Digital Guidelines Initative (FADGI) recommendations. Each rule can be either enforced or disabled, allowing for validation towards standard as well as policy compliance.
  
<!-- Delete the Categories that do not apply -->
+
This tool was developed in 2010 for the Library of Congress and other federal government agencies by the Federal Agencies Digital Guidelines Initiative (FAGDI) and is supported by [http://weareavp.com AVP]. Written in C++. BWF MetaEdit is in the public domain.
[[Category:Metadata Processing]]
 
[[Category:Validation]]
 
[[Category:Audio]]
 
  
 +
===Platform===
 +
BWF MetaEdit is configured for command line and GUI for Windows/PC, Macintosh, and several major Linux distributions (Debian, ubuntu, redhat, CentOS, fedora, openSUSE, Mandriva).
  
= Description =
+
===Documentation and user support===
BWF MetaEdit permits embedding, validating, and exporting of metadata in Broadcast WAVE Format (BWF) files. Developed by FADGI. Written in C++.
 
  
= User Experiences =
+
Guidelines for use from FAGDI (also included in the tool): http://www.digitizationguidelines.gov/audio-visual/documents/help_home.html
 +
Tutorial by U Texas ischool: https://tutorials.ischool.utexas.edu/index.php/BWF_MetaEdit
  
 +
== User Experiences ==
 +
* Paper including case studies on BWF: [http://practicaltechnologyforarchives.org/issue2_duryee_lyons/ "Two Open-Source Tools for Digital Asset Metadata Management"] by Alexander Duryee and Bertram Lyons
 +
* Includes description of a study on embedded metadata which utilized BWF MetaEdit: [http://www.avpreserve.com/wp-content/uploads/2014/04/EmbeddedMetadata.pdf "Embedded Metadata in WAVE Files: A look inside issues and tools"] by Chris Lacinak, AVPreserve
 +
* [https://tutorials.ischool.utexas.edu/index.php/BWF_MetaEdit ischool Tutorial] includes some user experience description
  
= Development Activity =
+
== Development Activity ==
 +
<!-- As of 2015-02-08, BWF MetaEdit was not included on OpenHub--Sara Outhier As of 2017-02-09 still not on OpenHub--lindlar -->

Latest revision as of 19:07, 20 April 2021



BWF MetaEdit
BWF MetaEdit permits embedding, validating, and exporting of metadata in Broadcast WAVE Format (BWF) files.
Homepage:http://sourceforge.net/projects/bwfmetaedit/
License:Public domain / ZenLib license
Platforms:Windows, Mac, Linux
Function:Metadata Extraction,Metadata Processing,Validation
Content type:Audio



Release Feed

Failed to load RSS feed from https://sourceforge.net/projects/bwfmetaedit/rss?path=/: Error parsing XML for RSS

Issues Feed

2020-06-29 12:21:45
#18 BWF MetaEdit continually crashes

I have same issuw with v20.05 (20.05.2) on Mac OS X 10.11.6 . Can lock up when scrolling or when saving metadata even with only two files loaded,

by Mr Stephen Cummings
2020-06-29 12:18:10
#27 BWF crashes if updating more than 5 files at a time

I have same issuw with v20.05 (20.05.2) on Mac OS X 10.11.6 . Can lock up when scrolling or when saving metadata even with only two files loaded,

by Mr Stephen Cummings
2020-06-29 12:09:43
BWF MetaEdit 20.5 repeatedly freezing on MacOS 10.11.6

I have BWF MetaEdit v 20.5 running on El Capitan 10.11.6 and it keeps freezing whilst scrolling through loaded files or after editing and just as I am saving the me...

by Mr Stephen Cummings
2020-06-29 11:57:38
#13 repeated crashes with bwf metaedit GUI in win 7 64 bit

I have v 20.5 running on El Capitan 10.11.6 and it keeps freezing whilst scrolling through loaded files or after editing and just as I am saving the metadata. Serio...

by Mr Stephen Cummings
2016-01-12 16:02:26
Loudness Metadata args not implemented

Loudness arguments are not parsed currently in the CLI build.

Simple fix as the backend is already implemented? Adding the following to CommandLine_Parser.cp...

by Piaras Hoban

Description[edit]

BWF MetaEdit allows extraction, validation, editing as well as embedding of metadata in Broadcast WAVE Format (BWF) files. Furthermore, it can be used to embed MD5 checksums into the BWF file and to report certain errors in WAVE files. Validation of metadata is possible via a ruleset [1] based on technical specifications by the European Broadcast Union (EBU), who developed the BWF format, by Microsoft, as the format is based on WAVE, as well as by ISO for metadata content such as country codes. The validation rule set also contains conformance testing against the Federal Agencies Digital Guidelines Initative (FADGI) recommendations. Each rule can be either enforced or disabled, allowing for validation towards standard as well as policy compliance.

This tool was developed in 2010 for the Library of Congress and other federal government agencies by the Federal Agencies Digital Guidelines Initiative (FAGDI) and is supported by AVP. Written in C++. BWF MetaEdit is in the public domain.

Platform[edit]

BWF MetaEdit is configured for command line and GUI for Windows/PC, Macintosh, and several major Linux distributions (Debian, ubuntu, redhat, CentOS, fedora, openSUSE, Mandriva).

Documentation and user support[edit]

Guidelines for use from FAGDI (also included in the tool): http://www.digitizationguidelines.gov/audio-visual/documents/help_home.html Tutorial by U Texas ischool: https://tutorials.ischool.utexas.edu/index.php/BWF_MetaEdit

User Experiences[edit]

Development Activity[edit]