Xuggle 5.4 is available - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57) +---- Thread: Xuggle 5.4 is available (/showthread.php?tid=42305) |
RE: Xuggle 5.4 is available - hyakki - 05-06-2012 I tried the two files you attached and they played fine for me also (tried 5 times no errors) >java -Djava.library.path=lib/windows-amd64-cp lib/xuggle-xuggler-noarch-5.4.jar com.xuggle.xuggler.demos.DecodeAndPlayAudio SND0(mega).AT3 >java -Djava.library.path=lib/windows-x86 lib/xuggle-xuggler-noarch-5.4.jar com.xuggle.xuggler.demos.DecodeAndPlayAudio SND0(mega).AT3 theme song plays. (same with SND0(3rd).AT3) Serio > did castlevania work on xuggle 3.4? I'm thinking that might be mono. RE: Xuggle 5.4 is available - serio - 05-06-2012 it didn't work either now that i think about it. but neither did most of the other games i tried. every one of those had the same kind of header castlevania one does. Quote: I'm thinking that might be mono.nope, it's stereo. i used the mono tool thing to convert it to aa3 and loaded into sound forge, and it's regular stereo. to compare, i tried a mono at3 file from other game, and it was mono in sf too. note, himdrenderer (one i have is 1.00 - beta 4) can convert the file into wav normally. RE: Xuggle 5.4 is available - Itaru - 05-06-2012 legend80, I've tried playing the 2 AT3 files that you provided and not a single crash after playing them 10 times each. Have you tried my suggestion of resetting your CPU clock speed back to default and playing those files? I'm not saying that your system is not stable at 4.3GHz, but I was thinking perhaps the new ffmpeg in the new Xuggle is more timing-sensitive and can crash when playing certain files due to timing issues caused by overclocking. The new Xuggle includes new ffmpeg implementation that does things differently than the one in the old Xuggle. You should try testing it at default clockspeed just to rule out the possibility for certain. It's better to back up assumptions with actual facts and tests. RE: Xuggle 5.4 is available - serio - 05-06-2012 i tried the older HiMDRenderer 0.50 and it also converts the file correctly. the one before that that i can find (0.31) doesn't even load at3 files yet, so i'm guessing 0.50's the first one that can. RE: Xuggle 5.4 is available - hyakki - 05-06-2012 looking at the SND0-cv.AT3 file in ffmpeg i get this [wav @ 0x207f9c0]max_analyze_duration reached [wav @ 0x207f9c0]Estimating duration from bitrate, this may be inaccurate Input #0, wav, from 'SND0-cv.AT3': Duration: 00:00:32.34, bitrate: 64 kb/s Stream #0.0: Audio: 0xfffe, 44100 Hz, stereo, 64 kb/s Decoder (codec id 0) not found for input stream #0.0 0xfffe WAVE_FORMAT_EXTENSIBLE or ac3, seems to be some non common wav format or the headers are messed up edit : nm it is a atrac3 file seems something is wrong with the header though so ffmpeg/xuggle isnt picking it up right RE: Xuggle 5.4 is available - serio - 05-06-2012 yeah, the header has some additional bytes in it, and i guess the ffmpeg/xuggle devs never found a file like that, so it's not implemented on their end. edit: i'm getting this from ffmpeg: Code: Input #0, wav, from 'SND0-cv.AT3': RE: Xuggle 5.4 is available - legend80 - 05-06-2012 (05-06-2012, 02:44 AM)Itaru Wrote: legend80, I've tried playing the 2 AT3 files that you provided and not a single crash after playing them 10 times each. Have you tried my suggestion of resetting your CPU clock speed back to default and playing those files? I'm not saying that your system is not stable at 4.3GHz, but I was thinking perhaps the new ffmpeg in the new Xuggle is more timing-sensitive and can crash when playing certain files due to timing issues caused by overclocking. The new Xuggle includes new ffmpeg implementation that does things differently than the one in the old Xuggle. You should try testing it at default clockspeed just to rule out the possibility for certain. It's better to back up assumptions with actual facts and tests. Tried stock speeds and even upgrading to Java7, no difference. Have no idea what's going on. I'll just stick with the (slower) x86 for now and hope they update the x64 lib so it'll work better on my system. RE: Xuggle 5.4 is available - hyakki - 05-06-2012 the only thing else i can think of is try looking at libxuggle-5.dll using a program like dependency walker see if you are missing any files it needs or if it shows conflicts..etc RE: Xuggle 5.4 is available - legend80 - 05-06-2012 (05-06-2012, 08:56 PM)hyakki Wrote: the only thing else i can think of is try looking at libxuggle-5.dll using a program like dependency walker see if you are missing any files it needs or if it shows conflicts..etc All I get is this error, not sure how big of a deal it is. RE: Xuggle 5.4 is available - hyakki - 05-07-2012 yeah ieframe is not an big issue, i don't see any other problems with the dll from that ss, so that means it must be something else causing the crash, like a invalid registry entry or something is corrupt, usually these types of problems its just better to backup and reinstall windows since they are troublesome to track down. You could try something like ccleaner to fix bad registry entry's but some claim it does more harm then good.. |