Re: [arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-27 Thread Mantas Mikulėnas
On Thu, Jul 26, 2012 at 8:14 PM, Nelson Marambio wrote: > Well, the cat-concept was the one I tried before - it may work fine for mp3s > with CBR, but with VBR it fails because you get an inaccurate track length. There are several tools to recalculate the VBR header; `mp3diags` is one of them. -

Re: [arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-26 Thread Nelson Marambio
Am 26.07.2012 17:52, schrieb satisficer: On 2012-07-25, Nelson Marambio wrote: for joining audio dramas (d/l from Amazon) which come along in MP3-Format I use a short script mp3wrap tmp.mp3 *.mp3 Does anyone have an advice for me? For a quick, dirty, and temporary solution: I use `cat` to

Re: [arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-26 Thread satisficer
On 2012-07-25, Nelson Marambio wrote: > for joining audio dramas (d/l from Amazon) which come along in > MP3-Format I use a short script > > mp3wrap tmp.mp3 *.mp3 > > Does anyone have an advice for me? For a quick, dirty, and temporary solution: I use `cat` to join mp3 files. I believe the hea

Re: [arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-25 Thread Nelson Marambio
Am 25.07.2012 20:54, schrieb pants: On Wed, Jul 25, 2012 at 08:26:37PM +0200, Nelson Marambio wrote: Does anyone have an advice for me ? Have the suitable parameters for ffmpeg changed ? Or is the ffmpeg-call obsolete meanwhile (it seemed to be necessary for fixing the audio-header concering tra

Re: [arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-25 Thread pants
On Wed, Jul 25, 2012 at 08:26:37PM +0200, Nelson Marambio wrote: > Does anyone have an advice for me ? Have the suitable parameters for > ffmpeg changed ? Or is the ffmpeg-call obsolete meanwhile (it seemed > to be necessary for fixing the audio-header concering track length) > ? Despite the chanc

[arch-general] Joining mp3's --> Floating point exceptionffmpeg

2012-07-25 Thread Nelson Marambio
Hi, folks, for joining audio dramas (d/l from Amazon) which come along in MP3-Format I use a short script #!/bin/bash mp3wrap tmp.mp3 *.mp3 ffmpeg -i tmp_MP3WRAP.mp3 -acodec copy all.mp3 && rm tmp_MP3WRAP.mp3 It works for half of my books, processing the other half produces this error messag