secondstory / ofxDSHapVideoPlayer

ofxDSHapVideoPlayer is a Hap video player addon for openFrameworks (Windows-only)
Other
37 stars 21 forks source link

Convert to AVI with DXT #15

Closed gomesgustavo closed 5 years ago

gomesgustavo commented 5 years ago

Hi,

We are using Adobe Media Encodeer to convert the avi file on windows. The option "use snappy compression" is checked by default and is not possible to uncheck it because the option is disabled.

Do you know how can I convert the .avi with DXT option? We don't need to access the texture data...

We tried to generate with ffmpeg and quicktime with no luck.

mantissa commented 5 years ago

Hi, this is a bug with AME. I do believe that you can fix it by deleting preference files. Maybe ping the Renderheads folks?! Anyway, snappy is additional compression for DXT and will generate readable files for ofxDSHapVideoPlayer. Hope that helps!