Quote:
Originally Posted by twobob
To be clear I am not trying to encode the files on the kindle.
I'm trying to construct meaningful files that I can work with - perhaps with a modified raw2gmv - to create a stream for the gmPlayer++ (that can play a meaningful, striped audio stream alongside the video)
I hope that's nice and clear.
|
Okay. It was always clear. I just wanted to provide information you may want to take into account.
I "standardized" on 600x800 7 FPS for eink video. Whatever size audio buffer you settle on should be interleaved every so many frames. The audio should probably precede the video a bit. To play on a DX, there should probably be about a second of audio buffered before the video it belongs to. The buffer should be large enough to avoid dropouts when the video falls behind. Up to a second video lag is allowed before framedropping starts in gmplay, so we need at least one second (plus a couple frames) of audio buffered up. IMHO.