From 87c24978ddabf03ec82d61a361772601d0f7ce3b Mon Sep 17 00:00:00 2001 From: Mukesh Dangi Date: Mon, 4 Feb 2019 13:46:25 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2bb7f..b794f7c 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,22 @@ This assignment will help you gain a practical understanding of issues that rela > How to run -``` javac *.java +``` +javac *.java java videoPlayer ``` + ` Where video should be raw rrr... ggg... bbbb... format and -analysis input =0 if normal scaling up and down -analysis input =1 if anti-aliasing scaling up and down ` + ![Results](https://github.com/mukeshkdangi/video_player/blob/master/src/pics1.png) + ![Results](https://github.com/mukeshkdangi/video_player/blob/master/src/pics2.png) + ![Results](https://github.com/mukeshkdangi/video_player/blob/master/src/pics4.png) + ![Results](https://github.com/mukeshkdangi/video_player/blob/master/src/pics5.png)