1 2
6 7 8 9
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Fog wrote:
STBM wrote:
Thanks ! It works very well ! (finally got an encode with good video and audio !) I do have a problem though, Dolphin crashes everytime it tries to create "framedump1" (so every 2gb I guess), I'm using lagarith codec since I don't really know any other. Any idea why ? (I can still create video encode using the non-a/v hack version and then audio with this one, I just want to try to get everything in the same Dolphin)
Yeah, there is a known issue with Dolphin and dumps. I would suggest using Pipedec in that case.
Using x264 vfw and outputting to a separate file also avoids the issue.
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
RachelB wrote:
Fog wrote:
STBM wrote:
Thanks ! It works very well ! (finally got an encode with good video and audio !) I do have a problem though, Dolphin crashes everytime it tries to create "framedump1" (so every 2gb I guess), I'm using lagarith codec since I don't really know any other. Any idea why ? (I can still create video encode using the non-a/v hack version and then audio with this one, I just want to try to get everything in the same Dolphin)
Yeah, there is a known issue with Dolphin and dumps. I would suggest using Pipedec in that case.
Using x264 vfw and outputting to a separate file also avoids the issue.
It does, but it doesn't solve the main issue. The issue has since been resolved and will be committed once I add a few more changes and update the base. What was happening was the timecodes.txt file was being closed once the AVI was closed (which closes when the file is 2GB), and should have closed when AVIDump::Stop() was called.
Joined: 5/30/2013
Posts: 44
Location: Australia
Fog, is there a way to update the base without it giving me 30-40+ "CONFLICT (add/add)" messages? Cause I am getting some graphical glitches in The Wind Waker, but they're fixed in the newer base. Also cheers for the 2gb split fix!
Emulator Coder, Skilled player (1141)
Joined: 5/1/2010
Posts: 1217
CGF95 wrote:
Fog, is there a way to update the base without it giving me 30-40+ "CONFLICT (add/add)" messages?
Conflict add/add? That means both sides are trying to add file with the same name. Something's not right.
Joined: 5/30/2013
Posts: 44
Location: Australia
It must be the way I am trying to "git pull".. I dunno though. I am still new to all the git stuff. I'll try and find the exact commit that fixes the graphical glitch, that will do for me. Got it working by downloading the source zip file. All is well now!
Dimon12321
He/Him
Active player (479)
Joined: 4/5/2014
Posts: 1124
Location: Ukraine
Are there any 4.0.2 A/V sync Dolphin.exe for x32?
TASing is like making a film: only the best takes are shown in the final movie.
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
Just pushed out base update to 4.0-1857 https://github.com/RisingFog/dolphin-avsync/commit/2eedf87aadd7cb48ce8b962771fb585c3c230578 I'll upload binaries soon EDIT: Updated the commit to fix the AVIDump.cpp and .h files (oops)
Dimon12321
He/Him
Active player (479)
Joined: 4/5/2014
Posts: 1124
Location: Ukraine
Fog wrote:
Just pushed out base update to 4.0-1857 https://github.com/RisingFog/dolphin-avsync/commit/2eedf87aadd7cb48ce8b962771fb585c3c230578 I'll upload binaries soon EDIT: Updated the commit to fix the AVIDump.cpp and .h files (oops)
Sorry for question, but what do I have to do? There is no directory Source/Core/VideoCommon/AVIDump.cpp.orig in my documents or in the folder with Dolphin!
TASing is like making a film: only the best takes are shown in the final movie.
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
Dimon12321 wrote:
Fog wrote:
Just pushed out base update to 4.0-1857 https://github.com/RisingFog/dolphin-avsync/commit/2eedf87aadd7cb48ce8b962771fb585c3c230578 I'll upload binaries soon EDIT: Updated the commit to fix the AVIDump.cpp and .h files (oops)
Sorry for question, but what do I have to do? There is no directory Source/Core/VideoCommon/AVIDump.cpp.orig in my documents or in the folder with Dolphin!
you don't need those EDIT: Here is the compiled binary https://github.com/RisingFog/dolphin-avsync/releases/download/v4.0-1857-avsync/dolphin-v4.0-1857-avsync.zip
Dimon12321
He/Him
Active player (479)
Joined: 4/5/2014
Posts: 1124
Location: Ukraine
Fog wrote:
Dimon12321 wrote:
Fog wrote:
Just pushed out base update to 4.0-1857 https://github.com/RisingFog/dolphin-avsync/commit/2eedf87aadd7cb48ce8b962771fb585c3c230578 I'll upload binaries soon EDIT: Updated the commit to fix the AVIDump.cpp and .h files (oops)
Sorry for question, but what do I have to do? There is no directory Source/Core/VideoCommon/AVIDump.cpp.orig in my documents or in the folder with Dolphin!
you don't need those EDIT: Here is the compiled binary https://github.com/RisingFog/dolphin-avsync/releases/download/v4.0-1857-avsync/dolphin-v4.0-1857-avsync.zip
Is it exactly for 32-bit Windows? It writes me an error! Sth like "Version of this file is incompatible with usable version of Windows."
TASing is like making a film: only the best takes are shown in the final movie.
Joined: 2/3/2013
Posts: 320
Location: Germany
Dimon12321 wrote:
Are there any 4.0.2 A/V sync Dolphin.exe for x32?
Note, that x32 is another architecture than simply 32-bit (commonly called i686 or x86), so it's better to just call it 32-bit. (64-bit is often called amd64 or x86_64)
Dimon12321 wrote:
... Is it exactly for 32-bit Windows? It writes me an error! Sth like "Version of this file is incompatible with usable version of Windows."
When quoting error messages, remember to quote them exactly, word by word (with the exception of abbreviation or substitution of paths or the like).
All syllogisms have three parts, therefore this is not a syllogism.
Dimon12321
He/Him
Active player (479)
Joined: 4/5/2014
Posts: 1124
Location: Ukraine
RGamma wrote:
Dimon12321 wrote:
Are there any 4.0.2 A/V sync Dolphin.exe for x32?
Note, that x32 is another architecture than simply 32-bit (commonly called i686 or x86), so it's better to just call it 32-bit. (64-bit is often called amd64 or x86_64)
Dimon12321 wrote:
... Is it exactly for 32-bit Windows? It writes me an error! Sth like "Version of this file is incompatible with usable version of Windows."
When quoting error messages, remember to quote them exactly, word by word (with the exception of abbreviation or substitution of paths or the like).
I can write on russion word by word =) "Версия этого файла несовместима с используемой версией Windows. С помощью сведений о системе определите необходимую версию программы (32- или 64- разрядную) и обратитесь к издателю программного обеспечения." Translating on english: "Version of this file is incompatible with usable version of Windows. Using the system information determine the correct version (32 - bit or 64 - bit), and then contact the software publisher."
TASing is like making a film: only the best takes are shown in the final movie.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Dolphin doesn't support 32 bit anymore.
Player (20)
Joined: 5/25/2011
Posts: 11
Hey guys, my audio is not dumping to AVI with 4.0-1857 (using x264vfw codec and yes the dump to avi option is checked), also everytime i exit dolphin that option is unchecked again. I tried recording my movie file with 4.0.2-avsync and it dumps fine, but my input desynced.
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
Uroboros wrote:
Hey guys, my audio is not dumping to AVI with 4.0-1857 (using x264vfw codec and yes the dump to avi option is checked), also everytime i exit dolphin that option is unchecked again. I tried recording my movie file with 4.0.2-avsync and it dumps fine, but my input desynced.
Looking into this EDIT: Can you try this? https://www.dropbox.com/s/502u374jf9shx4f/dolphin-v4.0-1856-avsync-hotfix.zip
Experienced player (703)
Joined: 2/5/2011
Posts: 1417
Location: France
Can someone build a avsync of 4.0-1977? Thanks!
Current: Rayman 3 maybe? idk xD Paused: N64 Rayman 2 (with Funnyhair) GBA SMA 4 : E Reader (With TehSeven) TASVideos is like a quicksand, you get in, but you cannot quit the sand
Joined: 5/30/2013
Posts: 44
Location: Australia
got4n wrote:
Can someone build a avsync of 4.0-1977? Thanks!
https://github.com/RisingFog/dolphin-avsync/commit/16cb3dc3ee738990fdba4277ed2f08a581b0986c He updated it 5 hours ago :P
Experienced player (703)
Joined: 2/5/2011
Posts: 1417
Location: France
CGF95 wrote:
got4n wrote:
Can someone build a avsync of 4.0-1977? Thanks!
https://github.com/RisingFog/dolphin-avsync/commit/16cb3dc3ee738990fdba4277ed2f08a581b0986c He updated it 5 hours ago :P
Yeah I asked him, thanks :p
Current: Rayman 3 maybe? idk xD Paused: N64 Rayman 2 (with Funnyhair) GBA SMA 4 : E Reader (With TehSeven) TASVideos is like a quicksand, you get in, but you cannot quit the sand
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
https://github.com/RisingFog/dolphin-avsync/releases new binaries for 1977 and 2235 can be found there
Editor, Experienced player (608)
Joined: 11/8/2010
Posts: 4012
Great, thank you!
admiralpete
He/Him
Joined: 11/22/2013
Posts: 14
Location: Southwestern PA
I know this is a really odd request, but could someone make me a build of v3.0-97 with the av sync hack? I would like to make a proper video dump of a certain run on this site, and this is the latest version of the emulator that it will sync with.
Former player
Joined: 4/13/2011
Posts: 76
Location: Japan
Dolphin AVSync 4.0-2235 the AVI file generated by "Dump to Audio To AVI" is damaged.
Operation related to TAS of N64/GC/Wii/PS2 emulator is often investigated.
Fog
Experienced player (626)
Joined: 4/5/2014
Posts: 459
https://github.com/dolphin-emu/dolphin/pull/1220 This is now a pull request in Dolphin, which should be ready to merge
Experienced player (703)
Joined: 2/5/2011
Posts: 1417
Location: France
That means no avsync needed o_o ?
Current: Rayman 3 maybe? idk xD Paused: N64 Rayman 2 (with Funnyhair) GBA SMA 4 : E Reader (With TehSeven) TASVideos is like a quicksand, you get in, but you cannot quit the sand
Joined: 5/8/2014
Posts: 125
You have to manually combine audio and video, but it works in my experience. Just open something like Virtual Dub at the very least and combine it, or if you have more advanced programs, Adobe Premiere and Sony Vegas work too. Everything syncs up as it should in most titles.
1 2
6 7 8 9