Audacity is not a video editor. You will need to look in the Help for the video editor you are using.
Gale
Search found 57626 matches: help
Searched query: help
- Thu Apr 18, 2013 4:37 am
- Forum: Windows
- Topic: Hello Need Help With Recording
- Replies: 9
- Views: 1198
- Thu Apr 18, 2013 4:23 am
- Forum: macOS
- Topic: Cannot get Lame Encoder to work
- Replies: 1
- Views: 612
Cannot get Lame Encoder to work
... "ok" is grayed out. Only "libmp3lame.dylib" I tried uninstalling lame and reinstalling and the same thing happened. Can anyone help me understand what is happening and what to do to correct this? I downloaded audacity and lame to my pc and had no problems at all. And on this ...
- Wed Apr 17, 2013 11:29 pm
- Forum: macOS
- Topic: Help needed: Can't open .caf files any more?[WORKAROUND]
- Replies: 8
- Views: 4904
Re: Help needed: Can't open .caf files any more?
If I open the file as "Raw Data," I get a four second white noise "show."
Koz
Koz
- Wed Apr 17, 2013 11:26 pm
- Forum: macOS
- Topic: Help needed: Can't open .caf files any more?[WORKAROUND]
- Replies: 8
- Views: 4904
Re: Help needed: Can't open .caf files any more?
Nope. Crashes for me, too. It's instructive that if you right-click (control-click) the sound file > Open With > Other > Audacity (Application) > "Audacity" is gray. So the system knows this is not a compatible combination, even with the FFMpeg software installed. Do you have your iPad and...
- Wed Apr 17, 2013 8:58 pm
- Forum: Windows
- Topic: Hello Need Help With Recording
- Replies: 9
- Views: 1198
Re: Hello Need Help With Recording
Thanks I Got, can you help me put youtube videos like a scene ex(speech) into a hook. How to do that. I know you have to use movie creater etc. can you help me?
- Wed Apr 17, 2013 8:53 pm
- Forum: macOS
- Topic: Help needed: Can't open .caf files any more?[WORKAROUND]
- Replies: 8
- Views: 4904
Re: Help needed: Can't open .caf files any more?
Koz,
I am too new to the forum to be allowed to PM but a zipped version of the test .caf file and the error report generated when trying to open it are attached to this post.
Thanks for your help.
Thor
I am too new to the forum to be allowed to PM but a zipped version of the test .caf file and the error report generated when trying to open it are attached to this post.
Thanks for your help.
Thor
- Wed Apr 17, 2013 8:43 pm
- Forum: macOS
- Topic: Help needed: Can't open .caf files any more?[WORKAROUND]
- Replies: 8
- Views: 4904
Re: Help needed: Can't open .caf files any more?
... file itself. I have both FFMpeg and Lame installed properly, so I don't think that should be a problem but you never know. Hope you are able to help figure out what's going on... Thor
- Wed Apr 17, 2013 7:26 pm
- Forum: Nyquist
- Topic: Help me understand snd-fft boundary behavior
- Replies: 1
- Views: 1083
Re: Help me understand snd-fft boundary behavior
I surmized that the amount of returned Frames would also depend on the magical number 1020 from the internal buffer (not the case , see the code). An example, where this number has an influence would be with '(snd-avg s 1020 1020 op-average)': Your Sound has 1020 samples > 1 returned value 1020 + 50...
- Wed Apr 17, 2013 7:17 pm
- Forum: macOS
- Topic: Help needed: Can't open .caf files any more?[WORKAROUND]
- Replies: 8
- Views: 4904
Re: Help needed: Can't open .caf files any more?
iMovie sound files. Audacity freezes or vanishes? If the files open in QuickTime, chances they will also open in iTunes. If they do, the desperation method is convert to WAV in iTunes and use that in Audacity. There is also this MP3 converter although you should not be using MP3 for production, only...
- Wed Apr 17, 2013 3:49 pm
- Forum: Nyquist
- Topic: Help me understand snd-fft boundary behavior
- Replies: 1
- Views: 1083
Help me understand snd-fft boundary behavior
Are these statements correct: The first frame from (snd-fft snd length skip window) is calculated from the first length samples. The number of frames returned before returning nil is (snd-length snd ny:all) divided by skip and rounded down. Therefore when the window is longer than the skip, there is...