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

映像やアセットについて。 #28

Closed
SysVR opened this issue Dec 25, 2020 · 2 comments
Closed

映像やアセットについて。 #28

SysVR opened this issue Dec 25, 2020 · 2 comments

Comments

@SysVR
Copy link

SysVR commented Dec 25, 2020

vr_unload_se_story10040は非圧縮lz4アーカイブです。

04 05 06 07 08 09 0A 0B が同一で 0Cが00だと非圧縮みたいです。(多分0Cが01だと圧縮。00だと非圧縮。フォーマットとか見てないただの勘ですw)

映像はusm形式はデコードできます。(ソースコード付き)
CRI_USM_Decrypter_v1.01.zip
https://drive.google.com/drive/folders/129sNmot0AJKsgn3uxa3JRhnFyq9PqFoe

キーはHCAと同じです。
ちなみに映像は1920x1088で正常です。
下に8ピクセル黒帯があります。

で、ffmpeg等を使って再エンコードしないとだめです。
ffmepgを利用する場合は、2パスエンコードで、

ffmpeg -i -pass 1 -y -c:v libx264 -vf crop=1920:1080:0:0 outputfile.mp4
ffmpeg -i -i -pass 2 -y -c:v libx264 -preset slow -b:v 2700K -c:a aac -b:a 160000 -vf crop=1920:1080:0:0 outputfile.mp4

がベストです。
(2700Kbpsっていうのは各種デレステの動画ファイルの平均ビットレートが2700Kbpsだったので)

@toyobayashi
Copy link
Owner

ありがとうございます!大変助かりました!!!

This was referenced Dec 28, 2020
@toyobayashi
Copy link
Owner

2.3.1 released, close.

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