Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to save pictures as RAW (Y3 Mini game stick) #12

Open
ivanychag opened this issue Mar 30, 2021 · 2 comments
Open

Ability to save pictures as RAW (Y3 Mini game stick) #12

ivanychag opened this issue Mar 30, 2021 · 2 comments

Comments

@ivanychag
Copy link

Hi!

I have Data Frog Y3 mini game stick.
Full data from SD card can be found here - https://disk.yandex.ru/d/Ro5pheZ8heWJwg

There are a lot of familiar *.asd files stored on SD disk.

I used your tool to unpack them. Archives with names like Refcenk004.asd contain files BigYYYY.raw and SmallYYYY.raw.
SmallYYYY.raw is a little preview picture (listed in game stick UI) for particular game, BigYYYY.raw is a big picture with game logo.

I used IrfanView to open these *.raw files. And I was able to open them with following settings: 16 bpp (2 bytes per pixel, RGB 5:6:5), no file header.
BigYYYY.raw is 256x256 pixels, and SmallYYYY.raw is 124x124.

So, we can unpack *asd and open *.raw. The last step is to save my own pictures in exactly the same raw format.

I don't know how to do it. IrfanView can't save raw in 16 bpp. Google didn't help much.

@ivanychag
Copy link
Author

Seems I did it using ffmpeg.

Following command used:
ffmpeg -vcodec png -i testPNG.png -vcodec rawvideo -f rawvideo -pix_fmt rgb565 testRAWout.raw

Thanx anyway for your tool!!

@L3on4rd02711
Copy link

Hi, could you send me the ISO file of yours, my SD card got corrupted and I can't find the ISO anywhere... if you could send it to me to download it to the email [email protected]... thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants