1 2
8 9
Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
RGamma wrote:
feos wrote:
I noticed one more thing. Whenever I dump on x86 XP, overlapping windows break Dolphin capture by freezing it where the window is, and it doesn't happen to the same build on x64 7. What could be the reason for that? Dumping method doesn't affect it.
That's a known bug with older dolphin versions. Don't cover the window, move it off-screen or minimize it.
For future reference.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Skilled player (1703)
Joined: 9/17/2009
Posts: 4952
Location: ̶C̶a̶n̶a̶d̶a̶ "Kanatah"
gamerfreak5665 wrote:
ugh.... even on dolphin 4.0 -4971 the video and audio go out of sync... at least on like every gamecube game I try.
Have you made a bug report on the issue tracker? That may get more devs attention.
Joined: 5/8/2014
Posts: 125
I've been recording video footage for a few days on similar versions (4.0-5070 and a few others; updating as I go) and I'm not getting video and audio out of sync. I'm also not TASing though; just basic realtime DTMs played back with audio/video dumping on.
Experienced player (670)
Joined: 11/23/2013
Posts: 2206
Location: Guatemala
Can somebody please can verify if this movie syncs on a recent build? I'm a bit worried if when I submit the finished TAS, the movie won't sync in any a/v hack or even the latest build. I'm using 4.0.2 32-bit, because it's the last Dolphin version that I can use.
Here, my YouTube channel: http://www.youtube.com/user/dekutony
Fog
Experienced player (625)
Joined: 4/5/2014
Posts: 459
Kurabupengin wrote:
Can somebody please can verify if this movie syncs on a recent build? I'm a bit worried if when I submit the finished TAS, the movie won't sync in any a/v hack or even the latest build. I'm using 4.0.2 32-bit, because it's the last Dolphin version that I can use.
If you can play it back in 4.0.2 you're fine for using 4.0.2 avsync
Experienced player (670)
Joined: 11/23/2013
Posts: 2206
Location: Guatemala
The problem is that my PC is 32bit, and from as far as I heard, the a/v hack is only 64bit.
Here, my YouTube channel: http://www.youtube.com/user/dekutony
Fog
Experienced player (625)
Joined: 4/5/2014
Posts: 459
Kurabupengin wrote:
The problem is that my PC is 32bit, and from as far as I heard, the a/v hack is only 64bit.
not true EDIT: later versions of a/v sync became 64bit only when 32bit was discontinued
Experienced player (670)
Joined: 11/23/2013
Posts: 2206
Location: Guatemala
Oh. Ok. So where I can get an a/v hack for it? Do I have to compile it? or is compiled already?
Here, my YouTube channel: http://www.youtube.com/user/dekutony
Fog
Experienced player (625)
Joined: 4/5/2014
Posts: 459
Kurabupengin wrote:
Oh. Ok. So where I can get an a/v hack for it? Do I have to compile it? or is compiled already?
There should be one in this forum topic somewhere
Editor, Experienced player (607)
Joined: 11/8/2010
Posts: 4012
To answer your original question, your run wouldn't sync in a recent build because Dolphin's timing apparently changed as early as 4.0-1862. There shouldn't be any problem syncing 4.0.2 movies on the A/V sync 4.0.2 build, since it doesn't change anything in Dolphin other than the video and audio dumping features (which aren't related to emulation). I was able to play back the Luigi's Mansion TAS and the new PM:TTYD TAS in the A/V sync 4.0.2 without any problems, so your run should sync fine in the A/V sync version too.
Experienced player (670)
Joined: 11/23/2013
Posts: 2206
Location: Guatemala
Does the 32bit movie syncs with the 64bit emulator, and viceversa?
Here, my YouTube channel: http://www.youtube.com/user/dekutony
Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
Kurabupengin wrote:
Does the 32bit movie syncs with the 64bit emulator, and viceversa?
Yes, unless it doesn't work at all between those (RE4).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Post subject: AV Sync Fixed (But Not Really?)
Joined: 10/14/2013
Posts: 335
Location: Australia
This is in regards to Dolphin's dumping feature and may have been answered previously, but I couldn't find any information regarding it. Prior to 4.0-3595, the dumping feature was broken. The avsync builds fixed this by outputting a timecodes file in addition to the dumped video so that when it and the video were merged with the audio it created a flawlessly synced video. I've dumped videos this way before and I've had great success (minus a few special cases). However recent builds have seen the issue fixed and now Dolphin dumps correctly. Sort of. The problem I'm having is that whenever I dump with these later versions of Dolphin the audio seems in sync at first. After a short while it goes horribly out of sync but not at any steady rate. A good example is of the NSMB Wii run currently published, if I were to dump it on a recent version of Dolphin that syncs (as listed on the bottom of the submission page) the audio would be in during the first world but horribly out by the end of the fifth world. As I said though, it's not a steady desync, it'll be in one moment and then horribly out the next. Is it something I'm doing wrong? or perhaps a bug? and if so, what are my options? I'm running Windows 7 Professional, with an i7-3770k @ 3.4ghz. I have 8gb of DDR3 memory, a 2gb R9-285 vga card on a B75M-A board. I doubt any of that is relevant but it's better to be thorough I guess.
I'm not as active as I once was, but I can be reached here if I should be needed.
Fog
Experienced player (625)
Joined: 4/5/2014
Posts: 459
It's an issue with the way it's dumped on Windows. VFW is horribly outdated and can't handle variable framerate content (like video games). We've gotten close with the AV Sync patch, but it's inherently impossible to make something fully workable with VFW. Now, Linux does not have this issue because it uses FFMPEG as it's dumping backend. FFMPEG can support inserting frames when they appear, unlike VFW where we duplicate the frames. I've got a work in progress project of making FFMPEG the default dumping backend for Windows as well, which will resolve the issue. There is a PR out there for it on Dolphin, but in it's current state will probably not get merged.
Dimon12321
He/Him
Active player (478)
Joined: 4/5/2014
Posts: 1120
Location: Ukraine
Using Dolphin 4.0 x64 build 8311. I did a 5-min dump, like Video Dumping guide says, but, as a result, my dspdump was 2,27 seconds longer + the last video part had the same frame at the beginning and in the end. The situation is the same as thecoreyburton had. Seems like the video and audio are recorded at different speeds! Wouldn't it be easier to combine the video and audio recording into a single file? Can it solve any problem?
TASing is like making a film: only the best takes are shown in the final movie.
Fog
Experienced player (625)
Joined: 4/5/2014
Posts: 459
Dimon12321 wrote:
Using Dolphin 4.0 x64 build 8311. I did a 5-min dump, like Video Dumping guide says, but, as a result, my dspdump was 2,27 seconds longer + the last video part had the same frame at the beginning and in the end. The situation is the same as thecoreyburton had. Seems like the video and audio are recorded at different speeds! Wouldn't it be easier to combine the video and audio recording into a single file? Can it solve any problem?
The eventual plan is to have everything combined into a single file.
Dimon12321
He/Him
Active player (478)
Joined: 4/5/2014
Posts: 1120
Location: Ukraine
The A/V sync problem is actual for 5.0-8715. Where should I ask for help?
TASing is like making a film: only the best takes are shown in the final movie.
1 2
8 9