GNOME Bugzilla – Bug 794804
wavenc : adding support for broadcast wave format (BWF)
Last modified: 2018-11-03 15:27:51 UTC
I will provide a patch to add support for bwf version 0 : https://tech.ebu.ch/docs/tech/tech3285.pdf
Created attachment 370292 [details] [review] add support for broadcast wave format to wavenc
pipeline to test : gst-launch-1.0 audiotestsrc num-buffers=30 ! wavenc bwf=true bwf-description="testing 1234" ! filesink location=out.wav ffprobe out.wav ... Input #0, wav, from 'out.wav': Metadata: comment : testing 1234 date : 2018-03-29 creation_time : 08:27:55 time_reference : 0 Duration: 00:00:00.70, bitrate: 713 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 1 channels, s16, 705 kb/s using windows mediainfo also detect it as a broadcast wave format
Will you provide a wavparse too ?
Not for now. wavparse currently skip the bext header.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/456.