views:

162

answers:

1

Hello Guys,

  1. I want to develop multimedia encoder for Linux.
  2. I want to make use of ready command line codecs like ffmpeg.
  3. I want to build nice GUI for that & pass arguments to command line encoders.
  4. I am thinking to use Qt. (Is it possible?)
  5. I don't know anything about Linux programming, but I have been an Ubuntu user for 8 months.

Please provide me with links to tutorials. (I've tried the Ubuntu forums but it's all beginners stuff in there!)

I am in need of tips from you guys. I am ready to learn everything about it!

I am ready to learn new languages.

Thank you!

+4  A: 
Eric
Thanks a lot!It Is Helpful. But I have some basic doubts....I know c,c++,java programming (Can learn QT or GTK in a short time)But I dont know how to create source for my project.How to create that configure - make -make installable code?Which tools should I use?
varunmagical
I used `automake` and `autoconf`, and that seemed to work out for me all right.
Eric
How much time will it take to create a project that beats avidemux?(I can spend about 300 Hrs on it)
varunmagical