Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions reading float values from binary file

  • reading float values from binary file

    Posted by Saeed Shahriyari on February 10, 2017 at 11:34 am

    Hi all,
    I have a binary file containing data recorded using a c program.
    the data stored in files are float values.
    Now I need to retrieve the float numbers from binary file in after effects script
    This is my code:

    var myFile = File.openDialog('select file');
    myFile.open("r");
    myFile.encoding = "binary";
    for(x=0;x

    the question is how to convert the buffer to a float number

    Saeed Shahriyari replied 9 years, 5 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy