Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Help] 7 mono WAV files to 6.1
#8
(2021-01-08, 04:51 PM)Chewtobacca Wrote:
(2021-01-08, 01:38 PM)allldu Wrote: So I copied your code to AvsPmod and made a script. So what should I do next?

Open the script in VirtualDub2 or BeHappy.    Render the audio to FLAC (or whatever).

EDIT: You might find it useful to dub the audio to a blank video clip.  I had assumed that you were working on a project of some kind; otherwise, I don't know where you'd have across seven mono wav files.

Code:
#AviSynth
fl=WavSource("L.wav")
fr=WavSource("R.wav")
c=WavSource("C.wav")
lfe=WavSource("LFE.wav")
bc=WavSource("BC.wav")
sl=WavSource("SL.wav")
sr=WavSource("SR.wav")

MergeChannels(fl,fr,c,lfe,bc,sl,sr)

#Assuming 23.976fps input -- change "fps" and "fps_denominator" if necessary
AudioDub(
\BlankClip(c, fps=24000,fps_denominator=1001,width=720, height=480),
\MergeChannels(fl,fr,c,lfe,bl,br,sl,sr)
\)

I'm sure it's pretty simple, but somehow I don't see an option to open scripts in BeHappy when I load the wav files into it, and VirtualDub just can't open audio without video, and when I try Run scripts... it throws out an error.
Reply
Thanks given by:


Messages In This Thread
7 mono WAV files to 6.1 - by allldu - 2021-01-07, 03:41 PM
RE: 7 mono WAV files to 6.1 - by spoRv - 2021-01-07, 04:40 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-07, 08:37 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-08, 01:38 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-08, 04:51 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-08, 05:40 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-08, 05:45 PM
RE: 7 mono WAV files to 6.1 - by deleted user - 2021-01-07, 09:20 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-08, 01:42 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-08, 05:56 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-09, 01:14 AM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-09, 02:19 AM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-09, 07:17 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-09, 09:36 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-09, 11:34 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-09, 11:54 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-09, 11:58 PM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-10, 12:40 PM
RE: 7 mono WAV files to 6.1 - by Chewtobacca - 2021-01-10, 01:26 PM
RE: 7 mono WAV files to 6.1 - by schorman - 2021-04-13, 07:36 PM
RE: 7 mono WAV files to 6.1 - by spoRv - 2021-01-10, 09:02 AM
RE: 7 mono WAV files to 6.1 - by allldu - 2021-01-10, 11:39 AM
RE: 7 mono WAV files to 6.1 - by spoRv - 2021-01-10, 12:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Music [Help] Detect whether 2.0 Audio is Dual Mono or Stereo GjRedo 2 1,630 2023-12-09, 08:35 PM
Last Post: Doctor M
  Getting Two Audio Files to Sync Lio 3 3,699 2019-11-12, 05:33 AM
Last Post: deleted user
  AudioMedian Tool (Median from multiple audio files) deleted user 5 5,610 2019-08-23, 03:05 PM
Last Post: deleted user
  Editing mkv files Serums 2 4,218 2018-06-21, 08:46 AM
Last Post: Serums

Forum Jump:


Users browsing this thread: 1 Guest(s)