逆向:工具:修订间差异
跳转到导航
跳转到搜索
→IPU (*.ipu)
小 (→解封装工具) |
|||
第22行: | 第22行: | ||
Decode:'''[https://github.com/samehb/IPUDecoder IPUDecoder]''' | Decode:'''[https://github.com/samehb/IPUDecoder IPUDecoder]''' | ||
* 命令:IPUDecoder input.ipu output.m2v | * 命令:IPUDecoder input.ipu output.m2v | ||
Transcode:ffmpeg | |||
* m2v to bmp:ffmpeg -i in.mpg out.bmp | |||
* bmp to m2v:ffmpeg -i in.bmp -r 29.97 out.m2v | |||
** ffmpeg转换后的m2v尾部缺少MPEG视频流终止码「sequence_end_code = '00 00 01 B7'」,需填加该终止码方可被ps2str接受。 | |||
Encode:'''ps2str''' (Sony Playstation 2 SDK) | |||
* 命令:ps2str c -o -v ED3_01.m2v | |||
=== CRI Sofdec (*.sfd) === | === CRI Sofdec (*.sfd) === |