List of steps to reproduce (step by step, including full links if applicable):
What happens?:
- width is 0
What should have happened instead?:
- width should have been 636px
This is because in mpeg handler we have: $width = (int)( $width * $aspect ); but for this file the aspect ratio is 0. It is not know if this is allowed in mpeg1/2