HomeForumsWhat's newResources 
 
 
How to encode TrueMotion movies for Saturn?
RockinB - Jul 29, 2007
 RockinB Jul 29, 2007
Has anyone succeeded in making a TrueMotion encoded movie, that works with the TrueMotion Library for SEGA Saturn?

The pitty thing is, that the Saturn specific TrueMotion encoder needs a licence string, but I don't have any (anyone got one?). I'm speaking about the stuff included in INSTALL.WIN directory of this file:

http://www.segaxtreme.net/content/satdev/Tools/seg...

Another working encoder with key is included here:

http://www.segaxtreme.net/content/satdev/Tools/aud...

But my first attempt making a Saturn-compatible TrueMotion AVI with it failed. I could get the example-movies from the TM developer disc working on the example player for Saturn, but not the selfmade movie.

I'm thinking if the TrueMotiuon 2x actually is equal to the TrueMotion "S" used for Saturn?

Well, I'm pretty sure someone here must know how to do it right

 vbt Jul 29, 2007
Maybe this CPHUCKKRKEKPP for the key.

 Madroms Jul 29, 2007
TrueMotion 2x != Truemotion S

Also, you probably know you must use Win3.11 to use the codec.

I tested it some years ago and succeeded after some tries. I made the "FIRST SATAKORE DEMO CD".

I just remember that you must think about the transfert rate for the Saturn, so you must use the correct size x*y and correct framerate (I think they talk about that in the readme).

 mrkotfw Jul 29, 2007
I thought this thread was about decoding TrueMotion movies for a legal homebrewn player for the Saturn.

 ExCyber Jul 30, 2007
Has anyone tried playing with the ffmpeg/ffdshow Truemotion codec(s) to see if it can be convinced to output a Saturn-compatible stream?

Also, if memory serves, Theora is actually a derivative of TrueMotion; if someone wanted to do a homebrew player, I'd suggest going for that rather than one of the old TrueMotion standards if it's feasible...

 antime Jul 30, 2007
The relation between Truemotion and Theora is that Duck Corporation became On2 who released the VP3 codec as opensource, which then became the basis for Theora. The actual codecs are AFAIK not related - TM is based on delta quantization while VP3 is DCT-based.

 RockinB Jul 31, 2007
Thanks for the key, the Win3.11-hint and the TM2.x != TM"s" statement.

This will help a lot to add movie support to the "Police Officer Smith" render adventure game!

 vbt Jul 31, 2007
there are some vhd image files with win 3.11 (not yet tested)

 rorirub Sep 10, 2007

ExCyber said:
Has anyone tried playing with the ffmpeg/ffdshow Truemotion codec(s) to see if it can be convinced to output a Saturn-compatible stream?

Also, if memory serves, Theora is actually a derivative of TrueMotion; if someone wanted to do a homebrew player, I'd suggest going for that rather than one of the old TrueMotion standards if it's feasible...


What exactly do you mean by Saturn-compatible stream - do you want to port ffdshow to Saturn, using it as a software player for your own DUCK movies?

 dibz Sep 10, 2007
Actually I think he just wants to use a video in a demo, using the TrueMotion library.

To do this, he needs to have a file encoded in a stream that the library is capable of using.

 Mr^Burns Sep 10, 2007
Incidentally I found this quite recent and interesting article on reverse engineering the duck truemotion codec to work with FFmpeg http://multimedia.cx/eggs/quacking-like-duck/...


And heres some of his newer posts concerning duck:

http://multimedia.cx/eggs/duck-hieroglyphics/...

http://multimedia.cx/eggs/compiled-duck/...

And his Duck wiki http://wiki.multimedia.cx/index.php?title=Duck_Tru...

 ExCyber Sep 10, 2007

rorirub said:
What exactly do you mean by Saturn-compatible stream - do you want to port ffdshow to Saturn, using it as a software player for your own DUCK movies?

No, I was talking about using ffmpeg to encode a stream that could be played back by the Saturn Truemotion player code.