Skip to content
/ yuv2dat Public

Small utilitary program to convert YUV video files into CCS compatible DAT files.

Notifications You must be signed in to change notification settings

preesm/yuv2dat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuv2dat

This executable aims at converting a yuv file into a dat file that can be loaded in c6678 memory. The dat file contains textual hexadecimal bytes that can be loaded in the memory of the c6678 via CCS.

Hexa Data Format:

1651 6 0 0 4
0x04
0x00
0x04
0x00

1651: Magic number:

  • 6: data type
  • 0: original address
  • 0: original page number
  • 4: number of elements

About

Small utilitary program to convert YUV video files into CCS compatible DAT files.

Resources

Stars

Watchers

Forks

Packages

No packages published