csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

getLength() slow for image sequences #17

Closed csparker247 closed 10 years ago

csparker247 commented 10 years ago

Especially on image sequences with large frame sizes. Will be compounded when we call getLength() twice: once to calculate total work and once to when we calculate right before encode.

csparker247 commented 10 years ago

Can also occur with certain MKVs. Basically any file that doesn't have the number of frames in the header.

csparker247 commented 10 years ago

Greatly improved by 8a25814cdf62cafff7b7aa9c3abfd2dd76d8d318. Maybe slightly less accurate, but within a reasonable margin of error.