অফিশিয়াল OpenShot ব্লগ-এ স্বাগতম! OpenShot ভিডিও এডিটরের সর্বশেষ সংবাদ এবং উন্নয়ন আপডেট পড়ুন। স্বয়ংক্রিয়ভাবে RSS এর মাধ্যমে নোটিফিকেশন পান অথবা আমাদের অনুসরণ করুন Facebook, Twitter, এবং Google+ এ।

14 মে

On my quest to adapt my programming skills to the Python language, I ran across a great ebook / tutorial, Dive Into Python. Although it has some pretty complicated examples, where I would have preferred simple examples, it's still a great resource. It is written for experienced programmers in mind, so it's not supposed ...


10 মে

Soon I will have to answer the question, "How do I render a video timeline using Python & Glade / PyGTK?". Their are obviously no widgets that are made for this function, and I can't exactly assemble buttons, images, and labels on the screen and make it look very nice or believable.

The answer ...


10 মে

In my opinion, the #1 most important aspect of any software is it's interface (aside from doing something useful, of course). How easy is it to use? How intuitive and streamlined is it? Case in point, their are many video editors for Linux... so why is nobody happy? Many of them can combine video clips ...


9 মে

I wanted to share this example I found on another blog. It's my first working Python code using the gstreamer framework. It loads an mpeg movie file and an MP3 into the pipeline at the same time, in effect compositing them together.

I will spending the next many days fine tuning my Python skills and ...


9 মে

Now that I've chosen a language for this project (Python), I have been investigating many different Python IDEs (Integrated Development Environment). I had no idea how many different IDEs existed, and I have downloaded every one (that I could find) and tried them out. The only 2 which I liked were Eric Python ...