TVPaint 44 Khz audio?
TVPaint 44 Khz audio?
Is TVPaint loading audio at 44 Khz? NO matter what I do it seems when I load in a sound file I can hear a pronounced distortion compared to the original. It also puts a loud pop at the beginning. I can only equate the distortion to something I encountered in the past with DV audio (48 Khz) being used in Adobe Premiere which only used 44Khz audio. Everytime the sound was loaded in Premiere, that distortion was apparent.
------
Yojimbo
The last man standing with a fist full of dollars
Yojimbo
The last man standing with a fist full of dollars
Hi,
TVPaint loads the sound at the sampling rate of the file.
How big is your file ? Can you post it here, or send it to me privately if you prefer ?
The pop is something I did look into often, but I was never able to reproduce it on my computer. Maybe this time ?
EM.
TVPaint loads the sound at the sampling rate of the file.
How big is your file ? Can you post it here, or send it to me privately if you prefer ?
The pop is something I did look into often, but I was never able to reproduce it on my computer. Maybe this time ?
EM.
Quicktime is DEAD. Get over it and move on !
The Wav file is large and I don't think I can post it here.
Still, here's what I found out. I made the wave file at both 16/44 and 16/48. It doesn't matter which one load, it has the pop at the beginning. But the 44 Khz wav file sounds correct after that. The 48 Khz wav file sounds distorted an "digtal".
If I play the files in a normal player they both sound fine.
It seems I can zip them up and then upload them so I will try that when I get the chance.
Still, here's what I found out. I made the wave file at both 16/44 and 16/48. It doesn't matter which one load, it has the pop at the beginning. But the 44 Khz wav file sounds correct after that. The 48 Khz wav file sounds distorted an "digtal".
If I play the files in a normal player they both sound fine.
It seems I can zip them up and then upload them so I will try that when I get the chance.
------
Yojimbo
The last man standing with a fist full of dollars
Yojimbo
The last man standing with a fist full of dollars
Or use the command line (everybody should learn to use the command line :)
Open a terminal window (/Applications/Utilities/Terminal),
and type :
This will generate a compressed tar archive of all .wav files in that folder.
If you have other wav files there, just type the name of the two useful ones instead of *.wav
tgz archives can be opended natively by MacOSX and winzip can open them too.
EM.
Open a terminal window (/Applications/Utilities/Terminal),
and type :
Code: Select all
cd /the/folder/with/the/files
tar cvfz outputfilename.tgz *.wav
If you have other wav files there, just type the name of the two useful ones instead of *.wav
tgz archives can be opended natively by MacOSX and winzip can open them too.
EM.
Quicktime is DEAD. Get over it and move on !