elbereth / DragonUnPACKer

Free/Open source game file resource explorer/unpacking tool made easy!
https://www.elberethzone.net/dragon-unpacker.html
178 stars 21 forks source link

hyperripper support for ogv theora files #155

Open elbereth opened 10 years ago

elbereth commented 10 years ago

currently they are found as ogg, but extraction is not correct - for each video it extracts 2 files, one contains ogv header, other one small portion from video. when these two files are joined format seems to be correct (it is possible to play it) but video shows only first frame or so

Reported by: selmi

elbereth commented 10 years ago

Original comment by: elbereth

elbereth commented 10 years ago

I will have a look, do you have a small example file somewhere I can use for testing? Probably the OGG is not entirely correct (as far as I know OGG, OGM & OGV are the same file format).

Original comment by: elbereth

elbereth commented 10 years ago

try this one. video is from http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5/ stored in .tar hyperripper finds it as 3 ogg files. concentation of them gives valid ogv file, but only beginning of it

Original comment by: selmi