Easy Audio Capture 10.3 Time Limit 3:20?
Started by
tyler353
, Jun 20 2010 08:46 PM
10 replies to this topic
#1
Posted 20 June 2010 - 08:46 PM
I am running Easy CD & DVD 10.3 DE Edition on Windows 7. I use the Easy Audio Capture gadget and it works well. But I cannot record more than 3 hours 20 minutes. Is there a way to set that limit higher? I have plenty of hard drive space (1.5 TB)-- so it can't be that--whenever I set it to run overnight it stops at 3 hours 20 minutes exactly.
#2
Posted 21 June 2010 - 12:22 AM
How big is the audio file it saves with that 3hrs 20mins ??
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
#3
Posted 21 June 2010 - 06:56 PM
1.97 GB
There must be some setting where it won;t go over that. Which is weird--in past versions of easy audio capture as far back as Version 7.5 I could record days of audio. I may just have to upgrade to Creator 2010.
There must be some setting where it won;t go over that. Which is weird--in past versions of easy audio capture as far back as Version 7.5 I could record days of audio. I may just have to upgrade to Creator 2010.
#4
Posted 21 June 2010 - 07:04 PM
'DE' is a Dell OEM version that had pieces surgically removed and other bits modified - Dell are supposed to provide tech support (but try getting them to admit that)
If it ain't broke, fiddle with it until it breaks, then fiddle with it until you get it fixed
"Rincewind could scream for mercy in nineteen languages and just scream in another forty-four "
"If computers get too powerful, we can organize them into a committee; that will do them in."
“Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns.” — Mitch Ratcliffe
Daithi
Home Brew computer
Intel I7 950 on Gigabyte X58A UD3R mobo
12 GB Three Channel DDRAM
Radeon HD4850 512 MB GDR3 graphics
Signalink USB Audio Codec for ham radio connection
1 x 160 GB, 1 x 330 GB, 1 x 400 GB IDE drives
4 x 250 GB SATA 2
LG HL-DT-ST GGW-H20L BD-RE drive
22" Acer P223W monitor
EMC 7.5 on Windows XP 32 SP3
EMC10 on Windows XP64 SP2
Creator 2011 on Windows 7 Ultimate
ECD6 on Gentoo Linux (running under VMWare)
"Rincewind could scream for mercy in nineteen languages and just scream in another forty-four "
"If computers get too powerful, we can organize them into a committee; that will do them in."
“Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns.” — Mitch Ratcliffe
Daithi
Home Brew computer
Intel I7 950 on Gigabyte X58A UD3R mobo
12 GB Three Channel DDRAM
Radeon HD4850 512 MB GDR3 graphics
Signalink USB Audio Codec for ham radio connection
1 x 160 GB, 1 x 330 GB, 1 x 400 GB IDE drives
4 x 250 GB SATA 2
LG HL-DT-ST GGW-H20L BD-RE drive
22" Acer P223W monitor
EMC 7.5 on Windows XP 32 SP3
EMC10 on Windows XP64 SP2
Creator 2011 on Windows 7 Ultimate
ECD6 on Gentoo Linux (running under VMWare)
#5
Posted 22 June 2010 - 03:45 PM
Tyler353,
I'm doing some tests with my EMC 10, but they're taking time [as you'd know]. Can you look at one of your 3hs 20mins files, right-click it and check its properties, and tell me exactly how many bytes it is?
Would you please also confirm that the drive you're saving to is using the NTFS file system rather than FAT32.
I'm concerned that the file might be either 2,147,483,647 or 2,147,483,648 bytes in size.
Regards,
Brendon
I'm doing some tests with my EMC 10, but they're taking time [as you'd know]. Can you look at one of your 3hs 20mins files, right-click it and check its properties, and tell me exactly how many bytes it is?
Would you please also confirm that the drive you're saving to is using the NTFS file system rather than FAT32.
I'm concerned that the file might be either 2,147,483,647 or 2,147,483,648 bytes in size.
Regards,
Brendon
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
#6
Posted 23 June 2010 - 08:08 PM
Okay, I've tied up my machine for long enough and have finished my testing.
Tyler353,
This is a bug in the file save used by Easy Media Creator 10.x [EMC 10.x] Easy Audio Capture.
I tested with the full commercial version of EMC 10.0 [build 100B44B] in XP, and the capture fell over at the same point each time regardless of whether I was saving to a FAT32 system or an NTFS one. It is NOT caused by you having an OEM version. It happens when the file size exceeds 2,147,485,647 bytes, which is a little over 3hrs 20mins of saved WAV file.
I could also test version 10.1, but since you found the problem in 10.3 and I confirmed it in 10.0, I can't see the point in wasting further time to check out the version in between.
It looks as if whoever coded the application made the mistake of using a 32-bit 'signed integer' where they should have used an unsigned one or a longer pointer. This pointer can count up to +2,147,485,647 and then overflows.
I don't know if the same error has carried through to Creator 2010, but if you need to know I can test it and report back to you in a day or so.
Regards,
Brendon
Tyler353,
This is a bug in the file save used by Easy Media Creator 10.x [EMC 10.x] Easy Audio Capture.
I tested with the full commercial version of EMC 10.0 [build 100B44B] in XP, and the capture fell over at the same point each time regardless of whether I was saving to a FAT32 system or an NTFS one. It is NOT caused by you having an OEM version. It happens when the file size exceeds 2,147,485,647 bytes, which is a little over 3hrs 20mins of saved WAV file.
I could also test version 10.1, but since you found the problem in 10.3 and I confirmed it in 10.0, I can't see the point in wasting further time to check out the version in between.
It looks as if whoever coded the application made the mistake of using a 32-bit 'signed integer' where they should have used an unsigned one or a longer pointer. This pointer can count up to +2,147,485,647 and then overflows.
I don't know if the same error has carried through to Creator 2010, but if you need to know I can test it and report back to you in a day or so.
Regards,
Brendon
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
#7
Posted 05 February 2011 - 02:34 AM
I am also interested in any solution to this problem. If the recording goes over about the 3 hr 20 min mark, the recording fails and just presents an empty (well, 44 byte!) folder. This does limit the task I have for this otherwise excellent program. Any idea if 2011 version has the same snag at all? Many thanks, Mike. Perth, Western Australia.
#8
Posted 05 February 2011 - 02:48 AM
Gidday Mike,
I trust Yasi didn't get down as far as your corner there. I see things were a bit rough up the Sunshine Coast.
This is an old thread you've posted to, but your symptoms seem to fit the bill as the same problem. Are you using EMC 10.x ?
How urgently do you need to know about whether this is fixed in Creator 2011? As long as it's not just idle curiosity I could tie the machine up for 3-4 hours tomorrow and see. The question hasn't raised its ugly head since EMC 10, so I can't tell you straight away.
Cheers,
Brendon
I trust Yasi didn't get down as far as your corner there. I see things were a bit rough up the Sunshine Coast.
This is an old thread you've posted to, but your symptoms seem to fit the bill as the same problem. Are you using EMC 10.x ?
How urgently do you need to know about whether this is fixed in Creator 2011? As long as it's not just idle curiosity I could tie the machine up for 3-4 hours tomorrow and see. The question hasn't raised its ugly head since EMC 10, so I can't tell you straight away.
Cheers,
Brendon
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
#9
Posted 05 February 2011 - 05:33 AM
Hi Brendon
Yasi didn't reach across here! As I am sure you will know (given your location!) there aren't many things from the East that venture across here - and for the most part we are eternally grateful! I note you have a few shakes again fairly recently. I hope they are all over for our visit there in early April. We are visiting our daughter and family in Napier, then coming down to the South for a tour.
Regards the problem, I am currently running 2009 Ultimate, but have 2011 on it's way. Ordered that as I was told that 2009 would not work with Windows 7, but have had zero problems (apart from this that is not an OS problem).
Thanks for the offer, but what I'll do is record for 3.5 hours on 2011 when it appears, see what happens, and post back the result. Meanwhile, it's back to Audacity which I have now finally got working OK with 7.
Thanks again for the very kind offer though.
Will post result ASAP.
Best wishes, Mike
Yasi didn't reach across here! As I am sure you will know (given your location!) there aren't many things from the East that venture across here - and for the most part we are eternally grateful! I note you have a few shakes again fairly recently. I hope they are all over for our visit there in early April. We are visiting our daughter and family in Napier, then coming down to the South for a tour.
Regards the problem, I am currently running 2009 Ultimate, but have 2011 on it's way. Ordered that as I was told that 2009 would not work with Windows 7, but have had zero problems (apart from this that is not an OS problem).
Thanks for the offer, but what I'll do is record for 3.5 hours on 2011 when it appears, see what happens, and post back the result. Meanwhile, it's back to Audacity which I have now finally got working OK with 7.
Thanks again for the very kind offer though.
Will post result ASAP.
Best wishes, Mike
#10
Posted 05 February 2011 - 12:24 PM
Morning Mike,
I'll go boot on Win 7 and start it now, since I don't have anything else going at the moment and we have 30+ today. Watch this space . .
Brendon
I'll go boot on Win 7 and start it now, since I don't have anything else going at the moment and we have 30+ today. Watch this space . .
Brendon
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
#11
Posted 05 February 2011 - 07:55 PM
Hi, I'm back.
Sorry for the delay, but I went and ran the test using the default settings - saving in MP3. Doh!!! Since it was only 300 MB or so, of course 3 hours 20m was saved without problem.
After I stopped blushing, I ran the test saving to .WAV. At 3 hours the file was around 2 GB and going well, but when I went to 3hr 30mins and stopped the capture, the file became 44 bytes.
So we can say quite clearly that Easy Audio Capture in Creator 2011 still shows the 32-bit signed integer problem, and the byte pointer overflows when it passes +2,147,485,647.
I guess you need to break captures in blocks of 3hr 15m or less for .WAV files, or save audio in one of the compressed formats.
Regards,
Brendon
Sorry for the delay, but I went and ran the test using the default settings - saving in MP3. Doh!!! Since it was only 300 MB or so, of course 3 hours 20m was saved without problem.
After I stopped blushing, I ran the test saving to .WAV. At 3 hours the file was around 2 GB and going well, but when I went to 3hr 30mins and stopped the capture, the file became 44 bytes.
So we can say quite clearly that Easy Audio Capture in Creator 2011 still shows the 32-bit signed integer problem, and the byte pointer overflows when it passes +2,147,485,647.
I guess you need to break captures in blocks of 3hr 15m or less for .WAV files, or save audio in one of the compressed formats.
Regards,
Brendon
P4 @3.20GHz on Albatron PX-865PE Pro II with 2GB DDR-SDRAM, FX5900XT video, Viewsonic monitors,
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
BENQ DW1640, in XP Pro and Windows 7
I blame it all on Global Warming / Global Cooling / Global Staying the Same [pick one]
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





