-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] split file according to cue sheet #261
Comments
If you do not need to do this in batch, Audition at least can do it for one file.
https://blog.adobe.com/en/publish/2010/06/04/using-audition-to-save-section
Marcos
From: fenugrec ***@***.***>
Sent: Friday, June 16, 2023 12:33 PM
To: MediaArea/BWFMetaEdit ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [MediaArea/BWFMetaEdit] [question] split file according to cue sheet (Issue #261)
Hi,
I'm looking for a way to split a .wav file with embedded cue sheet (BWFMetaedit can export it just fine as XML). This seems to be a bit out of scope for this project maybe, unless I'm missing something. Any suggestions would be appreciated.
I'm not sure either how to process the exported XML cue sheet - all the required information is in there but I don't know what other software can digest it as-is. I would like to avoid writing a script , but that is currently my only idea (e.g. parse that xml and run multiple ffmpeg commands)
Thanks !
—
Reply to this email directly, view it on GitHub<#261>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAD7LVH574NPURMW5IFJU6LXLSDD3ANCNFSM6AAAAAAZJPJ5ZU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
@MarcosSueiro Thanks for the reply. Unfortunatly I don't use Audition, and anyway I did want to batch-process a few files ! |
Additional information : the 'cue' chunks are not actually part of the BWF or extended headers as I initially thought, but are in fact defined in the very first WAV specifications of 1991. |
Hi,
I'm looking for a way to split a .wav file with embedded cue sheet (BWFMetaedit can export it just fine as XML). This seems to be a bit out of scope for this project maybe, unless I'm missing something. Any suggestions would be appreciated.
I'm not sure either how to process the exported XML cue sheet - all the required information is in there but I don't know what other software can digest it as-is. I would like to avoid writing a script , but that is currently my only idea (e.g. parse that xml and run multiple ffmpeg commands)
Thanks !
The text was updated successfully, but these errors were encountered: