:http://multimedia.cx/4xm-format.txt
Como el titulo lo dice quiero saber la diferencia entre data rate y framedata:
Citar
A std_ chunk has the following structure:
bytes 0-3 fourcc: 'std_'
bytes 4-7 length of std_ data (always appears to be 8)
bytes 8-11 data rate
bytes 12-15 framerate
The framerate is represented as a 32-bit, single precision IEEE floating
point number (a float type in C). Common framerates include:
on-disk (hex) byteswapped hex framerate
00 00 70 41 41700000 15 fps
00 00 F0 41 41F00000 30 fps
bytes 0-3 fourcc: 'std_'
bytes 4-7 length of std_ data (always appears to be 8)
bytes 8-11 data rate
bytes 12-15 framerate
The framerate is represented as a 32-bit, single precision IEEE floating
point number (a float type in C). Common framerates include:
on-disk (hex) byteswapped hex framerate
00 00 70 41 41700000 15 fps
00 00 F0 41 41F00000 30 fps
Entiendo que framerate se refiere a los frame per second pero cual es la diferencia o que se refiere data rate ¿indica que cosa?
Saludos y gracias por su atención