Post subject: Comparison Video Question
Joined: 7/30/2011
Posts: 129
Location: Watching a TAS in the basement...
http://www.youtube.com/watch?v=PmQ3SWseCKw Now my question is, how do I get the sound to work from the right video. The sound from the left comes out just fine. Any help would be appreciated!
I am the future ruler of the world! My forum: http://elderyoshisisland.forumotion.com/
Player (136)
Joined: 9/18/2007
Posts: 389
A quick look into AVIsynth reference showed me "MixAudio" will do the job in AVIsynth. However, I recommend you also to: - resync the two movies at each new room transition, maybe also at the start of bosses. - disable the "music" channel before dumping the second movie.
Joined: 7/30/2011
Posts: 129
Location: Watching a TAS in the basement...
I tried doing MixAudio, but it overrode the StackHorizontal command that I used. Is that supposed to happen?
I am the future ruler of the world! My forum: http://elderyoshisisland.forumotion.com/
Emulator Coder, Skilled player (1141)
Joined: 5/1/2010
Posts: 1217
TASManiac wrote:
I tried doing MixAudio, but it overrode the StackHorizontal command that I used. Is that supposed to happen?
Dub (AudioDub) it so that the video track comes from StackHorizontal and the audio track from MixAudio. That should do the trick.
Joined: 7/30/2011
Posts: 129
Location: Watching a TAS in the basement...
Yay, that worked! Thanks Ilari (and partyboy1a of course for the suggestion)! Next question: How do I get the rooms to sync? (Yeah, I'm not very good with this kind of thing)
I am the future ruler of the world! My forum: http://elderyoshisisland.forumotion.com/
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
TASManiac wrote:
I tried doing MixAudio, but it overrode the StackHorizontal command that I used. Is that supposed to happen?
The source videos have mono sound, right? (Check with the Info function.) Then you could do this:
v1 = AVISource(...)
v2 = AVISource(...)

v = StackHorizontal(v1, v2)
a = MergeChannels  (v1, v2)
AudioDub(v, a)
Or replace MergeChannels with MixAudio to mix it together.
Editor, Expert player (2312)
Joined: 5/15/2007
Posts: 3855
Location: Germany
There are comparison videos on nicovideo. 1) 23:54.75 -> 23:51.04(rejected) Account | Free 2) 23:51.04(rejected) -> 23:48.51 Account | Free
Joined: 7/30/2011
Posts: 129
Location: Watching a TAS in the basement...
The free links are broken...
I am the future ruler of the world! My forum: http://elderyoshisisland.forumotion.com/
Player (136)
Joined: 9/18/2007
Posts: 389
just exchange nicovideo.jp with nicozon.net
Joined: 7/30/2011
Posts: 129
Location: Watching a TAS in the basement...
I think it's my phone being stupid. AFAIK, it doesn't play Nicovideo. I'll try my computer tomorrow.
I am the future ruler of the world! My forum: http://elderyoshisisland.forumotion.com/