Bangalore/BMSCE/Projects: Difference between revisions
added a page to co-ordinate the projects being done by BMS LUG. |
|||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
This page is for co-ordinating the projects being done by BMS LUG. | This page is for co-ordinating the projects being done by BMS LUG. | ||
| Line 10: | Line 9: | ||
== GUI for writing assembly language == | == GUI for writing assembly language == | ||
We propose to use [http://nasm.sourceforge.net/ nasm] as back end and build a tool that will run the assembly code and show the output. This tool will also show the register entries and the values of the port(s). In short we are looking for something to that is similar to [http://gnusim8085.sourceforge.net/index.php/Main_Page GNUSim8085], that is for all processor architectures. | |||
If you are interested in doing this project, please enter your name below: | |||
# [[User:Shashank|Shashank Bharadwaj]] | |||
# [[User:Suhas|Suhas]] | |||
# [[User:Chethu|Chethan.B]] | |||
== GUI for FFmpeg == | |||
Here we propose to build a GUI for [http://ffmpeg.mplayerhq.hu/ FFmpeg] to convert media into diffrent formats. | |||
FFmpeg is a collection of software libraries that can record, convert and stream digital audio and video in numerous formats. It includes [http://en.wikipedia.org/wiki/Libavcodec libavcodec], an audio/video codec library used by several other projects, and libavformat, an audio/video container mux and demux library. The name of the project comes from the MPEG video standards group, together with "FF" for "fast forward". | |||
A decent media converter is lacking in GNU/Linux systems. You can always use FFmpeg command to do it, but it is difficult for beginners. | |||
Nothing has been decided about the project as of now, but keep looking at this page as it updates. | |||
'''Update:'''I found [http://sourceforge.net/projects/mediaconverter this] project started by [http://sourceforge.net/users/david_corrales/ David Corrales]. The project goals are similar to what we have here. Maybe we can collaborate to do this project. | |||
If you are interested in doing this project, please enter your name below: | |||