m4b > mp3 only gives one second of playback
Hi all, I couldn't find any help on problems of this type elsewhere.
When trying to convert m4b to mp3 using:
ffmpeg -i %s -f wav -
lame -b %b - -
I only get one second of playback. However that one second seems to be transcoded properly. When used in the terminal (I'm on OS X 10.5) both commands produce playable files.
I have also tried:
ffmpeg -i %s -acodec libmp3lame -
which is what I usually use to convert files locally, but the results from this do no play at all.
edit: the tracks play perfectly when using itunes as the external player. Strange. My flash Player is up to date, just in case that could have been the problem.
Any help would be great - long journies arn't the same without audiobooks.
Thanks,
Tom
When trying to convert m4b to mp3 using:
ffmpeg -i %s -f wav -
lame -b %b - -
I only get one second of playback. However that one second seems to be transcoded properly. When used in the terminal (I'm on OS X 10.5) both commands produce playable files.
I have also tried:
ffmpeg -i %s -acodec libmp3lame -
which is what I usually use to convert files locally, but the results from this do no play at all.
edit: the tracks play perfectly when using itunes as the external player. Strange. My flash Player is up to date, just in case that could have been the problem.
Any help would be great - long journies arn't the same without audiobooks.
Thanks,
Tom