A software engineering project for BAE Systems by Eric Gustavson, Ron Laidley, Andre Govier
Test Cases:
- Case 1:
Send MPEG2 file without compression and receive corresponding images
- Case 2:
Send MPEG2 file with average level compression and receive corresponding images
- Case 3:
Send MPEG2 file with maximum level of compression and receive corresponding images
- Case 4:
Send AVI file without compression and receive corresponding images
- Case 5:
Send AVI file with average level compression and receive corresponding images
- Case 6:
Send AVI file with maximum level of compression and receive corresponding images
Expected Response:
System will output a collection of independent images to the clients specified path. The images must correspond to the frames of the input video file- due to compression this cannot be verified automatically. It should also be the case that if the same video file is sent with different levels of compression, the more compressed stream should contain less data.