Difference between revisions of "Sims 3:Audio Video"

From SimsWiki
Jump to: navigation, search
Line 5: Line 5:
 
1// 0x01EEF63A audio sns (fx/music)
 
1// 0x01EEF63A audio sns (fx/music)
 
1// 0xB1CC1AF6 Movies
 
1// 0xB1CC1AF6 Movies
 
+
</pre>
 
Movies strangely enough seem to be the easier of these to decode since there's a known spec for them. They are basically a general EA container format with encoded pieces of data stored in them using (luckily) known codecs.
 
Movies strangely enough seem to be the easier of these to decode since there's a known spec for them. They are basically a general EA container format with encoded pieces of data stored in them using (luckily) known codecs.
  
The movies are VP6 video encoded with SCxI/GSTR/adpcm_ea_r3  audio
+
The movies are VP6 video encoded with SCxI/GSTR/adpcm_ea_r3  audio<br>
</pre>
+
 
 
Main Format Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_Formats<br>
 
Main Format Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_Formats<br>
 
Video Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_VP6<br>
 
Video Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_VP6<br>
 
Audio Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_SCxl
 
Audio Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_SCxl

Revision as of 07:39, 8 June 2009

By Karybdis:

1// 0x01A527DB audio snr (voice/aud)
1// 0x01EEF63A audio sns (fx/music)
1// 0xB1CC1AF6 Movies

Movies strangely enough seem to be the easier of these to decode since there's a known spec for them. They are basically a general EA container format with encoded pieces of data stored in them using (luckily) known codecs.

The movies are VP6 video encoded with SCxI/GSTR/adpcm_ea_r3 audio

Main Format Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_Formats
Video Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_VP6
Audio Codec Info: http://wiki.multimedia.cx/index.php?title=Electronic_Arts_SCxl

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox