<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MagicalTux</id>
	<title>MultimediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MagicalTux"/>
	<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php/Special:Contributions/MagicalTux"/>
	<updated>2026-06-17T08:09:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=NXV&amp;diff=6782</id>
		<title>NXV</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=NXV&amp;diff=6782"/>
		<updated>2007-01-15T14:35:52Z</updated>

		<summary type="html">&lt;p&gt;MagicalTux: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Extension: nxv&lt;br /&gt;
* Samples: tbd&lt;br /&gt;
&lt;br /&gt;
NXV is a container format used by the &amp;quot;Brando MP4 Watch&amp;quot; product. The wrist watch is reported to support MP4, WMV and WMA, however this is achieved by first converting the files to the NXV format.&lt;br /&gt;
&lt;br /&gt;
==Container Format==&lt;br /&gt;
  bytes  0-11   ASCIIZ  magic (&amp;quot;NXV File&amp;quot;)&lt;br /&gt;
  bytes 16-19   ASCIIZ  version (&amp;quot;1.0.0&amp;quot;, &amp;quot;3.0.1&amp;quot; or &amp;quot;3.0.2&amp;quot;)&lt;br /&gt;
  byte     20   width (pixels)&lt;br /&gt;
  byte     21   height (pixels)&lt;br /&gt;
  byte  22-23   unknown (little endian)&lt;br /&gt;
  byte  24-511  rand byte&lt;br /&gt;
  (The a/v sequence commences at byte 512.)&lt;br /&gt;
  while eof&lt;br /&gt;
    u8[0x7fc]      audio payload&lt;br /&gt;
    le16           length (bytes)&lt;br /&gt;
    le16           unknown&lt;br /&gt;
    u8[length]     video payload&lt;br /&gt;
&lt;br /&gt;
==Audio Payload==&lt;br /&gt;
The audio payload is an [[MP3]] stream, including RIFF WAVE headers.&lt;br /&gt;
&lt;br /&gt;
==Video Payload==&lt;br /&gt;
Raw video. 16bpp in 565 RGB format. If the version is &amp;quot;1.0.0&amp;quot;, the video is at full-resolution. If the version is &amp;quot;3.0.1&amp;quot;, the video is at quarter-resolution. Version &amp;quot;3.0.2&amp;quot; seems to indicate a different format, but it is not yet known what that format is.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* Supported video resolutions are: 96x64, 96x80, 96x96, 128x96, 128x128, 160x128, 176x128. Despite the reduction in video resolution, the resulting NXV file size exceeds that of the input video file.&lt;br /&gt;
* Intermediate files are used by the NxvConverter program  to store the audio and video payloads (filename.mp3 and filename.tmp) prior to muxing to the NXV file.&lt;br /&gt;
* Files generated in low and medium quality by NxvConverter have one frame per packet of video payload. Files in high quality have variable-size packets with some extra information between frames.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://watch.brando.com.hk/prod_detail.php?prod_id=00100 Brando MP4 Watch Product Page]&lt;br /&gt;
* [http://forum.doom9.org/showthread.php?t=119616 Related doom9 thread]&lt;br /&gt;
* [http://www.nxdevice.com/ Vendor website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Container Formats]]&lt;/div&gt;</summary>
		<author><name>MagicalTux</name></author>
	</entry>
</feed>