Okay I have my output.raw from ffmpeg.
Next up the wav output I guess.
EDIT: FOR THE FUTURE READER I am reading here:
http://ffmpeg.org/ffmpeg.html
Okay so this looks pretty promising:
‘-attach filename (output)’
Add an attachment to the output file.
This is supported by a few formats like Matroska for e.g. fonts used in rendering subtitles. Attachments are implemented as a specific type of stream, so this option will add a new stream to the file.
It is then possible to use per-stream options on this stream in the usual way. Attachment streams created with this option will be created after all the other streams (i.e. those created with -map or automatic mappings).
ffmpeg -i INPUT -attach Mystuff.wav
Am I right in thinking I could weld - err - glue the audio like this? Just a thought, or maybe i'll just cross encode them by hand in the absence of other routes.
So as to not go too
OT I will shift the remainder of this dialog to:
https://www.mobileread.com/forums/sho...=183528&page=7
Thanks