From 2a2c9a4dc1f8d07e1c552332d8e289a6cb0aaab1 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 15 Dec 2025 16:04:48 -0500 Subject: [PATCH 1/2] Add BEP47: support for audio/video recordings in behavioral experiments --- data/beps/beps.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/beps/beps.yml b/data/beps/beps.yml index d29d1d38a..2131c5dcd 100644 --- a/data/beps/beps.yml +++ b/data/beps/beps.yml @@ -676,3 +676,21 @@ google_doc_created: 2022-02-09 pull_request_created: pull_request_merged: + +- number: '047' + title: Audio/video recordings for behavioral experiments + display: Behavioral audio/video recordings + pull_request: https://github.com/bids-standard/bids-specification/pull/2231 + html_preview: https://bids-specification--2231.org.readthedocs.build/en/2231/modality-specific-files/behavioral-experiments.html + content: + - raw + leads: + - given-names: Benjamin + family-names: Dichter + bids_maintainers: + status: + - Adds support for storing audio and video behavioral recordings (new `_audio` and `_video` suffixes) in the `beh/` directory. + blocking: + google_doc_created: + pull_request_created: 2025-10-25 + pull_request_merged: From 30abd589d093db4b4292ab357f20018efc19317f Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 1 Jul 2026 13:34:02 -0400 Subject: [PATCH 2/2] Add BEP047 audio/video behavioral recordings community-review post Announces the community review for BEP047 (audio, video, audiovideo, and image recordings in beh/) and the shared media files appendix, following the existing community-review post convention. Review close date left as a placeholder pending scheduling. Co-Authored-By: Claude Opus 4.8 (1M context) --- ...community-review-behavioral-audio-video.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/blog/posts/community-review-behavioral-audio-video.md diff --git a/docs/blog/posts/community-review-behavioral-audio-video.md b/docs/blog/posts/community-review-behavioral-audio-video.md new file mode 100644 index 000000000..9d9e2b908 --- /dev/null +++ b/docs/blog/posts/community-review-behavioral-audio-video.md @@ -0,0 +1,38 @@ +--- +date: 2026-07-01 +slug: "BIDS community review for BEP047: Audio and Video Behavioral Recordings" +author: Ben Dichter +categories: +- community review +--- + +The BIDS community is preparing to merge the BIDS Extension Proposal 47 (BEP047), which adds support for audio, video, and still-image recordings of behaving subjects. + + + +Behavioral experiments increasingly rely on cameras and microphones — from freely-moving animal recordings to interviews and speech tasks — yet BIDS has had no standardized way to store these files. BEP047 fills that gap. It lets audio, video, combined audio-video, and image recordings live in the `beh/` directory using the `_audio`, `_video`, `_audiovideo`, and `_image` suffixes, with sidecar JSON metadata describing the recording (device, duration, codecs, frame rate, resolution, and more). Multiple simultaneous cameras or microphones are distinguished with the `recording` entity, and repeated captures with the `run` and `split` entities. + +BEP047 builds on a new, shared **media files appendix** that defines common file formats, codecs, and stream metadata. These definitions are intentionally general so they can be reused by other proposals that handle media (such as BEP044 for stimuli), keeping naming and metadata consistent across the standard. + +The updated draft is available for review at: + +- Behavioral audio/video recordings: [https://bids-specification--2231.org.readthedocs.build/en/2231/modality-specific-files/behavioral-experiments.html](https://bids-specification--2231.org.readthedocs.build/en/2231/modality-specific-files/behavioral-experiments.html) +- Common media files appendix: [https://bids-specification--2231.org.readthedocs.build/en/2231/appendices/media-files.html](https://bids-specification--2231.org.readthedocs.build/en/2231/appendices/media-files.html) + +Note that the content of those pages may change as suggestions are accepted during the review process. + +An example dataset demonstrating the proposed layout is available at: + +[https://github.com/bids-standard/bids-examples/pull/523](https://github.com/bids-standard/bids-examples/pull/523) + +Comments and suggestions may be submitted on GitHub at: + +[https://github.com/bids-standard/bids-specification/pull/2231](https://github.com/bids-standard/bids-specification/pull/2231) + +The community review will close on **[REVIEW CLOSE DATE]** at 23:59 UTC. + +If no larger issues occur, all open comments and suggestions will be resolved in the following days and merged into the BEP. Afterwards, the BEP will be merged into the BIDS specification, followed by a 5-business-day long feature freeze and a new BIDS release (containing behavioral audio/video/image recordings, among other changes as documented in the BIDS changelog). + +For more details on the release protocol, please see: + +[https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md](https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md)