Did a few more tests with different length recordings.

3 hours works, needs Timeout 1800 or rdimport exits with error.
3 hrs. 20 min. doesn't work, rdimport exits without error, cart is created
and shows the full time in library, but only contains truncated audio (12
minutes, in this case. 150MB from a 2GB wav)

Thanks,
Greg



On 10/05/2015 11:10 AM, Dan Mills wrote:
> What is the file size of the cut in /var/snd ?
> Looks like the wav format filesize limit (2GB), technically 4 but all
> sorts of thing have trouble above 2GB due to issues with signed Vs
> unsigned integers.
> 
> Basically the wav format has a length field for the audio data which
> is a 32 bit integer, but lots of things see this as signed (Which is a
> bug, but a very common one), so for stereo, 16 bit samples, @44.1KHz
> we get 2^31 / 4 / 44100 seconds = 12173 / 3600 Hours = 3.38 = 3Hrs, 22
> minutes 48 seconds if my maths is correct.
> 
> Regards, Dan.
> 
> 
> On Mon, Oct 5, 2015 at 3:18 PM, Gregory Avedissian <[email protected]> 
> wrote:
>> Hi,
>>
>> New member here, very happy with Rivendell.
>>
>> Is there a maximum allowed length for a single cart? We're trying to
>> broadcast a recording of a 3+ hour meeting. Rivendell shows the cart to be
>> 3:46:30 in length, but it stops playing after 40 minutes, and the log
>> proceeds to the next cart (which is set to PLAY). There are no errors in
>> the system logs.
>>
>> The meeting gets recorded on video for Cable TV, and we get a wav file for
>> the radio station. The wav file gets some initial editing in Audacity and
>> then gets imported into the Rivendell library.
>>
>> If I open the imported file (/var/snd/whatever.wav) in Audacious, it shows
>> as 40 minutes. If I go into the rdlibrary edit window for the cart, it
>> shows as 3:46:30, but if I then go to Edit Markers, the same time is shown
>> in the Length box, but the waveform in the graph ends at the 40 minute mark.
>>
>> I tried re-importing the original file, and it did the same thing. I
>> worked around it by breaking the file up into four segments, and this
>> works, but the people who are doing this day-to-day would rather not have
>> to break it up. Is this possible? Any idea what's going on here?
>>
>> Using Rivendell 2.3.10-1 from tryphon repo, installed on Debian 7 (Wheezy).
>>
>> Thanks for any help with this. Let me know if you need more information.
>>
>> Greg Avedissian
>> _______________________________________________
>> Rivendell-dev mailing list
>> [email protected]
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> 
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to