Interested in investing time and money into PSXHAX.COM? Read More and Contact Us for details!
Live in Your World, HAX in Ours!
PS4 Media Player v2.50 Update Adds 360-Degree Video & FLAC Audio!
Just in time for the release of PlayStation VR, today Sony updated the PS4 Media Player to v2.50 adding 360-degree video and photos, high-resolution FLAC (Free Lossless Audio Codec) with upscaled audio / music support! (-:

To quote from SCEE's Gillen McAllister on the updates for audiophiles:

"If you’ve a PlayStation VR connected to your PlayStation 4, simply activate ‘VR mode’ from Media Player’s Options menu, then select your 360° video or photo from your media server or USB device. You’ll now be able to view your chosen media in full 360° thanks to the power of PlayStation VR.

(Note, to enjoy 360-degree media on PlayStation VR, any supported video – MKV, AVI, MP4, MPEG2 PS , MPEG2 TS, AVCHD – or photo – JPEG, BMP, PNG – files must be captured in equirectangular format by a 360-degree omnidirectional camera.)

v2.50 also introduces improvements to your audio experience. Once updated, the PS4 Media Player will not only support High-Res (FLAC) audio files, but will also upscale your non-FLAC music to near high-resolution audio quality.

The latter is thanks to Sony’s DSEE HX technology. What this means is any MP3s or AACs – files whose space-saving compression strips out some of a song’s subtleties – played through your PlayStation 4 will be automatically upscaled. It means your compressed music will now sound much richer as a result. You can get a more in-depth breakdown on how the technology works here."
PS4Dev: E3Mode Update by ZiL0G80 for PS4 Developers
Previously ZiL0G80 hinted briefly on the PS4 IDU Mode / E3Mode, and today he shared a bit more of his findings with other PlayStation 4 developers on the PS4 E3Mode via Pastebin.com. (y)

Here are a few related Tweets, and below is the code as he warns the Pastebin will expire in 24 hours:

Code:
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Sce.PlayStation.HighLevel.UI2;
using Sce.Vsh.Accessor;
using Sce.Vsh.Accessor.Db;
using Sce.Vsh.Lx;
using Sce.Vsh.ShellUI.AppSystem;
using Sce.Vsh.ShellUI.Lnc;

namespace Sce.Vsh.ShellUI.AppMain
{
    // Token: 0x0200000D RID: 13
    [Aot]
    public class E3Mode
    {
        // Token: 0x060000B2 RID: 178 RVA: 0x00004C6A File Offset: 0x00002E6A
        public static void Start()
        {
            if (ShowMode.Enable)
            {
                E3Mode.s_enableAutoBoot = true;
                E3Mode.CreateDimmerScreen();
                E3Mode.StartMonitorPsImpose();
            }
        }

        // Token: 0x060000B3 RID: 179 RVA: 0x00004C83 File Offset: 0x00002E83
        public static void StartFarsightUI()
        {
            if (ShowMode.Enable && E3Mode.s_enableAutoBoot)
            {
                E3Mode.StartAutoBoot();
            }
        }

        // Token: 0x060000B4 RID: 180 RVA: 0x00004C98 File Offset: 0x00002E98
        public static bool IsEnableAutoBoot()
        {
            return ShowMode.Enable && E3Mode.s_enableAutoBoot;
        }

        // Token: 0x060000B5 RID: 181 RVA: 0x00004CA8 File Offset: 0x00002EA8
        private static void Stop()
        {
            E3Mode.s_enableAutoBoot = false;
            E3Mode.DestroyDimmerScreen();
            E3Mode.StopMonitorPsImpose();
        }

        // Token: 0x060000B6 RID: 182 RVA: 0x00004CBC File Offset: 0x00002EBC
        private static void CreateDimmerScreen()
        {
            if (E3Mode.s_dimmerScreen == null)
            {
                E3Mode.s_dimmerScreen = new Scene
                {
                    Focusable = false
                };
                E3Mode.s_dimmerScreen.RootWidget.AppendChild(new Panel
                {
                    BackgroundColor = new UIColor(0f, 0f, 0f, 1f)...
PS4 Pro to Offer SATA 3.0 Interface Hard Disk Drive Support
Sony's upcoming PS4 Pro video gaming console will indeed offer SATA 3.0 interface hard disk drive support according to Japanese site 4Gamer.net. :relievedface:

Below is a rough translation courtesy of DualShockers.com, to quote:

"Today they published a correction that they received from Sony Interactive Entertainment, clarifying that the PS4 Pro will actually use the SATA 3.0 interface.

PlayStation 4 Pro SATA 3.0.jpgThis increases the data transfer rate with the hard disk drive from 3.0 Gbit/s to 6.0 Gbit/s, improving quite significantly the storage and data transfer performance of the console."
PlayStation VR / PS VR Set Up Installation Video Guides
For those who are waiting in line to get your PlayStation Virtual Reality set today, here's some PS VR video guides on how to set up your shiny new PlayStation VR courtesy of Sony! :veryhappy:

There are 3 parts to their PlayStation VR / PS VR Set Up Tutorial:
  • Watch Part 1 of this 3 part video series that will take you all the way from PS VR set up, to play.
  • Watch Part 2 of this 3 part video series that will show you how to hook up your PS VR headset.
  • Watch Part 3 of this 3 part video series that will show you how to finalize your PS VR setup and play!
PlayStation VR Set Up Tutorial - Part 1 Video | PS VR
PlayStation VR Set Up Tutorial - Part 2 Video | PS VR
PlayStation VR Set Up Tutorial - Part 3 Video | PS VR
PlayStation VR (PSVR) Headset Teardown Video by Sony Engineer
As PS VR Titles join PlayStation Store this week with the release of PlayStation VR tomorrow, Sony President Shuhei Yoshida shared a PlayStation VR headset teardown video today performed by engineer Takamasa Araki! :extremelyhappy:

To quote from Wired.com: "In this video, we see Sony Interactive Entertainment mechanical design director Takamasa Araki disassemble the VR headset screw by screw, laying its innards bare.

There’s not much detail about the system’s specs—the 5.7-inch OLED display, say, or the Sixaxis motion sensors embedded in the headset that help a Playstation Camera track it in space—or the external processor unit that helps mirror your VR experience on the TV (or allows non-VR players to play alongside the PSVR wearer)."

Back
Top