Question

  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!

Was it helpful?

Solution

Funny story, actually. Two years ago, I developed this for a GTK frontend. You can grab the code at vive.sourceforge.net. I since abandoned it when nobody was using it and I had no need for it, anymore, but the code is still there and you're absolutely free to go tear it apart, laugh at my mistakes, and take what you can from it.

I will warn you, that code is fairly laughable. I was learning C and GTK at the time, so be easy on me :)

If you'd like to take it over, I'd be glad to turn it over!

It looked like this: alt text

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top