渡邊政治と大塚真一郎の「Re:ゼロから始める異世界生活」タッグが、シリーズ構成・花田十輝を迎え、
アニメーション制作をNexusが担当する新作オリジナルアニメ「グランベルム」のパッケージが発売。
【同梱特典】
■アニメ描き下ろしスペシャルアウターケース
■アニメ描き下ろしスペシャルデジパック
■特製ブックレット
■グランベルムデザインワークス2
■原画集
■全話スタッフオーディオコメンタリー(渡邊政治、ジミー ストーン、永谷敬之 ほか)
■PlayPicカード
【映像特典】
■映像特典(PV&CM集)
【ストーリー】
世界中の魔力が消失してから1000年近くの時間が過ぎ、
すでに魔法は人々の記憶からもすっかり忘れられていた。
そんな世界で生きる明るく元気な高校生、小日向満月は
前向きに暮らしながらも、心のどこかに不安を抱えていた。
自分には何もない――。
勉強も運動も得意ではない彼女は、自分だけにできる“何か"に憧れていた。
夜空の月がやけに大きく感じられた満月の晩。
彼女はもうひとりの月の名を持つ少女、新月エルネスタ深海と出会う。
それは魔法人形“アルマノクス"との遭遇でもあった。
満月の運命の歯車が、軋んだ音を立てて今動き始める――。
【スタッフ】
原案: ProjectGRANBELM
監督: 渡邊政治
シリーズ構成: 花田十輝
キャラクターデザイン: 今中敬
アルマノクスデザイン: ジミー・ストーン
音楽: 末廣健一郎
音響監督: 明田川仁
音響制作: マジックカプセル
アニメーション制作: Nexus
【キャスト】
島袋 美由利/種﨑 敦美/日笠 陽子/久保 ユリカ/悠木 碧/赤﨑 千夏/石見舞菜香
赤尾 ひかる/木村 珠莉/春日 望/田村 ゆかり/内山 夕実/高野 麻里佳
自購自掃 不另行合集 如有人要搬運網盤也歡迎
EP 09 14:54~14:55畫面錯誤屬官方的問題 並非抓碟錯誤 U2那個合集應當也是這樣的
本人最後一次發佈原盤資源 後會無期
Comments - 13
tsumo
thx, evan
bellotax
need discs 3 and 4
hehehehe
thanks
Arsy
Thanks
zatanico21
Thanks
warui
フレーム破損
DMPXA048A, 00006.m2ts (エピソード 09)
14:54’935 - フレーム 21457
24:29’509 - フレーム 35233
gyakkun
Try this patch on the raw 264 file extracted by tsMuxer:
http://s000.tinyupload.com/?file_id=26120438089643016986
warui
I either can’t figure out how to use this patch or the patch will not work due to the difference in checksum when creating a bat file.
If possible could you provide the patch for the fixed m2ts file itself.
So what I mean is your extracted raw h264 from this m2ts file and muxed back into .m2ts and creating a patch from that.
gyakkun
It’s a xdelta3 patch.
I try my best to re-encapsulate the 264 and wav files but either tsMuxer or ffmpeg or other open-source tools can’t generate the exactly same(except the fixed part) M2TS file. Every packet in M2TS is slightly different from the original one, causing the whole patch file very huge, if you know what I mean.
For using this patch, prepare xdelta3(to apply the patch) and ffmpeg(to extract the raw 264 stream, tsMuxer should also work), do the following instructions:
And mix them with ffmpeg or mkvtoolkit or tsMuxer or any other format/tool you like, for example:
warui
Are you on linux? I’m on Windows.
The patch will not work at all because the checksum does not match what your patch is asking for due to different CRC values. It’s pointless for me to get a raw .264 file if the CRC is going to be different. I dunno how it is on linux but on Windows it requires the checksum match as I keep getting XD3_INVALID_INPUT
Indicating the source file is incorrect.
So if you don’t mind could you provide a patch using your muxed and fixed m2ts file. Preferably in .vcdiff
Otherwise this is pointless.
Also, I use megui to obtain a raw file however its in .h264 format not .264 using HD Stream Extractor via eac3to. I can rename the file to .264 and it’ll play it just as it would if it was in .h264.
gyakkun
I get the point. Different tools may extract different 264 files since some units in 264 stream are useless so some of those may be abandoned, causing the different CRC. Actually I used tsMuxer for extration. The 264 files are slightly different in size.
Here’s the patch for MeGUI extracted one:
http://s000.tinyupload.com/index.php?file_id=84644978865689881526
The CRC32 of extrated h264 :
And here’s the fixed 264 clips, the exact frame sequence number are indicated by file name (counting from 0), so you may fix with these:
http://s000.tinyupload.com/index.php?file_id=03220572578022952531
http://s000.tinyupload.com/index.php?file_id=00428693915629673945
Good luck.
warui
Thanks. The http://s000.tinyupload.com/index.php?file_id=84644978865689881526 seems to work. Surprised that it gave me the same CRC 1FBC2A7E as yours did.
However, attempting to putting it into a m2ts container using megui’s txmuxer has given issues.
https://pastebin.com/MjSF1wcb
Do you know what the log means? As after it gives the error and I play it back the frame gets stuck on the problematic frames on MPC.
Have you attempted to put it into a m2ts container?
Everything works fine in the mkv container tho with no issues of both muxing and playback. Should I just settle on this?
gyakkun
SEI
refers to Supplement Encoding Information unit defined in H264/AVC standard, and it’s not essential for decoding process. And the exactpic_order_cnt_lsb
of the logged frames I found in stream analyzer are actually correct, maybe something happened while concatenating the splited streams using ffmpeg. The M2TS muxer may report warning (not error actually,H264 warn
) since they are strict to the standard, which requires SEI between every frames. Actually all my efforts on re-pack the streams into the bitwise M2TS file are vain as the business Blu-ray authoring software are so strict to the standard, for which x264 fails to generate adequate SEI unit between frames.Regarding to mkv container, the mkv muxer itself will abandon some unit like SEI or AUD (delimiter between frames in 264 stream) and etc, in other word, not so “strict” as M2TS.
They are both of little importance for playback or re-encoding, no big deal.
warui
Alright, thanks a lot for your patience and supplying a patch for those interested in fixing the frame problem.
Sucks for BDMV users who wanna burn this and sucks even more the uploader hasn’t replied back nor offered another share of this with corrected frames (or maybe he/she can’t).
Haven’t tested out encoding the fix yet hopefully it won’t cause issues. Thanks again for your time and help.