View Single Post
Old 07-11-2012, 01:49 PM   #133
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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

Last edited by twobob; 07-11-2012 at 01:59 PM. Reason: added future refs + possible route
twobob is offline   Reply With Quote