Hello you musicologists !
I like to create karaoke video files, to sing with my friends.
Sometimes we need to modify the pitch of the music, for instance from F# to Ab.
Is it possible to transpose directly in the ac3 file, or am I obliged to convert it to a wav file, transpose with audacity, and then remux it ?
+ Reply to Thread
Results 1 to 3 of 3
-
-
(Again with the musicologist?
)
Do you intend to modify AND THEN RESAVE? or just modify DURING PLAYBACK?
If only during playback, there are media players that allow pitch transpose (Google: "music playback pitch transpose" and you should find some, including foobar2000). Audio tracks within video might be more difficult, but not impossible (can do "AssumeSampleRate()" in AVISynth, for example).
If intending to resave the file for future use AS TRANSPOSED, you will HAVE to decode, transpose & re-encode the file (losing quality). And if these are video files, you would also have to demux first & remux again later.
Note: most pitch processes you find in video-centric, or in consumer-music-centric, apps do not include formant compensation nor time compensation, so if you double the pitch (octave higher), you are also doubling the speed of the music (cutting play time in half) as well as making it sound like a chipmunk. Conversely, halving the pitch (octave lower) would double the play time (S-L-O-W speed) and making it sound like a drunk Darth Vader. Also note, that, whether playing live or processing and resaving, if you have corresponding video to your audio, you will have to ALSO adjust the speed of the framerate of the video to match in order to keep the V+A in sync.
Luckily for your example, an F# to Ab is only 2 semi-tones, so the change isn't going to be too drastic.
Scott -
Hi Cornucopia,
I never thought of mofications during playing, it could be a good option when my fiends have a PC connected to their TV.
But I prefer not to take the chance, and save everything on DVDs.
I found a method, rather long, but efficient :
Convert ac3 to Wav,
Open Virtual XP on my Windows 7 Pro
Launch WaveLab
Modify the tone
Save the wav files
Convert them to ac3
Remux
Thank you for your advice about the lengthes that could have been modified. Luckily, Wavelab keep the speeds.
Have a nice texan day
Similar Threads
-
Muxing and existing .MOV file with a 5.1 AC3 file.
By Simon_ in forum MacReplies: 10Last Post: 31st Aug 2013, 06:57 -
How to convert a AAC audio file in a mkv file to AC3?
By wolvie77 in forum AudioReplies: 4Last Post: 13th Mar 2012, 21:59 -
burning an .mkv file directly to DVD-R without conversion
By aea145 in forum Authoring (DVD)Replies: 3Last Post: 6th Mar 2011, 08:49 -
Improving the conversion of a .mkv file (DTS) to a .mkv file (AC3). Ideas?
By mdelisle1 in forum Video ConversionReplies: 11Last Post: 19th Jan 2011, 10:50 -
Is there a way to convert a MKV directly into an ISO file
By netmask56 in forum Video ConversionReplies: 6Last Post: 5th Oct 2009, 12:56