What's in a name?

A

Andrew Berg

I know I really shouldn't be spending too much time and effort on a
name, but for some reason, it's really bothering me that I can't come up
with good names for the projects I'm working on.

The first (and main) project is a module that provides a class for
holding information related to audio/video encoding/muxing and methods
that encode/mux based on that info. The aim is to provide a backend for
encoding/muxing programs. Essentially, one using the module can write a
program that is essentially an interface without worrying about writing
any wrappers around encoding/muxing programs or logic to manipulate
related data.

The other two are programs that use the module. One is a CLI program and
the other is a PyQt GUI program.

I came up with abstract names (see below) that I don't really like
(because they're so abstract). I also came up with another name for the
module that's okay: Maven (Module for Audio and Video ENcoding).

In case you want to see the code (not complete by a long shot, and they
need to be refactored):
Module -
http://elucidation.hg.sourceforge.net/hgweb/elucidation/elucidation/file/f8da0b15ecca/elucidation.py
CLI app -
http://disillusion-cli.hg.sourcefor...illusion-cli/file/947d230dbfc3/disillusion.py
I have no code written for the GUI app yet.

Any ideas?
 
H

harrismh777

Andrew said:
The first (and main) project is a module that provides a class for
holding information related to audio/video encoding/muxing and methods
that encode/mux based on that info.
Any ideas?

Multiplexing Audio Video Encoder

MuXaven
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top