|
I've saved up enough to buy a Stand-alone CD Recorder and have decided to go pro and get one of the Tascams.
I'm looking at the CD-RW900SL as has been highly recommended.
http://tascam.com/product/cd-rw900sl/
But I also like the CC-222SLmkII which is ...
Started by chris lehn on
, 13 posts
by 9 people.
Answer Snippets (Read the full thread at audiokarma):
If you already have a cassette ....
Three inputs with record volume adjust.
I'll record both sides at once to a CDRW and then trough actually come off if you prefer not to have the Pro look.
I also use mine like a tape recorder.
|
|
Hello,
What free DVD recorder are you guys using?
Thanks
Started by Artur Carvalho on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Otherwise I really prefer Nero, which unfortunately is not free .
It can read many image formats images I like ISO Recorder .
I've found imgburn can do everything I could ask of a DVD recorder.
|
|
I need to record a demo of our application. Can anyone recommend a good screen recorder?
I have tried CamStudio, but it's throwing errors. Any other good free software I should try?
Started by willem on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Take example, when you want to record a video with your voive and want to modify it, you can simply use shareware to edit....
Questions/876889/steps-recorder-tool-to-make-tutorials
Have you looked at Jing ?
You can do it with ScreenToaster.
|
Ask your Facebook Friends
|
Is there any keyboard mouse macro recorder to save time time on any repeated task?
Started by Jitendra vyas on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
With AutoScriptWriter II which can record your actions and make a script for you, which you can.
|
|
I am looking for a good screen recorder to make training videos of my systems - can you recommend any ?
Started by mm2010 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It can take screenshots and record.
It's free and it works great, I have only good thing to say about it .
|
|
I have seen demos of Problem Step Recorder program that comes with Windows 7. It's an amazing little tool. Do we have similar tools for Windows XP? I know there are screen recording tools like CamStudio. But I'm looking for something light-weight.
Started by HashName on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Imago simple.
It allows you to record screen activities and sound into highly: there's an older version available for free (v5.3) but it doesn't feature the screen recorder.
Faststone Capture all the way for me.
|
|
My division has been tasked with recording the morning presentation audio for future use, using the built-in Windows Sound Recorder. Because of human nature, we don't always remember to start it on time.
Windows doesn't have a built-in equivalent to the...
Started by crystalattice on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Just point the task scheduler(5000) ;five seconds WinActivate....
System32\sndrec32.exe" WScript.Sleep(100) WshShell.AppActivate "Sound - Sound Recorder" WScript.Sleep This will start the sound record application and start it recording.
|
|
I've been using WatiN as a testing tool for my current project. Besides the minor bugs with the Test Recorder, I've been able to use it and automate a lot of my tests in conjunction with NUnit. Anyone else out there with experience with different tools...
Started by Mac on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
An easy way to started using RC is....
You can very easily look at the scripts and figure .
If you prefer record-play, then download the Firefox add-on Selenium IDE and then record your scripts and run them.
Firefox in both Mac and Windows.
|
|
Can anyone recommend a good, free replacement for Windows 'Sound Recorder'?
Requirements:
Very quick to load and run Allows saving to a compact sound format (e.g. MP3) Allows long recordings (1+ Hours) Free Runs on Windows XP Would be nice but probably...
Started by andygrunt on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Main Features:
* Record recorders)
Easy MP3 Sound....
Free MP3 Sound Recorder
· Record sound from many sourcesAudacity® - free, open source software for recording and editing sounds.
Events are logged for future diagnosis.
|
|
I want a piece of software that will constantly record what I'm doing on my desktop, discarding footage that's over [30] seconds old. Its recording would be a rolling one.
The idea is that I can somehow hit a button and see "what just happened".
I don...
Started by lance on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
#!/bin/bash while true; do ffmpeg -f x11grab -s 1280x800 -r 60 -i :0.0 -f avi... .
You can try Camtesia
Hope it fits your needs!
OK, On linux, the following script will create three .avi files in /tmp/ that will keep the last few instants recorded.
|