RESOLVED.clip format incompatibility Houdini / TouchDesigner

Please, there are small differencies in .clip format and we cannot interchange Houdini / TouchDesigner. I have tried to investigate and there are small differencies in .clip as Houdini and Touchdesigner creates them. I marked them bold:

Houdini 16, Windows 10:
{
rate = 24
start = 0
tracklength = 240
tracks = 1
{
name = chan1
[size=150]data[/size] = [size=150]0[/size] 0.25881904363632202 [size=150]0.5[/size] 0.70710676908493042 0.86602538824081421

TouchDesigner 099, 2017.7180, Windows 10:
{
rate = 60
start = 0
tracklength = 600
tracks = 1
{
name = accxyz1
[size=150]data_rle[/size] = -0.00669861 [size=150]@2[/size] -0.00994873 0.000991821 [size=150]@2[/size]

The Houdini and TouchDesigner clip formats are ultimately not guaranteed to be compatible, but a short script can produce the required output:

derivative.ca/Forum/viewtop … 829#p39829

1 Like