blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

blind-to-portable.1 (906B)


      1 .TH BLIND-TO-PORTABLE 1 blind
      2 .SH NAME
      3 blind-to-portable - Convert a video to a portable format
      4 .SH SYNOPSIS
      5 .B blind-to-portable
      6 [-s]
      7 .SH DESCRIPTION
      8 .B blind-to-portable
      9 converts a processable video into a portable format, so
     10 it can be sent to a computer with a different endianness
     11 or floating-point number encoding, and processes only
     12 multiple machines.
     13 .SH OPTIONS
     14 .B -s
     15 Do not convert single-precision floating-points number
     16 to binary32, and double-precision floating-points number
     17 to binary64.
     18 .SH NOTES
     19 The endian is changed to little endian.
     20 .SH RATIONALE
     21 Most computers use binary32 and binary64 for
     22 single-precision and double-precision floating-points
     23 number, respectively, however, this is not always the
     24 case for microcontrollers designed for embedded systems.
     25 .SH SEE ALSO
     26 .BR blind (7),
     27 .BR blind-from-portable (1),
     28 .BR blind-to-text (1)
     29 .SH AUTHORS
     30 Mattias Andrée
     31 .RI < maandree@kth.se >