PDA

View Full Version : Steinberg Nuendo - Anyone familiar?


Jibreil
2nd September 2005, 19:50
Hello folks,

I followed UrsaMtl GUIDE: Using the V.I Stereo to 5.1 Converter in Nuendo and Cubase (http://forum.doom9.org/showthread.php?s=&threadid=85694)

I would like to Export the 6 split MONO WAV's to ONE 5.1 Channel WAV file.

Please can someone help?

mic
2nd September 2005, 21:24
Not expert in Nuendo -- sorry -- but have seen reference to this online -- search for wavformatext I think.

That said, you run the risk if it's a video sound track of running over the size limit for wav files, so you might not be able to do it anyway. What do you want to do with the 5.1 wav?

Jibreil
2nd September 2005, 21:34
Not expert in Nuendo -- sorry -- but have seen reference to this online -- search for wavformatext I think.

That said, you run the risk if it's a video sound track of running over the size limit for wav files, so you might not be able to do it anyway. What do you want to do with the 5.1 wav?

I want to use the 5.1 WAV with Dimzon AACPlus encoder, so that I can have AACPlus 5.1 music.

mic
2nd September 2005, 22:16
http://www.microsoft.com/windows/windowsmedia/howto/articles/creating71audio.aspx

Jibreil
2nd September 2005, 22:30
http://www.microsoft.com/windows/windowsmedia/howto/articles/creating71audio.aspx

Thanks a million buddy! God Bless.

appaji
15th September 2005, 07:49
i think it can give interleaved wav file if assign them in the mixer.
i tried adobe audition 1.5. it gave me one interleaved wav file which could be played in windows media player and in nero show time

tebasuna51
15th September 2005, 12:30
I would like to Export the 6 split MONO WAV's to ONE 5.1 Channel WAV file.
...
I want to use the 5.1 WAV with Dimzon AACPlus encoder, so that I can have AACPlus 5.1 music.

You don't need make the 5.1 WAV. For me work:

BeSweet.exe -core( -input mono.mux -output out.aac ) -dimzon( -6chnew -dllname bse_WinampAacPlusV2_6ch.dll -cbr 128 -v 1 )

mono.mux contents:

YourPath\mono_FL.wav
YourPath\mono_FR.wav
YourPath\mono_C.wav
YourPath\mono_LFE.wav
YourPath\mono_SL.wav
YourPath\mono_SR.wav

EDIT:
or mono.mux contents:

YourPath\mono_1.wav
YourPath\mono_2.wav
YourPath\mono_3.wav
YourPath\mono_4.wav
YourPath\mono_5.wav
YourPath\mono_6.wav

Like outputs in: Using the V.I Stereo to 5.1 Converter in Nuendo and Cubase

The order 1, 3, 2, 5, 6, 4 is a channel remapping only needed for ac3enc or SoftEncode.

movax
15th September 2005, 20:13
IMO, Nuendo is only useful for its DTS encoding capabilities :)

appaji
17th September 2005, 06:32
i tried beSweet with beLight .21 and (.22 which does not support mux files as it is mentioned).
i was not successful.

and softEncode does not have trial version to check. demo does not support all the futures.

and how can i use dolby plug-in nuendo. i am not able to find about the procedure in help file. i tried common shared folder.

thanks to all.

tebasuna51
17th September 2005, 12:03
i tried beSweet with beLight .21 and (.22 which does not support mux files as it is mentioned).
i was not successful.
With new BeLight .22 b7 you can make mux files with Menu option: File -> Create Mux file -> Select the output format -> WAV
After you can use this mux file like input and encode to aac with AACPlus 5.1 v1 (or Faac, or NeroDigital)
and softEncode does not have trial version to check. demo does not support all the futures.
SoftEncode is a old ac3 encoder and need the remapping mentioned.
and how can i use dolby plug-in nuendo. i am not able to find about the procedure in help file. i tried common shared folder.
Sorry, I don't know nuendo.

Jibreil
17th September 2005, 15:48
I have used Plogue Bidule with V.I & SIR VST to split Stereo to 6CH ONE WAV File.

I use the following command line settings to transcode it to AC3 with BeSweet:

BeSweet.exe -core( -input "C:\Audio\audio.wav" -output "C:\Audio\audio.ac3" -logfile "C:\Audio\audio.log" ) -ota( -hybridgain ) -ac3enc( -b 448 -6ch )

Please correct the above command line settings, wherever ur finding it wrong.

tebasuna51
17th September 2005, 17:17
If this command don't run ok may be for:

- Audio.wav in WAVE_FORMAT_EXTENSIBLE format
- Audio.wav 16 bit PCM > 2 GB

You can use WaveWizard to see (and correct) WAV_EX.
If > 2 GB you need use monowav and mux file.

Jibreil
17th September 2005, 17:41
Audio is not in WAVE_FORMAT_EXTENSIBLE
But with my setting in BeSweet. The Audio is very very low...

Any fix for this?