The MPEG4 video encoding process makes use of block motion compensation to achieve compression. The motion compensation process serves to produce the intra frames which are the frames between keyframes. I’ve always been fascinated by this process and was delighted to find out that my favorite video player, mplayer, allows one to visualize this process. [...]
Categories: linux,ubuntu,video
Tagged: linux, motion compensation, mpeg4, mplayer, video, video compression, visualization
- Published:
- March 30, 2008 – 12:17 am
- Author:
- By prashanthellina
In an earlier article, I mentioned that I was trying to use Wikipedia data to do news article clustering to make it easy for me follow news feeds. I have made some progress. I’ve written an algorithm to produce a list of Wikipedia articles relevant to the input text. Input text has to be in [...]
Categories: programming,wikipedia
Tagged: data mining, graph, graphviz, programming, python, semantic analysis, text processing, visualization, web, wikipedia
- Published:
- December 21, 2007 – 5:07 pm
- Author:
- By prashanthellina
I have always been a fan of visualizations as I believe firmly that it is easier to crunch visual information than anything else. Visualizations are especially helpful for finding out patterns in data that are not expected and for patterns that are difficult to express textually in a concise manner. The beast A couple of [...]
Categories: python
Tagged: call graph, code, dot, graphviz, python, refactoring, visualization
- Published:
- November 14, 2007 – 8:23 am
- Author:
- By prashanthellina