change framerate | writes new framerate values into the headers. Unlike AVIfrate, AVI-Mux GUI is not mad enough to write them to fixed addresses. It will also write both framerate fields, not only one (AVIfrate only writes one) Beginning with AVI-Mux GUI 1.17, you can also enter the framerate as a/b, for example 30000/1001 for NTSC. Then, the nominator and denominator will directly be written to the AVI file (the frame rate of AVI files is always indicated that way) |
save as... | stores the contents of the info dialogue into a text file. |
repair bad dwDuration values | Repairs bad dwDuration values in the super index of Open-DML files. Broken dwDuration values occur e.g. in OpenDML files created with VirtualDub 1.4.10 or earlier versions. Only available if some dwDuration values are broken. |
fix bad dwMicroSecPerFrame value | Fixes nonsense caused by programs as AVIfrate and copies the frame rate value from the stream header to the Main AVI Header. AVIfrate only writes new framerate values to the stream header. Only available if the dwMicroSecPerFrame value is broken. |
change MainAVIHeader.dwFlags | You can manually set the dwFlags value in the MainAVIHeader structure. This should never be required. |
fix bad MainAVIHeader.dwTotalFrames value | When using Microsoft's DirectShow filter for capturing Open-DML - files, the MainAVIHeader.dwTotalFrames value will be broken if the captured file is larger than 1 GB. Use this option to fix such files. It will only be available if this value is broken. |