EmuNewz Network
Atrac3+ implementation in ffmpeg. - 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: Atrac3+ implementation in ffmpeg. (/showthread.php?tid=150906)



Atrac3+ implementation in ffmpeg. - onelight - 10-18-2013

Here is the link:
http://permalink.gmane.org/gmane.comp.video.ffmpeg.devel/169057

When this is done JPCSP which will no longer require SoundStage. Smile
I'm hoping that this will be done soon enough that it can get into the next official release of jpcsp Smile


RE: Atrac3+ implementation in ffmpeg. - Hykem - 10-18-2013

Yes, Maxim finished the decoder some time ago and it's now being reviewed by FFmpeg. Smile
Take a look at this thread: http://forums.ppsspp.org/showthread.php?tid=4208
According to my tests and Henrik's tests, the decoder is looking pretty good, both speed and compatibility wise.

Also, you can find Maxim's first patch here: http://ffmpeg.org/pipermail/ffmpeg-devel/2013-October/149248.html
Applying that patch to the latest git version of FFmpeg enables Atrac3+ support in the compiled executable.

PPSSPP is already working on a test version based on this patch here: https://github.com/hrydgard/ppsspp/pull/4221
And I'm currently working to do the same with Xuggler in the meantime, but I plan on building a different setup later to get rid of Xuggler entirely. Wink