Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshkdangi authored Feb 4, 2019
1 parent b1d54ae commit 87c2497
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path_to_video_file> <width_scaling_factor> <heigh_scaling_factor> <frame_per_sec> <analysis_i/p>
```

`
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)

0 comments on commit 87c2497

Please sign in to comment.